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

Builder texinfo-solaris10-sparc Build #6087

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2ac06a526af7594d7850cf21204a1a1e58653134
Got Revision2ac06a526af7594d7850cf21204a1a1e58653134
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 51 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 32 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 59 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 16 secs )
    1. stdio
  5. shell_3 'gmake check' ( 36 mins, 59 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 6087 Build
codebase Build
got_revision 2ac06a526af7594d7850cf21204a1a1e58653134 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2ac06a526af7594d7850cf21204a1a1e58653134 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. Patrice Dumas

Timing:

StartSat Jan 17 19:54:33 2026
EndSat Jan 17 21:35:12 2026
Elapsed1 hrs, 40 mins, 39 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
  4. Change #255467

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

    Comments

    * NEWS, configure.ac (using-c-texi2any), doc/texinfo.texi (Generic Translator @command{texi2any}), tta/configure.ac (c-texi2any), INSTALL: rename --enable-c-texi2any as --enable-using-c-texi2any and change the help string.  Report and idea from Eli Zaretskii.

    Changed files

    • ChangeLog
    • INSTALL
    • NEWS
    • configure.ac
    • doc/texinfo.texi
    • tta/TODO
    • tta/configure.ac