Builder texinfo-solaris10-sparc Build #5547
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 52f03555a633849e7bf287704c63fd67f26a670a |
Got Revision | 52f03555a633849e7bf287704c63fd67f26a670a |
Changes | 2 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
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:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Thu May 22 02:16:26 2025 |
End | Thu May 22 04:51:30 2025 |
Elapsed | 2 hrs, 35 mins, 4 secs |
All Changes:
:
Change #230479
Category texinfo Changed by Patrice Dumas <pertusus @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
Change #230480
Category texinfo Changed by Patrice Dumas <pertusus @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