Builder texinfo-solaris11-sparc Build #7362
Results:
Build successful
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | a619bf309160230bc3e7872c0ac066d2a73e91a2 |
| Got Revision | a619bf309160230bc3e7872c0ac066d2a73e91a2 |
| Changes | 1 change |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
| buildername | texinfo-solaris11-sparc | Builder |
| buildnumber | 7362 | Build |
| codebase | Build | |
| got_revision | a619bf309160230bc3e7872c0ac066d2a73e91a2 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | a619bf309160230bc3e7872c0ac066d2a73e91a2 | Build |
| scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Tue Mar 17 13:17:19 2026 |
| End | Tue Mar 17 13:40:00 2026 |
| Elapsed | 22 mins, 41 secs |
All Changes:
:
Change #261284
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 17 Mar 2026 13:13:00 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision a619bf309160230bc3e7872c0ac066d2a73e91a2 Comments
Put leading spaces and trailing spaces directly in brace arg elements * tta/C/main/manipulate_tree.c (non_leading_trailing_indices) (parse_node_manual), tta/C/main/utils.c (empty_spaces_argument) (simple_arg_text), tta/perl/Texinfo/Common.pm (_non_leading_trailing_indices, parse_node_manual) (empty_spaces_argument, simple_arg_text): add functions to determine if empty, what are the non empty argument and simple text argument if there are trailing, leading spaces and comments. Use in parse_node_manual. * tta/C/parsetexi/close.c (close_all_style_commands, close_current), tta/C/parsetexi/def.c (split_def_args), tta/C/parsetexi/parser.c (isolate_leading_spaces_element, isolate_leading_trailing), tta/C/parsetexi/separator.c (handle_open_brace, handle_close_brace) (handle_comma), tta/perl/Texinfo/ParserNonXS.pm (_close_all_style_commands, _close_current) (_isolate_leading_spaces_element, _split_element_def_args) (_end_line_def_line, _handle_open_brace, _handle_close_brace) (_handle_comma): add functions to isolate trailing spaces and comments and leading spaces and comments, use them in parsing for brace commands and also use simple_arg_text and empty_spaces_argument. Isolate trailing spaces in @math too. * tta/C/main/element_types.txt (empty_line), tta/perl/Texinfo/ParserNonXS.pm (%trailing_space_types): set empty_line as trailing space such that it is not replaced by spaces_after_argument. * tta/C/parsetexi/parser.c (isolate_last_space), tta/perl/Texinfo/ParserNonXS.pm (_isolate_last_space): simplify, it is not called for brace commands anymore. * tta/C/structuring_transfo/transformations.c (reference_to_arg_internal), tta/perl/Texinfo/Common.pm (non_leading_trailing_tree), tta/perl/Texinfo/Transformations.pm (_reference_to_arg), tta/perl/ext/tex4ht.pm (tex4ht_prepare): update for change in tree. * tta/C/convert/html_prepare_converter.c (ignored_types), tta/C/main/convert_to_text.c (convert_to_text_internal), tta/C/main/node_name_normalization.c (convert_to_normalized_internal), tta/C/main/manipulate_indices.c (idx_leading_text_or_command), tta/C/parsetexi/end_line.c (end_line_def_line), tta/C/parsetexi/parser.c (text_contents_to_plain_text), tta/perl/Texinfo/ParserNonXS.pm (_text_contents_to_plain_text), tta/perl/Texinfo/Convert/DocBook.pm, tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/LaTeX.pm, tta/perl/Texinfo/Convert/NodeNameNormalization.pm, tta/perl/Texinfo/Convert/Plaintext.pm, tta/perl/Texinfo/Convert/Text.pm, tta/perl/Texinfo/Convert/TextContent.pm: ignore spaces_before_argument and spaces_after_argument. Catch all spaces in more code. * tta/C/convert/convert_html.c, tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/Texinfo/Convert/Info.pm, tta/perl/Texinfo/Convert/LaTeX.pm, tta/perl/Texinfo/Convert/Plaintext.pm: call empty_spaces_argument to determine if an argument is empty, cannot check only that there are no contents anymore.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/builtin_commands.c
- tta/C/main/convert_to_text.c
- tta/C/main/element_types.c
- tta/C/main/element_types.txt
- tta/C/main/manipulate_indices.c
- tta/C/main/manipulate_tree.c
- tta/C/main/manipulate_tree.h
- tta/C/main/node_name_normalization.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/C/parsetexi/close.c
- tta/C/parsetexi/def.c
- tta/C/parsetexi/end_line.c
- tta/C/parsetexi/parser.c
- tta/C/parsetexi/parser.h
- tta/C/parsetexi/separator.c
- tta/C/structuring_transfo/transformations.c
- tta/TODO
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/Info.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/NodeNameNormalization.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/Texinfo.pm
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Convert/TextContent.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/Texinfo/Transformations.pm
- tta/perl/ext/tex4ht.pm
- tta/perl/t/results/conditionals/inlinefmtifelse_nesting.pl
- tta/perl/t/results/conditionals/inlineiffmtifelse_not_closed_three_arg.pl
- tta/perl/t/results/converters_tests/commands_in_sc.pl
- tta/perl/t/results/converters_tests/commands_in_var.pl
- tta/perl/t/results/converters_tests/form_feeds.pl
- tta/perl/t/results/converters_tests/inline.pl
- tta/perl/t/results/converters_tests/inline_expand_tex.pl
- tta/perl/t/results/converters_tests/inlinefmtifelse.pl
- tta/perl/t/results/converters_tests/inlinefmtifelse_with_commands.pl
- tta/perl/t/results/converters_tests/inlinefmtspaces.pl
- tta/perl/t/results/converters_tests/inlineifsetifclear.pl
- tta/perl/t/results/converters_tests/inlineifsetifclearspaces.pl
- tta/perl/t/results/converters_tests/inlinerawspaces.pl
- tta/perl/t/results/converters_tests/line_breaks.pl
- tta/perl/t/results/converters_tests/link.pl
- tta/perl/t/results/converters_tests/multitable_prototypes.pl
- tta/perl/t/results/converters_tests/namedanchor.pl
- tta/perl/t/results/converters_tests/ref_error_formatting.pl
- tta/perl/t/results/converters_tests/ref_in_sectioning.pl
- tta/perl/t/results/converters_tests/refs_formatting.pl
- tta/perl/t/results/converters_tests/top_in_ref.pl
- tta/perl/t/results/coverage/commands.pl
- tta/perl/t/results/coverage/def.pl
- tta/perl/t/results/coverage/hyphenation.pl
- tta/perl/t/results/coverage/invalid_U.pl
- tta/perl/t/results/coverage/math.pl
- tta/perl/t/results/coverage/spaces_after_braced_command.pl
- tta/perl/t/results/coverage/test_errormsg.pl
- tta/perl/t/results/coverage_braces/abbr_acronym.pl
- tta/perl/t/results/coverage_braces/anchor_not_closed.pl
- tta/perl/t/results/coverage_braces/contain_plain_text_nestings.pl
- tta/perl/t/results/coverage_braces/empty_images.pl
- tta/perl/t/results/coverage_braces/empty_line_in_anchor.pl
- tta/perl/t/results/coverage_braces/empty_line_in_braces_in_math_at_begin_line.pl
- tta/perl/t/results/coverage_braces/empty_line_in_email.pl
- tta/perl/t/results/coverage_braces/empty_ref.pl
- tta/perl/t/results/coverage_braces/empty_second_email_argument.pl
- tta/perl/t/results/coverage_braces/inforef_too_much_args.pl
- tta/perl/t/results/coverage_braces/math_leading_trailing_spaces.pl
- tta/perl/t/results/coverage_braces/nested_args.pl
- tta/perl/t/results/coverage_braces/nested_in_sc.pl
- tta/perl/t/results/coverage_braces/one_argument_leading_trailing_spaces.pl
- tta/perl/t/results/coverage_braces/recursive_acronym.pl
- tta/perl/t/results/coverage_braces/recursive_acronym_definition.pl
- tta/perl/t/results/coverage_braces/ref_empty_node.pl
- tta/perl/t/results/coverage_braces/space_in_anchor.pl
- tta/perl/t/results/coverage_braces/space_in_image.pl
- tta/perl/t/results/coverage_braces/test_image.pl
- tta/perl/t/results/coverage_braces/too_much_args.pl
- tta/perl/t/results/coverage_braces/uref_in_ref.pl
- tta/perl/t/results/coverage_braces/uref_with_commands_characters.pl
- tta/perl/t/results/coverage_braces/verb_in_xref.pl
- tta/perl/t/results/def/bracketed_arg_no_space.pl
- tta/perl/t/results/def/empty_def_arguments.pl
- tta/perl/t/results/def/inter_item_commands_in_def.pl
- tta/perl/t/results/def/inter_item_commands_in_def_in_example.pl
- tta/perl/t/results/def/leading_space_in_def_arg.pl
- tta/perl/t/results/def/space_in_def_for_index.pl
- tta/perl/t/results/def/wrong_braces_simple.pl
- tta/perl/t/results/def/wrong_braces_with_end_of_lines.pl
- tta/perl/t/results/float/numbering_captions_listoffloats.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs_latin1.pl
- tta/perl/t/results/formats_encodings/at_commands_in_refs_utf8.pl
- tta/perl/t/results/html_tests/acronym_in_node_and_section.pl
- tta/perl/t/results/html_tests/check_htmlxref.pl
- tta/perl/t/results/html_tests/check_htmlxref_ignore_ref_top_up.pl
- tta/perl/t/results/html_tests/check_htmlxref_menu.pl
- tta/perl/t/results/html_tests/check_htmlxref_no_use_nodes.pl
- tta/perl/t/results/html_tests/commands_in_abbr.pl
- tta/perl/t/results/html_tests/end_of_line_in_uref.pl
- tta/perl/t/results/html_tests/namedanchor_in_redirection_file.pl
- tta/perl/t/results/htmlxref/htmlxref.pl
- tta/perl/t/results/htmlxref/htmlxref_nodes.pl
- tta/perl/t/results/htmlxref/htmlxref_only_mono.pl
- tta/perl/t/results/htmlxref/htmlxref_only_mono_nodes.pl
- tta/perl/t/results/htmlxref/htmlxref_only_split.pl
- tta/perl/t/results/htmlxref/htmlxref_only_split_nodes.pl
- tta/perl/t/results/include/cpp_lines.pl
- tta/perl/t/results/indices/empty_index_entry.pl
- tta/perl/t/results/indices/index_special_region.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_no_insertcopying_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/indices/index_special_region_no_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes.pl
- tta/perl/t/results/indices/index_special_region_titlepage_no_nodes_footnotes_default.pl
- tta/perl/t/results/info_tests/del_quote_linebreaking.pl
- tta/perl/t/results/info_tests/end_of_line_command_in_node_lines.pl
- tta/perl/t/results/info_tests/invalid_node_name_no_warning.pl
- tta/perl/t/results/info_tests/invalid_node_name_warning.pl
- tta/perl/t/results/info_tests/multiline_image_and_align.pl
- tta/perl/t/results/info_tests/pxref_test.pl
- tta/perl/t/results/info_tests/quote_node_names_info.pl
- tta/perl/t/results/info_tests/ref_tests.pl
- tta/perl/t/results/info_tests/xref_quote_long_item.pl
- tta/perl/t/results/info_tests/xref_test.pl
- tta/perl/t/results/init_files_tests/documentation_examples.pl
- tta/perl/t/results/init_files_tests/documentation_examples_texi2html.pl
- tta/perl/t/results/invalid_nestings/footnote_in_ref.pl
- tta/perl/t/results/invalid_nestings/ignore_in_xref.pl
- tta/perl/t/results/invalid_nestings/in_errormsg.pl
- tta/perl/t/results/invalid_nestings/in_table.pl
- tta/perl/t/results/invalid_nestings/item_in_ref.pl
- tta/perl/t/results/invalid_nestings/on_node_line.pl
- tta/perl/t/results/invalid_nestings/quotation_in_ref.pl
- tta/perl/t/results/invalid_nestings/section_in_math.pl
- tta/perl/t/results/invalid_nestings/verbatim_in_ref.pl
- tta/perl/t/results/latex_tests/float_and_refs.pl
- tta/perl/t/results/linemacro/comment_at_end_of_linemacro_call.pl
- tta/perl/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
- tta/perl/t/results/macro/bib_example.pl
- tta/perl/t/results/macro/closing_brace_in_macro_call_in_ignored_inline.pl
- tta/perl/t/results/macro/macro_call_in_inlinefmtifelse_format.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlinefmtifelse.pl
- tta/perl/t/results/macro/macro_end_call_in_ignored_inlinefmtifelse_else.pl
- tta/perl/t/results/macro/macro_inlineifcond_end_in_empty_set.pl
- tta/perl/t/results/menu/inlineraw_in_menu_description.pl
- tta/perl/t/results/misc_commands/ref_in_center.pl
- tta/perl/t/results/moresectioning/character_and_spaces_in_refs.pl
- tta/perl/t/results/moresectioning/character_and_spaces_in_refs_out.pl
- tta/perl/t/results/moresectioning/non_automatic_internal_top_node_up.pl
- tta/perl/t/results/moresectioning/non_automatic_top_node_up_and_url.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_spaces_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_empty_spaces_not_closed_comment.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_not_closed.pl
- tta/perl/t/results/multitable/multitable_bracketed_prototype_not_closed_space_comment.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_example.pl
- tta/perl/t/results/plaintext_tests/at_commands_glued_in_paragraph.pl
- tta/perl/t/results/plaintext_tests/lone_braces_in_inlineraw.pl
- tta/perl/t/results/plaintext_tests/punctuation_abbr_acronym.pl
- tta/perl/t/results/plaintext_tests/quote_node_names.pl
- tta/perl/t/results/raw/inline_in_example.pl
- tta/perl/t/results/raw/inline_missing_first_arg.pl
- tta/perl/t/results/raw/inlinefmt.pl
- tta/perl/t/results/raw/inlinefmt_with_empty_line.pl
- tta/perl/t/results/raw/inlineraw.pl
- tta/perl/t/results/raw/inlineraw_not_closed.pl
- tta/perl/t/results/raw/inlineraw_with_empty_line.pl
- tta/perl/t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_html/chap.html
- tta/perl/t/results/same_parser_multiple_files/three_files_first_file_same_parser/res_info/first_file_same_parser.info
- tta/perl/t/results/sectioning/email_in_node.pl
- tta/perl/t/results/sectioning/empty_anchor.pl
- tta/perl/t/results/sectioning/empty_ref_arg.pl
- tta/perl/t/results/sectioning/reference_to_only_special_spaces_node.pl
- tta/perl/t/results/sectioning/reference_to_only_special_spaces_node_transliterate.pl
- tta/perl/t/results/value/closing_brace_in_value_in_ignored_inline.pl
- tta/perl/t/results/xml_tests/brace_commands_spaces_end_of_lines.pl
- tta/perl/t/results/xml_tests/commands_and_spaces.pl
- tta/perl/t/results/xml_tests/inline_commands.pl
- tta/tests/coverage/res_parser/formatting_xml/formatting.xml
- tta/tests/formatting/res_parser/cpp_lines/cpp_lines.html
- tta/tests/info_tex/res_parser/tex_math_info_math_images/tex_math.info
- tta/tests/info_tex/res_parser/tex_math_info_math_images/tex_math_info_math2img.tex
- tta/tests/tex_html/res_parser/math_not_closed/math_not_closed-l2h_cache.pm
- tta/tests/tex_html/res_parser/math_not_closed/math_not_closed.html
- tta/tests/tex_html/res_parser/math_not_closed/math_not_closed_l2h.html
- tta/tests/tex_html/res_parser/math_not_closed/math_not_closed_l2h.tex
- tta/tests/tex_html/res_parser/math_not_closed/math_not_closed_l2h_images.tex
- tta/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef.html
- tta/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_tex.html
- tta/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_tex.lg
- tta/tests/tex_html/res_parser/tex_gdef_httex/tex_gdef_tex4ht_tex.tex
- tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef-l2h_cache.pm
- tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef.html
- tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef_l2h.html
- tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef_l2h.tex
- tta/tests/tex_html/res_parser/tex_gdef_l2h/tex_gdef_l2h_images.tex
- tta/tests/tex_html/res_parser/tex_gdef_mathjax/tex_gdef.html
- tta/tests/tex_html/tex_gdef.texi