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

Builder texinfo-solaris11-i386 Build #6989

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision269c9ab61ec9fae70118af6b4590492ffc89faae
Got Revision269c9ab61ec9fae70118af6b4590492ffc89faae
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, 25 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 30 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 49 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 6989 Build
codebase Build
got_revision 269c9ab61ec9fae70118af6b4590492ffc89faae Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 269c9ab61ec9fae70118af6b4590492ffc89faae 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 Dec 27 12:01:32 2025
EndSat Dec 27 12:37:50 2025
Elapsed36 mins, 17 secs

All Changes:

:

  1. Change #253377

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 11:04:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 30b1e77eebbf72023468dafc6fa2d321cb635a66

    Comments

    * tta/perl/init/html32.pm (html32_convert_item_command): update convert_tree_new_formatting_context call.

    Changed files

    • ChangeLog
    • tta/perl/init/html32.pm
  2. Change #253378

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 11:42:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8ba81027080a9263915c4a142d2cb2df6b82a11c

    Comments

    * tta/C/convert/format_html.c (special_unit_info_tree): rename tree as unit_info_tree.
    * tta/C/convert/convert_html.c
    (html_reset_translated_special_unit_info_tree),
    tta/C/convert/converter.c (clear_tree_added_elements),
    tta/C/convert/format_html.c (special_unit_info_tree)
    (html_internal_command_tree, html_convert_command_tree)
    (html_command_text, html_convert_item_command): do not add nor remove
    trees to build in clear_tree_added_elements,
    html_reset_translated_special_unit_info_tree, special_unit_info_tree,
    html_internal_command_tree.  Instead add and remove tree to build just
    before and after conversion, in special_unit_info_text,
    html_convert_command_tree, html_command_text and
    html_convert_item_command.  That way it is much easier to determine
    when trees are added and removed.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/TODO
  3. Change #253379

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 11:54:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 269c9ab61ec9fae70118af6b4590492ffc89faae

    Comments

    * tta/C/convert/convert_html.c (html_conversion_finalization), tta/C/convert/format_html.c (html_output_internal_links): remove calls to free_html_targets_trees, now that trees to build are not removed there.
    * tta/C/convert/html_prepare_converter.c (reset_html_targets_list)
    (reset_html_targets): move code from free_html_targets_trees_list
    to reset_html_targets_list.  Remove free_html_targets_trees_list and
    free_html_targets_trees.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c