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

Builder texinfo-solaris11-i386 Build #7107

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 46 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 25 secs )
    1. stdio
  5. shell_3 'gmake check' ( 18 mins, 0 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-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 7107 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-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue Feb 3 19:56:28 2026
EndTue Feb 3 20:44:12 2026
Elapsed47 mins, 43 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