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

Builder texinfo-solaris11-i386 Build #7042

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision19cf2ac6fa4fb238257cc52a5df93f36ec4937c8
Got Revision19cf2ac6fa4fb238257cc52a5df93f36ec4937c8
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 31 secs )
    1. stdio
  5. shell_3 'gmake check' ( 16 mins, 33 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 7042 Build
codebase Build
got_revision 19cf2ac6fa4fb238257cc52a5df93f36ec4937c8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 19cf2ac6fa4fb238257cc52a5df93f36ec4937c8 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. Patrice Dumas

Timing:

StartSat Jan 17 19:28:46 2026
EndSat Jan 17 20:12:22 2026
Elapsed43 mins, 35 secs

All Changes:

:

  1. Change #255463

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 17 Jan 2026 19:17:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d34187132eba9632d84090234fcd918008ed735d

    Comments

    * tta/perl/Texinfo/Config.pm, tta/perl/Texinfo/Document.pm, tta/perl/Texinfo/ManipulateTree.pm, tta/perl/Texinfo/Transformations.pm: use my for XS_overrides hashes.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Config.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/Transformations.pm
  2. Change #255464

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 17 Jan 2026 19:17:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 414590e01436263d45ca998df64dff5a66ca5d01

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (import), tta/perl/Texinfo/Convert/Unicode.pm (import), tta/perl/Texinfo/ParserNonXS.pm (import): do not load MiscXS functions if $Texinfo::XSLoader::disable_XS is true.
    * tta/perl/Texinfo/Translations.pm (import),
    tta/perl/Texinfo/XSLoader.pm (XS_parser_enabled): have
    XS_parser_enabled return false if !$disable_XS.
    Load XS in Translations.pm only if XS_parser_enabled returns true.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/XSLoader.pm
  3. Change #255465

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 17 Jan 2026 19:17:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 19cf2ac6fa4fb238257cc52a5df93f36ec4937c8

    Comments

    * tta/perl/Makefile.am (Texinfo/ModulePath.pm), tta/perl/Texinfo/ModulePath.pm.in ($enable_xs): set enable_xs to the value set by configure.
    * tta/perl/t/test_utils.pl (BEGIN): add a BEGIN block to disable XS if
    $Texinfo::ModulePath::enable_xs is 'no'.
    
    * tta/perl/texi2any.pl (BEGIN): if @enable_xs@ was not substituted,
    use the $Texinfo::ModulePath::enable_xs value to determine if XS
    should be disabled.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/ModulePath.pm.in
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl