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

Builder texinfo-solaris10-sparc Build #6141

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. shell './autogen.sh' ( 44 mins, 36 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 mins, 45 secs )
    1. stdio
  5. shell_3 'gmake check' ( 45 mins, 4 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6141 Build
codebase Build
got_revision 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue Feb 3 19:56:29 2026
EndTue Feb 3 21:56:43 2026
Elapsed2 hrs, 13 secs

All Changes:

:

  1. Change #256907

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 03 Feb 2026 19:52:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4035129ebe8fbd1d0dacafe6e8b6aae8881615c3

    Comments

    Re-jig BUILD_C_CODE condition
    * tta/configure.ac: Add conditional USE_SHARED_TXI_LIBRARIES to
    be used when build targets depend on the C auxiliary libraries.
    Require iconv to be found to set this.
    (Suggestion from Patrice to make reason clearer for use of condition.)
    
    Always set BUILD_C_CODE if any C code is being built.
    
    * tta/Makefile.am: Don't build in C or SWIG directories if
    USE_SHARED_TXI_LIBRARIES is false.
    
    * tta/perl/XSTexinfo/Makefile.am: use BUILD_C_CODE condition around
    building XSParagraph.la and MiscXS.la so that they are built under the
    same condition as that of gnulib upon which they depend.
    
    This mismatch led to a build failure on macOS 26, where iconv was not
    found and the other XS modules were not built.  Report from Bruno.
    
    Use USE_SHARED_TXI_LIBRARIES instead of BUILD_C_CODE for other
    *.la targets.

    Changed files

    • ChangeLog
    • tta/Makefile.am
    • tta/configure.ac
    • tta/perl/XSTexinfo/Makefile.am