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

Builder texinfo-solaris10-sparc Build #5547

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. shell './autogen.sh' ( 1 hrs, 4 secs )
    1. stdio
  3. shell_1 './configure' ( 11 mins, 42 secs )
    1. stdio
  4. shell_2 'gmake all' ( 19 mins, 41 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 3 mins, 9 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 5547 Build
codebase Build
got_revision 52f03555a633849e7bf287704c63fd67f26a670a Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 52f03555a633849e7bf287704c63fd67f26a670a 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:

StartThu May 22 02:16:26 2025
EndThu May 22 04:51:30 2025
Elapsed2 hrs, 35 mins, 4 secs

All Changes:

:

  1. Change #230479

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 21 May 2025 23:57:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8f8e3723a3d1067b22374f4e1b8dc4675c4c89b4

    Comments

    part_following_node points to node information
    * tta/C/main/build_perl_info.c (build_section_structure),
    tta/C/main/structure_list.c (print_sections_list),
    tta/C/main/tree_types.h (SECTION_STRUCTURE),
    tta/C/parsetexi/end_line.c (end_line_misc_line),
    tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line),
    tta/perl/Texinfo/Structuring.pm (print_sections_list): have
    part_following_node points to node structure information instead of
    pointing to tree elements.
    
    * tta/C/convert/format_html.c (html_open_node_part_command),
    tta/perl/Texinfo/Convert/DocBook.pm (_convert),
    tta/perl/Texinfo/Convert/HTML.pm (_open_node_part_command),
    tta/perl/Texinfo/Convert/LaTeX.pm (output, _convert): update for
    change in part_following_node.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Parser.texi
    • tta/C/convert/format_html.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/structure_list.c
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
  2. Change #230480

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 22 May 2025 01:05:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 52f03555a633849e7bf287704c63fd67f26a670a

    Comments

    associated_anchor_command points to node information
    * tta/C/main/build_perl_info.c (build_section_structure)
    (build_heading_structure_list), tta/C/main/structure_list.c
    (SECTION_STRUCT_PRINT_KEY, print_sections_list, print_nodes_list),
    tta/C/main/tree_types.h (HEADING_STRUCTURE, SECTION_STRUCTURE),
    tta/C/parsetexi/end_line.c (associate_title_command_anchor),
    tta/perl/Texinfo/ParserNonXS.pm (_associate_title_command_anchor),
    tta/perl/Texinfo/Structuring.pm (print_sections_list)
    (print_headings_list): have associated_anchor_command point
    to node structure information instead of pointing to tree elements.
    Remove SECTION_STRUCT_PRINT_KEY which is not used anymore and rename
    SECTION_STRUCT_PRINT_KEY_OR_NULL as SECTION_STRUCT_PRINT_KEY.
    
    * tta/C/convert/format_html.c (html_internal_command_href),
    tta/perl/Texinfo/Convert/HTML.pm (_internal_command_href):
    update for associated_anchor_command change.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/structure_list.c
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm