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

Builder texinfo-solaris10-i386 Build #7297

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 32 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 36 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 12 secs )
    1. stdio
  5. shell_3 'gmake check' ( 5 mins, 17 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7297 Build
codebase Build
got_revision 4a49920fc2ea68f59121fb4cc402496dc7e38683 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 4a49920fc2ea68f59121fb4cc402496dc7e38683 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartThu Jan 22 01:16:32 2026
EndThu Jan 22 01:46:17 2026
Elapsed29 mins, 45 secs

All Changes:

:

  1. Change #256011

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 22 Jan 2026 01:10:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 21e53a05ba24958f0367e957418dcf83354b6bd2

    Comments

    * tta/perl/Texinfo/XSLoader.pm (XS_parser_enabled): check that TEXINFO_XS_PARSER is not 0 instead of comparing to 1.  It makes more sense since the default is true, it matches the documentation and the other variables.
    * tta/perl/t/z_misc/test_fill_gaps_in_sectioning.t: use
    Texinfo::XSLoader::XS_parser_enabled.
    
    * tta/perl/t/z_misc/test_tree_copy.t: remove unused code.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/XSLoader.pm
    • tta/perl/t/z_misc/html_convert_tree.t
    • tta/perl/t/z_misc/test_fill_gaps_in_sectioning.t
    • tta/perl/t/z_misc/test_tree_copy.t
  2. Change #256012

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 22 Jan 2026 01:10:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d578450fa2acc87bad96a6a9525fa14da8999f0b

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm: remove menu directions, they do not exist anywhere.
    * tta/perl/Texinfo/ManipulateTree.pm (_copy_tree): copy
    def_index_element and def_index_ref_element even if other_trees is not
    set, as in C.
    
    * tta/perl/Texinfo/ManipulateTree.pm: improve/update comments.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/perl/Texinfo/ManipulateTree.pm
  3. Change #256013

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 22 Jan 2026 01:10:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4a49920fc2ea68f59121fb4cc402496dc7e38683

    Comments

    Search for C libraries directly in the directory they are in
    * tta/perl/Texinfo/ModulePath.pm.in ($libraries_dir): set
    $libraries_dir to the directory C libraries are in, instead of putting
    the directory in front of @INC.
    
    * tta/perl/Texinfo/XSLoader.pm (_find_file_in_inc): rename _find_file
    as _find_file_in_inc.
    
    * tta/perl/Texinfo/XSLoader.pm (load_libtool_library, init): move call
    of _find_file_in_inc to init.  Find directly C libraries in
    $Texinfo::ModulePath::libraries_dir.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/perl/Texinfo/ModulePath.pm.in
    • tta/perl/Texinfo/XSLoader.pm