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

Builder texinfo-solaris11-i386 Build #6974

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisione10002aa353090c9228b97f12bcca92edb7f9ae8
Got Revisione10002aa353090c9228b97f12bcca92edb7f9ae8
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 6 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 58 secs )
    1. stdio
  4. shell_2 'gmake all' ( 10 mins, 35 secs )
    1. stdio
  5. shell_3 'gmake check' ( 15 mins, 43 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 6974 Build
codebase Build
got_revision e10002aa353090c9228b97f12bcca92edb7f9ae8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision e10002aa353090c9228b97f12bcca92edb7f9ae8 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:

StartThu Dec 25 00:34:21 2025
EndThu Dec 25 01:10:55 2025
Elapsed36 mins, 34 secs

All Changes:

:

  1. Change #253229

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 24 Dec 2025 16:22:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cf7c14c2963ad576a99e49972a8fc4a5f7bc969b

    Comments

    * tta/C/main/converter_types.h (CONVERTER), tta/perl/Texinfo/Convert/HTML.pm: rename converter field document_global_context as document_global_context_counter (to avoid mistaking with the document_global_context strings).  Update code accessing document_global_context_counter.
    * tta/perl/Texinfo/Convert/HTML.pm (conversion_initialization),
    tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization): initialize
    document_global_context_counter.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
  2. Change #253230

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 24 Dec 2025 17:11:30
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 524fb2b404578d5058fb565358008af5558bac10

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm (_collect_css_element_class) (register_file_information, _prepare_title_titlepage) (_html_convert_convert, _html_convert_output) (_prepare_node_redirection_page, _node_redirections): delete current_filename instead of setting undef.
    * tta/C/convert/convert_html.c (html_convert_output),
    tta/perl/Texinfo/Convert/HTML.pm (_html_convert_output): make sure
    that current_filename is unset wen exiting the function.
    
    * tta/C/convert/convert_html.c (html_convert_convert)
    (html_convert_output), tta/C/convert/html_prepare_converter.c
    (html_setup_output): reset current_filename in html_setup_output to do
    like in Perl, even though it is not needed as it is already deleted
    after conversion and each time it is set out of the conversion.
    Always reset the whole structure to simplify code and thinking.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
  3. Change #253231

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 24 Dec 2025 21:48:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision edaab6e948ffa9566221120fc559e95a69e21b6f

    Comments

    * tta/perl/XSTexinfo/convert/get_html_perl_info.c (get_authors_list): rename warn argument as access_elements_authors and sv_in as quotation_titlepage_nr_sv.
    * tta/perl/XSTexinfo/convert/get_html_perl_info.c
    (html_set_shared_conversion_state, html_get_shared_conversion_state):
    be more robust to incorrect input.  Add comments.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
  4. Change #253232

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 24 Dec 2025 23:13:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8e214cc13bf9e0e10d18fa70307696fa9a264013

    Comments

    * tta/C/convert/convert_html.c (clear_type_explanations) (html_reset_shared_conversion_state), tta/C/convert/html_converter_finish.c (html_reset_converter): move code resetting shared_conversion_state to convert_html.c html_reset_shared_conversion_state.
    * tta/C/convert/convert_html.c (html_reset_shared_conversion_state):
    clear shared_conversion_state->elements_authors.top if not empty.
    Zero in_skipped_node_top, footnote_number and html_menu_entry_index.
    
    * tta/C/convert/convert_html.c (html_conversion_finalization),
    tta/C/convert/html_prepare_converter.c
    (html_reset_shared_conversion_state): call
    html_reset_shared_conversion_state in html_conversion_finalization and
    html_reset_shared_conversion_state (and not in html_reset_converter).

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/convert_html.h
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/TODO
  5. Change #253233

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 25 Dec 2025 00:21:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e10002aa353090c9228b97f12bcca92edb7f9ae8

    Comments

    * tta/C/convert/html_conversion_state.c (html_free_pending_footnote): add to free one pending footnote.
    * tta/C/convert/format_html.c
    (html_default_format_footnotes_sequence),
    tta/C/convert/html_conversion_state.c (html_clear_pending_footnotes),
    tta/C/convert/html_converter_finish.c (html_free_converter),
    tta/C/convert/html_prepare_converter.c
    (html_conversion_initialization),
    tta/perl/XSTexinfo/convert/ConvertXS.xs (html_get_pending_footnotes):
    access directly the converter pending footnotes in
    html_default_format_footnotes_sequence and in html_get_pending_footnotes
    instead of calling html_get_pending_footnotes.  Free each pending
    footnote after it is formatted in
    html_default_format_footnotes_sequence.  Add html_clear_pending_footnotes
    to free all the pending footnotes, but keep the allocated memory.
    Call html_clear_pending_footnotes in html_conversion_initialization,
    html_conversion_finalization and html_get_pending_footnotes.  Free the
    converter pending_footnotes stack in html_free_converter.
    Remove html_get_pending_footnotes and destroy_pending_footnotes.
    
    * tta/C/convert/convert_html.c (html_conversion_finalization): output
    a warning if there are pending footnotes.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_html.c
    • tta/C/convert/format_html.c
    • tta/C/convert/html_conversion_state.c
    • tta/C/convert/html_conversion_state.h
    • tta/C/convert/html_converter_finish.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs