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

Builder texinfo-solaris10-sparc Build #5551

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision94f47a38dd0d68f6e939468c9e4504ef829ff37c
Got Revision94f47a38dd0d68f6e939468c9e4504ef829ff37c
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 55 secs )
    1. stdio
  2. shell './autogen.sh' ( 52 mins, 55 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 8 secs )
    1. stdio
  4. shell_2 'gmake all' ( 17 mins, 20 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 6 mins, 10 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5551 Build
codebase Build
got_revision 94f47a38dd0d68f6e939468c9e4504ef829ff37c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 94f47a38dd0d68f6e939468c9e4504ef829ff37c Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri May 23 08:15:15 2025
EndFri May 23 10:41:45 2025
Elapsed2 hrs, 26 mins, 30 secs

All Changes:

:

  1. Change #230559

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 23 May 2025 08:05:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 94f47a38dd0d68f6e939468c9e4504ef829ff37c

    Comments

    * doc/texi2any_api.texi (Shared Conversion State in Default Formatting), tta/perl/Texinfo/Convert/HTML.pm (command_description) (_formatted_nodedescription_nr, _convert_menu_entry_type), tta/perl/XSTexinfo/convert/get_html_perl_info.c (find_node_target_info_nodedescription_sv): use the node element and not the nodedescription element to select the node description for the nodedescription shared conversion state, since it is easier to find the C tree node from XS based on the node Perl tree element than based on the nodedescription Perl tree element.
    * tta/C/main/build_perl_info.c (store_document_texinfo_tree)
    (store_document_tree_output_units): move building section, nodes and
    heading lists to store_document_texinfo_tree to make sure that they
    are rebuilt if needed in more cases.
    
    * tta/C/main/build_perl_info.c (output_unit_to_perl_hash),
    tta/C/main/document_types.h (OUTPUT_UNIT), tta/C/main/output_unit.c
    (split_by_node, split_by_section), tta/perl/Texinfo/Common.pm
    (debug_print_output_unit), tta/perl/Texinfo/OutputUnits.pm
    (split_by_node, split_by_section): add unit_node and unit_section
    information to output unit, to hae a direct access to associated node
    and section information.
    
    * tta/C/convert/format_html.c (from_element_direction)
    (html_default_format_begin_file, html_convert_heading_command),
    tta/C/convert/html_prepare_converter.c (html_set_pages_files),
    tta/C/main/output_unit.c (split_pages, units_directions),
    tta/perl/Texinfo/Convert/Converter.pm (set_output_units_files)
    (sort_element_counts), tta/perl/Texinfo/Convert/HTML.pm
    (from_element_direction, _convert_heading_command)
    (_html_set_pages_files, _default_format_begin_file),
    tta/perl/Texinfo/Convert/IXIN.pm, tta/perl/Texinfo/OutputUnits.pm
    (split_pages, units_directions), tta/perl/init/book.pm
    (book_format_navigation_header, book_convert_heading_command)
    (book_unit_file_name): use output unit unit_node and unit_section
    instead of unit_command when relevant.  Remove _output_unit_node and
    _output_unit_section functions.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm (process_footnotes): rename
    $element as $output_unit.

    Changed files

    • ChangeLog
    • doc/texi2any_api.texi
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/document_types.h
    • tta/C/main/output_unit.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/IXIN.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/XSTexinfo/convert/get_html_perl_info.c
    • tta/perl/init/book.pm