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

Builder texinfo-solaris11-i386 Build #7327

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 31 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 8 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 17 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 58 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 7327 Build
codebase Build
got_revision f9e13331f74056a6ff948b08e2a262f10d396208 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision f9e13331f74056a6ff948b08e2a262f10d396208 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:

StartMon May 18 19:32:40 2026
EndMon May 18 20:12:43 2026
Elapsed40 mins, 3 secs

All Changes:

:

  1. Change #267595

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 May 2026 12:45:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3f46096fa9d147f9f2d51f9217ed9b53349df28d

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command): keep the letter command if it is already uppercase.
    * tta/C/convert/convert_html.c (html_convert_tree_append),
    tta/perl/Texinfo/Convert/HTML.pm (_convert): use print_element_debug
    or debug_print_element for the element debugging output.
    
    * tta/C/main/debug.c (print_element_debug),
    tta/C/parsetexi/debug_parser.c (print_element_debug_parser),
    tta/perl/Texinfo/Common.pm (debug_print_element): always type before
    command.
    
    * tta/perl/Texinfo/Common.pm (debug_print_element): append instead of
    reconstituting a string.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/main/debug.c
    • tta/C/parsetexi/debug_parser.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/HTML.pm
  2. Change #267596

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 May 2026 18:37:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 239edff794d15c9cbb2b169275199a90bd866b6e

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm (copy_element_tree): inline non_leading_trailing_tree and reorganize code to set type early, as in C.
    * tta/perl/Texinfo/Common.pm (non_leading_trailing_tree): remove TODO
    comment and shorten code.
    
    * tta/C/parsetexi/separator.c (handle_open_brace),
    tta/perl/Texinfo/ParserNonXS.pm (_handle_open_brace, _parse_texi):
    do not set/unset internal_space_holder as it is not used anywhere.

    Changed files

    • ChangeLog
    • tta/C/parsetexi/parser.c
    • tta/C/parsetexi/parser.h
    • tta/C/parsetexi/separator.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #267597

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 May 2026 19:25:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f9e13331f74056a6ff948b08e2a262f10d396208

    Comments

    * tta/C/main/tree.c: inline and remove contents_child_by_index.  It has been checked that bound checking in contents_child_by_index was never useful.  Update callers.

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/C/main/tree.c
    • tta/C/main/tree.h
    • tta/C/main/utils.c
    • tta/C/parsetexi/close.c
    • tta/C/parsetexi/def.c
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/macro.c
    • tta/C/parsetexi/menus.c
    • tta/C/parsetexi/multitable.c
    • tta/C/parsetexi/parser.c
    • tta/C/parsetexi/separator.c
    • tta/TODO