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

Builder texinfo-solaris11-i386 Build #6960

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiond68aab1d3db6ba2e90bcc5683fbf6738aa4485d2
Got Revisiond68aab1d3db6ba2e90bcc5683fbf6738aa4485d2
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 14 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 35 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 54 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 6960 Build
codebase Build
got_revision d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2 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 Dec 22 01:12:56 2025
EndMon Dec 22 01:54:54 2025
Elapsed41 mins, 58 secs

All Changes:

:

  1. Change #252986

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 21 Dec 2025 20:57:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 85ebfe819a0672fe6f80d3ed506c8ffd4d1581e8

    Comments

    * tta/C/convert/convert_html.c (html_setup_output_simple_page), tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter): call allocate_name_number_list in html_setup_output_simple_page, since it also resets page_name_number. Move free_name_number_list from html_reset_converter to html_free_converter now that it is reset upon being allocated.
    * tta/C/convert/convert_html.c (html_prepare_title_titlepage),
    tta/C/convert/html_converter_api.c (html_convert),
    tta/perl/XSTexinfo/convert/ConvertXS.xs (html_convert): call
    html_setup_output_simple_page in convert, not in
    html_prepare_title_titlepage.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/html_conversion_api.h
    • tta/C/convert/html_converter_api.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/main/converter_types.h
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
  2. Change #252987

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 22 Dec 2025 01:07:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d68aab1d3db6ba2e90bcc5683fbf6738aa4485d2

    Comments

    * tta/C/convert/html_converter_finish.c (html_reset_converter) (html_free_converter), tta/C/convert/html_prepare_converter.c (html_conversion_initialization), tta/C/main/translations.c (free_translation_cache): add free_translation_cache based on html_reset_converter code.  Call free_translation_cache in html_free_converter and in html_conversion_initialization, but not in html_reset_converter.
    * tta/C/convert/html_converter_finish.c (html_reset_converter)
    (html_free_converter), tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization)
    (html_prepare_output_units_global_targets): do not reset
    global_units_direction_names, global_texts_direction_names and
    special_units_direction_names in html_reset_converter.  Free
    special_units_direction_names and global_units_direction_names list in
    html_free_converter.  Free global_units_direction_names list in
    html_conversion_initialization too.  Reuse
    special_units_direction_names memory by using realloc.
    
    * tta/C/convert/converter.c (converter_set_document): zero out
    converter->output_units_descriptors if a new document is associated to
    a converter.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/Converter.pm