Builder texinfo-solaris10-sparc Build #6201
Results:
Failed shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 3a397319ba3cda1e6ae84a7d653af4a61df97a3c |
| Got Revision | 3a397319ba3cda1e6ae84a7d653af4a61df97a3c |
| Changes | 14 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 | 6201 | Build |
| codebase | Build | |
| got_revision | 3a397319ba3cda1e6ae84a7d653af4a61df97a3c | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 3a397319ba3cda1e6ae84a7d653af4a61df97a3c | 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 | Tue Mar 3 21:03:47 2026 |
| End | Tue Mar 3 22:15:59 2026 |
| Elapsed | 1 hrs, 12 mins, 11 secs |
All Changes:
:
Change #259753
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:18:12 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 33252019403f7e700cb5da0e156bb2723752564b Comments
* tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_convert_tree): rename _convert_tree_with_XS and text_convert_tree as XS_convert_tree. * tta/perl/Texinfo/Convert/Text.pm (XS_convert_tree, convert_to_text) (convert, output), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_convert_tree): determine in XS_convert_tree if a C element corresponding to the input Perl tree element is found and if not found return undef. Always call XS_convert_tree in Perl code, and determine if the element was converted by checking if the return value is undef.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259754
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:18:22 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3ef270f4c738f038ee4a4b2154b72ffa8274dc44 Comments
* tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/Text.pm (BEGIN), tta/perl/Texinfo/Convert/TextNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertTextXS_la_*), tta/perl/XSTexinfo/convert/ConvertXS.xs, tta/perl/XSTexinfo/convert/ConvertTextXS.xs: add TextNonXS.pm based on Text.pm with the trivial code present in the XS interface. Split ConvertTextXS.xs out of ConvertXS.xs with the Texinfo::Convert::Text XS interface code. Add loading of XS module in Text.pm. * tta/perl/XSTexinfo/Makefile.am: cleanups.
Changed files
- .gitignore
- ChangeLog
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Convert/TextNonXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertTextXS.xs
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259755
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:19:35 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision e961992fc379026303b647f8384aff35723613eb Comments
* tta/C/convert/converter.c (setup_converter_generic_done) (setup_converter_generic), tta/C/convert/html_prepare_converter.c (html_format_setup): have html_format_setup call setup_converter_generic_done as it depends on some xml conversion data having been set. Add setup_converter_generic_done to avoid running setup_converter_generic code twice. * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides, import), tta/perl/XSTexinfo/convert/ConvertXS.xs (init): call html_format_setup in init in ConvertXS.xs. Remove html_format_setup. * tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides) (html_converter_initialize_beginning) (XS_html_converter_get_customization), tta/perl/XSTexinfo/convert/ConvertXS.xs (XS_html_converter_get_customization): rename _XS_html_converter_initialize_beginning as html_converter_initialize_beginning and _XS_html_converter_get_customization and html_converter_get_customization_sv as XS_html_converter_get_customization. * tta/perl/Texinfo/Convert/HTML.pm (html_converter_initialize_beginning, converter_initialize): do not use a dynamic check of converter_descriptor presence before html_converter_initialize_beginning and converter_initialize calls, it should always set and we do not do it for any other function. Move Perl code called where html_converter_initialize_beginning was to the function.
Changed files
- ChangeLog
- tta/C/convert/converter.c
- tta/C/convert/html_prepare_converter.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259756
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:29:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f64fc2d9d9d8a4f52cb9048d077fa813bba2fbd3 Comments
* tta/perl/Texinfo/Convert/HTML.pm (%XS_conversion_overrides), tta/perl/XSTexinfo/convert/ConvertXS.xs: use the same name in Perl code and in XS interface.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
Change #259757
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 19:29:24 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision da2650e205d407ebff40e2d368a7a9805cea06e7 Comments
* tta/perl/Makefile.am (dist_convertmodules_DATA), tta/perl/Texinfo/Convert/HTML.pm (BEGIN), tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, *_ConvertHTMLXS_la_*), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: add HTMLNonXS.pm based on HTML.pm for the code also in the XS interface. Rename ConvertXS.xs as ConvertHTMLXS.xs. Add loading of XS module in HTML.pm. Use the same name in Perl code and in XS interface.
Changed files
- .gitignore
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/ConvertXS.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/TextNonXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
- tta/perl/XSTexinfo/convert/ConvertXS.xs
- tta/perl/t/test_utils.pl
- tta/perl/texi2any.pl
Change #259758
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:07:20 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision ea6b9182e6a8c0b73b49f394f83acc9f8bfa468b Comments
* tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm: move functions around and modify comments for a better organized code.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
Change #259759
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:07:48 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 20d12a3094c1697a03b9a1a63f6632e79e190789 Comments
* tta/perl/t/init/t2h_singular.init (singular_collect_values) (singular_get_value): collect version set values in the tree. Use them in formatting. * tta/perl/Texinfo/Convert/HTML.pm: remove get_value. * tta/tests/coverage/formatting.texi: add setting of VERSION value, for t2h_singular.init testing.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/t/init/t2h_singular.init
- tta/tests/coverage/formatting.texi
- tta/tests/coverage/res_parser/formatting_chm/formatting.2
- tta/tests/coverage/res_parser/formatting_chm/formatting.html
- tta/tests/coverage/res_parser/formatting_docbook/formatting.2
- tta/tests/coverage/res_parser/formatting_docbook/formatting.xml
- tta/tests/coverage/res_parser/formatting_epub/formatting.2
- tta/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
- tta/tests/coverage/res_parser/formatting_html32/formatting.2
- tta/tests/coverage/res_parser/formatting_html32/formatting.html
- tta/tests/coverage/res_parser/formatting_html_no_split/formatting.2
- tta/tests/coverage/res_parser/formatting_html_no_split/formatting.html
- tta/tests/coverage/res_parser/formatting_info/formatting.2
- tta/tests/coverage/res_parser/formatting_latex/formatting.2
- tta/tests/coverage/res_parser/formatting_latex/formatting.tex
- tta/tests/coverage/res_parser/formatting_macro_expand/formatting.2
- tta/tests/coverage/res_parser/formatting_macro_expand/formatting.texi
- tta/tests/coverage/res_parser/formatting_plaintext/formatting.2
- tta/tests/coverage/res_parser/formatting_rawtext/formatting.2
- tta/tests/coverage/res_parser/formatting_rawtext/formatting.txt
- tta/tests/coverage/res_parser/formatting_textcontent/formatting
- tta/tests/coverage/res_parser/formatting_textcontent/formatting.2
- tta/tests/coverage/res_parser/formatting_xhtml/formatting.2
- tta/tests/coverage/res_parser/formatting_xhtml/formatting.html
- tta/tests/coverage/res_parser/formatting_xml/formatting.2
- tta/tests/coverage/res_parser/formatting_xml/formatting.xml
- tta/tests/layout/res_parser/formatting_enable_encoding/formatting.2
- tta/tests/layout/res_parser/formatting_enable_encoding/formatting.html
- tta/tests/layout/res_parser/formatting_epub_nodes/formatting.2
- tta/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
- tta/tests/layout/res_parser/formatting_exotic/formatting.2
- tta/tests/layout/res_parser/formatting_exotic/index.html
- tta/tests/layout/res_parser/formatting_fr/formatting.2
- tta/tests/layout/res_parser/formatting_fr/formatting.html
- tta/tests/layout/res_parser/formatting_fr_icons/formatting.2
- tta/tests/layout/res_parser/formatting_fr_icons/formatting.html
- tta/tests/layout/res_parser/formatting_fr_info/formatting.2
- tta/tests/layout/res_parser/formatting_info_ascii_punctuation/formatting.2
- tta/tests/layout/res_parser/formatting_info_disable_encoding/formatting.2
- tta/tests/layout/res_parser/formatting_inline_css/formatting.2
- tta/tests/layout/res_parser/formatting_inline_css/formatting.html
- tta/tests/layout/res_parser/formatting_mathjax/formatting.2
- tta/tests/layout/res_parser/formatting_mathjax/formatting.html
- tta/tests/layout/res_parser/formatting_numerical_entities/formatting.2
- tta/tests/layout/res_parser/formatting_numerical_entities/formatting.html
- tta/tests/layout/res_parser/formatting_plaintext_ascii_punctuation/formatting.2
- tta/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
- tta/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
- tta/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
- tta/tests/layout/res_parser/formatting_texi2html/formatting.2
- tta/tests/layout/res_parser/formatting_texi2html/formatting.html
- tta/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
- tta/tests/layout/res_parser/formatting_texi2html_nodes/index.html
- tta/tests/layout/res_parser/formatting_weird_quotes/formatting.2
- tta/tests/layout/res_parser/formatting_weird_quotes/formatting.html
- tta/tests/tex_html/res_parser/formatting_singular/chapter.html
- tta/tests/tex_html/res_parser/formatting_singular/chapter2.html
- tta/tests/tex_html/res_parser/formatting_singular/formatting.2
- tta/tests/tex_html/res_parser/formatting_singular/index.htm
- tta/tests/tex_html/res_parser/formatting_singular/node-with-empty-xrefname.html
- tta/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
- tta/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
- tta/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
- tta/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
- tta/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
- tta/tests/tex_html/res_parser/formatting_singular/subsection.html
- tta/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
- tta/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
Change #259760
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:08:13 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 98f01979e30b73e21507e2debb88aaa07406d09e Comments
HTML.pm, HTMLNonXS.pm: move and improve/update some comments
Changed files
- tta/C/convert/converter.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
Change #259761
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:18:03 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f2a8024e6c77f78608950d639f675ca866aa40d5 Comments
* doc/texi2any_api.texi (Customizing Output Target Names) (Target Tree Element Link), tta/perl/Texinfo/Convert/HTML.pm (find_identifier_target), tta/perl/init/documentation_examples.pm, tta/perl/t/init/access_output_unit_in_handler.pm: rename label_command as find_identifier_target. Update callers. * tta/perl/Texinfo/Convert/HTML.pm (_convert_xref_command): rename _convert_xref_commands as _convert_xref_command.
Changed files
- ChangeLog
- doc/texi2any_api.texi
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/init/documentation_examples.pm
- tta/perl/t/init/access_output_unit_in_handler.pm
Change #259762
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:18:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 98e98bba9dd5dc011dbb81cdb0849f3d75964712 Comments
* doc/texi2any_api.texi (Customizing Output Target Names) (Target Tree Element Link), tta/perl/Texinfo/Convert/ConverterNonXS.pm (converter_find_identifier_target), tta/perl/Texinfo/Convert/HTML.pm, tta/perl/XSTexinfo/convert/ConvertConverterXS.xs (converter_find_identifier_target): rename find_identifier_target as converter_find_identifier_target. Move to ConverterNonXS.pm and add an XS implementation. Update callers. * tta/perl/Texinfo/Convert/HTML.pm (_get_top_unit) (_convert_xref_command, _convert_printindex_command): use converter_find_identifier_target.
Changed files
- ChangeLog
- doc/texi2any_api.texi
- tta/C/main/targets.c
- tta/perl/Texinfo/Convert/ConverterNonXS.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
- tta/perl/init/documentation_examples.pm
- tta/perl/t/init/access_output_unit_in_handler.pm
Change #259763
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:24:15 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 4bb57aa87218bd2569a3f63add45fd960f1deb52 Comments
* tta/C/convert/format_html.c (html_get_top_unit): reorganize code to be more efficient, and more similar to Perl code.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
Change #259764
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:24:32 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 45e4c97de5376fb690de55de965e0397176ee943 Comments
* tta/C/convert/format_html.c (html_special_unit_info): handle an unknown special_unit_variety being given in argument. * tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm (get_special_unit_info_varieties, special_unit_info), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (get_special_unit_info_varieties, special_unit_info): do not sort get_special_unit_info_varieties output. Add an XS interface for get_special_unit_info_varieties and special_unit_info.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259765
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:31:31 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision d7e02080deeb283932909dfb8ea6ddf3d468a8bb Comments
* tta/C/convert/format_html.c (html_direction_string): rename direction_string as html_direction_string. * tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm (direction_string), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (direction_string): add XS interface for direction_string. * tta/C/convert/build_html_perl_info.c (html_pass_converter_initialization_state), tta/C/convert/build_html_perl_state.c (build_html_translated_names): do not pass nor reset direction_string converter hash, as nothing access the Perl data when going through the XS interface.
Changed files
- ChangeLog
- tta/C/convert/build_html_perl_info.c
- tta/C/convert/build_html_perl_state.c
- tta/C/convert/format_html.c
- tta/C/convert/format_html.h
- tta/C/main/utils.c
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259766
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:48:29 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3a397319ba3cda1e6ae84a7d653af4a61df97a3c Comments
* tta/C/convert/html_prepare_converter.c (html_set_main_units_direction_names), tta/C/main/converter_types.h (CONVERTER), tta/C/main/utils.c (html_get_direction_index): setup an hash associating direction names to their index in main_units_direction_names while filling the array. Use it in html_get_direction_index.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/converter_types.h
- tta/C/main/utils.c