Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris10-i386 Build #7459

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision5fe280b129e948e04171cba8b302c520e1edef80
Got Revision5fe280b129e948e04171cba8b302c520e1edef80
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 30 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 6 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 23 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 22 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7459 Build
codebase Build
got_revision 5fe280b129e948e04171cba8b302c520e1edef80 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5fe280b129e948e04171cba8b302c520e1edef80 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartMon Mar 23 19:17:04 2026
EndMon Mar 23 19:52:33 2026
Elapsed35 mins, 29 secs

All Changes:

:

  1. Change #262114

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 23 Mar 2026 19:07:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5fe280b129e948e04171cba8b302c520e1edef80

    Comments

    Always build info/makedoc when cross-compiling
    * Makefile.am (SUBDIRS) [TOOLS_ONLY]:
    Always include "info" subdirectory to allow "makedoc" program
    to be built on "build" system when cross-compiling, even if terminal
    library is not found on "build".
    * info/Makefile.am (bin_PROGRAMS): Use HAVE_TERMLIBS conditional to
    only include "ginfo" if terminal library is found.  Use TOOLS_ONLY
    not to built "ginfo" if building tools for cross-compiling.
    (LDADD, ginfo_LDADD): Only use $(TERMLIBS) in ginfo_LDADD.
    
    Report and investigation by Manuel Jacob,

    Changed files

    • ChangeLog
    • Makefile.am
    • info/Makefile.am