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

Builder texinfo-solaris10-sparc Build #6218

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionc1786ba4f44e9baaddce9734c0ea38d917d3f987
Got Revisionc1786ba4f44e9baaddce9734c0ea38d917d3f987
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 secs )
    1. stdio
  2. shell './autogen.sh' ( 31 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 16 secs )
    1. stdio
  5. shell_3 'gmake check' ( 37 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6218 Build
codebase Build
got_revision c1786ba4f44e9baaddce9734c0ea38d917d3f987 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c1786ba4f44e9baaddce9734c0ea38d917d3f987 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:

StartSun Mar 8 09:54:53 2026
EndSun Mar 8 11:31:39 2026
Elapsed1 hrs, 36 mins, 46 secs

All Changes:

:

  1. Change #260253

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Mar 2026 18:10:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8cdf733eafe2687b1083cd020bb7604db4b7ecfe

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (BEGIN), tta/perl/Texinfo/Convert/HTML.pm (BEGIN), tta/perl/Texinfo/Convert/Texinfo.pm (BEGIN), tta/perl/Texinfo/Convert/Text.pm (BEGIN), tta/perl/Texinfo/Indices.pm (BEGIN), tta/perl/Texinfo/ManipulateTree.pm (BEGIN), tta/perl/Texinfo/OutputUnits.pm (BEGIN), tta/perl/Texinfo/Structuring.pm (BEGIN), tta/perl/Texinfo/Transformations.pm (BEGIN): remove unused Texinfo::XSLoader::init return value variable.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Texinfo.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
  2. Change #260254

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Mar 2026 18:56:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cd6bd5d9c3bca73a122cfabd4a474b4dd66b92a4

    Comments

    * tta/perl/Texinfo/XSLoader.pm ($mandatory_xs, set_XS_mandatory): rename embedded_xs to mandatory_xs and set_XS_embedded to set_XS_mandatory.  Update users and callers.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Config.pm
    • tta/perl/Texinfo/XSLoader.pm
    • tta/perl/load_txi_modules.pl
  3. Change #260255

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Mar 2026 21:04:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b154b02477db7adad5b23ff11671d899db072263

    Comments

    * tta/perl/Texinfo/XSLoader.pm (init): handle mandatory_xs more like other cases since in situations with mandatory_xs set, all the XS modules should be enabled. Show missing fallback only after the required modules that have not been loaded caused to die. Silently reset TEXINFO_XS if set to omit and mandatory_xs is set.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/XSLoader.pm
  4. Change #260256

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Mar 2026 21:06:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1dd143ef7e79e5639e1f8c34127298cd91721473

    Comments

    * tta/swig/perl/test_refold.sh: avoid using diff exit status.

    Changed files

    • ChangeLog
    • tta/C/main/call_perl_function.c
    • tta/swig/perl/test_refold.sh
  5. Change #260257

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 07 Mar 2026 21:31:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dd1b855b4185d6d5c37a0fa0bc0629b28c80c289

    Comments

    * tta/C/main/call_perl_function.c (call_eval_load_texinfo_modules): no need to check whether Document XS loaded, XS is mandatory such that XSLoader would already have died if Document XS was not loaded.
    * tta/perl/Texinfo/Document.pm (BEGIN): no more need to detect that
    Document XS was loaded.  In general, it should be better to make sure
    in upstream codes that failure happens as soon as the XS module does
    not load.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/main/call_perl_function.c
    • tta/perl/Texinfo/Document.pm
  6. Change #260258

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 08 Mar 2026 00:05:53
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 483acbbb5192eb64c60f6b0cbb23e3c3a038376d

    Comments

    * tta/perl/Texinfo/XSLoader.pm (set_XS_mandatory, init): unset $ENV{'TEXINFO_XS'} if set to omit in set_XS_mandatory, not in init.
    * tta/perl/Texinfo/XSLoader.pm (init): handle first the case where
    there is no attempt to load XS module.  Make $TEXINFO_XS a file
    lexical.
    
    * tta/perl/Texinfo/XSLoader.pm ($core_modules_built): add.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/XSLoader.pm
  7. Change #260259

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 08 Mar 2026 09:32:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3b62f51a69fa7cd807dd82b3da1c389e759198db

    Comments

    * tta/swig/perl/t/20index_sort.t: load the SWIG interface before the texi2any internal modules and call Texinfo::setup in a BEGIN block to make sure that set_XS_mandatory is called before any module reading TEXINFO_XS_* environmnent variables is loaded.

    Changed files

    • ChangeLog
    • tta/swig/perl/t/20index_sort.t
  8. Change #260260

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 08 Mar 2026 09:41:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 91a4118b6b9db605629740962bf9ac20459b8a60

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm (tree_remove_references): determine early the object count number by using the $Texinfo::XSLoader::core_modules_built variable value to determine if the XS parser module is loaded.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ManipulateTree.pm
  9. Change #260261

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 08 Mar 2026 09:52:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c1786ba4f44e9baaddce9734c0ea38d917d3f987

    Comments

    * tta/perl/Texinfo/Parser.pm (BEGIN): do not call set_XS_parser_loaded.
    * tta/perl/Texinfo/XSLoader.pm: remove XS_parser_loaded and
    set_XS_parser_loaded.  The information can be determined in advance
    with $Texinfo::XSLoader::core_modules_built and XS_parser_enabled.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/XSLoader.pm
    • tta/perl/t/z_misc/test_fill_gaps_in_sectioning.t