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

Builder texinfo-solaris11-i386 Build #6988

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 28 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 26 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 40 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 2 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 6988 Build
codebase Build
got_revision 6e06774b5ffbd0d06af6f7126462b7f074e17584 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 6e06774b5ffbd0d06af6f7126462b7f074e17584 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 10:41:30 2025
EndSat Dec 27 11:20:24 2025
Elapsed38 mins, 53 secs

All Changes:

:

  1. Change #253367

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 26 Dec 2025 21:59:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f7d66615aaa4c77db59190576d7ab26480530ff7

    Comments

    tta/TODO: update

    Changed files

    • tta/TODO
  2. Change #253368

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 27 Dec 2025 10:36:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6e06774b5ffbd0d06af6f7126462b7f074e17584

    Comments

    * tta/C/convert/convert_html.c (html_reset_translated_special_unit_info_tree), tta/C/convert/format_html.c (special_unit_info_tree), tta/C/convert/html_converter_finish.c (html_free_converter), tta/C/convert/html_prepare_converter.c (html_converter_init_special_units_info), tta/C/main/converter_types.h (translated_special_unit_info_texinfo) (translated_special_unit_info_tree), tta/C/convert/html_converter_types.h (special_unit_info_tree_names), tta/maintain/generate_code_convert_data.pl, tta/perl/Texinfo/Convert/HTML.pm (_internal_command_tree) (_special_unit_info_tree, special_unit_info, _translate_names) (converter_initialize, converter_destroy), tta/perl/XSTexinfo/convert/get_html_perl_info.c (html_converter_init_special_unit_sv): split default information for tree special unit (heading) in a separate default_special_unit_tree_info array and add special_unit_info_tree_names.  Split tree unit special info texinfo strings out of the main special_unit_info data to translated_special_unit_info_texinfo.  Rename special_unit_info_tree as translated_special_unit_info_tree.  Never set a *_tree in Perl, always use directly the name.  Update C code for the separation of defaults.  In Perl, split code setting translated_special_unit_info_tree out of special_unit_info to _special_unit_info_tree and call directly this function for translated/tree special unit. Set and use consistently *SPECIAL_UNIT_INFO_*NR sizes in C.
    * tta/C/convert/format_html.c (special_unit_info_text)
    (default_format_footnotes_segment), tta/perl/Texinfo/Convert/HTML.pm
    (special_unit_info_text, _default_format_footnotes_segment): add
    special_unit_info_text that gets the tree and do the conversion.
    Use it in code such that the tree is never accessed in code that could
    be user-defined.
    
    * tta/perl/Texinfo/Convert/HTML.pm (get_special_unit_info_varieties):
    only consider non-tree special unit info.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_converter_types.h
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/C/main/html_conversion_data.c
    • tta/C/main/html_conversion_data.h
    • tta/maintain/generate_code_convert_data.pl
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c