Builder texinfo-solaris10-sparc Build #6202
Results:
Failed shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 3d3232dc1014995b2fa932d04adb5647c3860c6d |
| Got Revision | 3d3232dc1014995b2fa932d04adb5647c3860c6d |
| Changes | 19 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 | 6202 | Build |
| codebase | Build | |
| got_revision | 3d3232dc1014995b2fa932d04adb5647c3860c6d | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 3d3232dc1014995b2fa932d04adb5647c3860c6d | 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 22:16:02 2026 |
| End | Tue Mar 3 23:26:47 2026 |
| Elapsed | 1 hrs, 10 mins, 45 secs |
All Changes:
:
Change #259767
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:52:43 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1e72b3fbe62bd482360bc21f0bd2a1c9d67467c6 Comments
* tta/C/convert/format_html.c (html_unit_is_top_output_unit): rename unit_is_top_output_unit as html_unit_is_top_output_unit. * tta/C/main/get_perl_info.c (get_output_unit_from_sv): add, based on find_root_command code. * tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm (_get_top_unit) (unit_is_top_output_unit), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (unit_is_top_output_unit): add an XS interface for unit_is_top_output_unit.
Changed files
- ChangeLog
- tta/C/convert/format_html.c
- tta/C/convert/format_html.h
- tta/C/main/get_perl_info.c
- tta/C/main/get_perl_info.h
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259768
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:54:02 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 6e4ed51652e18dfa733defe8ef1b4ff89f1909fd Comments
* tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: fix names in strings used in warn message. Modify 2 XS interface names.
Changed files
- ChangeLog
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259769
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:54:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1b84a9239f7ceb08744f2c3d4a8daef8c998ef2c Comments
* tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: prepend _ to function names for functions that are not supposed to be called outside of HTML converter. * tta/perl/Texinfo/Convert/HTMLNonXS.pm (command_is_in_referred_command_stack), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (command_is_in_referred_command_stack): rename _command_is_in_referred_command_stack as command_is_in_referred_command_stack. Update callers. * tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: remove _push_referred_command_stack_command and _pop_referred_command_stack XS interfaces, the functions are only called from already overriden functions.
Changed files
- ChangeLog
- tta/TODO
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259770
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:57:06 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f713f3f9ff04359733ce99875e7a8acfd9f0d92a Comments
* tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/Indices.pm (BEGIN), tta/perl/Texinfo/IndicesNonXS.pm, tta/perl/XSTexinfo/parser_document/IndicesXS.xs: add IndicesNonXS.pm based on Indices.pm for the code also in the XS interface. Add loading of XS module in Indices.pm. Remove tta/perl/Texinfo/IndicesXS.pm.
Changed files
- ChangeLog
- tta/perl/Makefile.am
- tta/perl/Texinfo/Indices.pm
- tta/perl/Texinfo/IndicesNonXS.pm
- tta/perl/Texinfo/IndicesXS.pm
- tta/perl/XSTexinfo/parser_document/IndicesXS.xs
Change #259771
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:59:17 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 924bf5501e35828d6c31c41cfff9c90a2abd3df1 Comments
* tta/perl/Texinfo/Config.pm, tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/Plaintext.pm, tta/perl/Texinfo/Convert/Unicode.pm, tta/perl/Texinfo/Example/TreeElementConverter.pm, tta/perl/Texinfo/ParserNonXS.pm: make $module_loaded a file scoped my variable.
Changed files
- ChangeLog
- tta/perl/Texinfo/Config.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/Unicode.pm
- tta/perl/Texinfo/Example/TreeElementConverter.pm
- tta/perl/Texinfo/ParserNonXS.pm
Change #259772
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:59:27 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision ba64b75ac018282e8a290666eb1b370dad8f5d2e Comments
Change in comments
Changed files
- ChangeLog
- tta/C/main/translations.c
- tta/C/tree_elements/build_perl_tree_elements.c
- tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
Change #259773
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 20:59:49 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 981ac902aab9a3cab28cacaba8da141d34d54517 Comments
* tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree): rename table_item_content_tree_noxs as table_item_content_tree. Update callers. * tta/C/main/get_perl_info.c (get_messages_from_sv), tta/perl/Texinfo/Convert/Converter.pm, tta/perl/Texinfo/Convert/ConverterNonXS.pm (merge_converter_error_messages_lists), tta/perl/XSTexinfo/convert/ConvertConverterXS.xs (merge_converter_error_messages_lists): add get_messages_from_sv, and use it in merge_converter_error_messages_lists to get messages from the Perl object if a C converter could not be found. Move merge_converter_error_messages_lists_noxs code to merge_converter_error_messages_lists in ConverterNonXS.pm. Remove merge_converter_error_messages_lists_noxs.
Changed files
- ChangeLog
- tta/C/main/get_perl_info.c
- tta/C/main/get_perl_info.h
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/ConverterNonXS.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Example/TreeElementConverter.pm
- tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
Change #259774
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:01:20 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1e563baff70c1f38f19ef0689983a5a2810bd048 Comments
* tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs (_XS_texinfo_convert_tree): rename plain_texinfo_convert_tree as _XS_texinfo_convert_tree. * tta/perl/Texinfo/Convert/Texinfo.pm (_convert_to_texinfo): rename convert_to_texinfoNonXS as _convert_to_texinfo. * tta/perl/Texinfo/Convert/Texinfo.pm (BEGIN, convert_to_texinfo), tta/perl/Texinfo/Convert/TexinfoNonXS.pm (_XS_texinfo_convert_tree), tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs (_XS_texinfo_convert_tree): have _XS_texinfo_convert_tree return undef if the C data is not found. Override _XS_texinfo_convert_tree in TexinfoNonXS.pm, returning undef. Define convert_to_texinfo in Texinfo.pm, by calling _XS_texinfo_convert_tree and switching to Perl implementation if _XS_texinfo_convert_tree returns undef. * tta/perl/Makefile.am (dist_convertmodules_DATA): remove Texinfo/Convert/TexinfoXS.pm.
Changed files
- ChangeLog
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/Texinfo.pm
- tta/perl/Texinfo/Convert/TexinfoNonXS.pm
- tta/perl/Texinfo/Convert/TexinfoXS.pm
- tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs
Change #259775
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:03:10 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 8a06f7da358fb4deb7ff869fe3678da875828bfe Comments
* tta/C/structuring_transfo/transformations.c (move_selected_element_index_entries_after_items): rename move_index_entries_after_items as move_selected_element_index_entries_after_items. * tta/perl/Texinfo/ManipulateTreeNonXS.pm (_move_selected_element_index_entries_after_items): rename move_index_entries_after_items as _move_selected_element_index_entries_after_items. * tta/perl/Texinfo/ManipulateTreeNonXS.pm (move_index_entries_after_items_in_document): remove move_index_entries_after_items_in_tree.
Changed files
- ChangeLog
- tta/C/structuring_transfo/transformations.c
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/ManipulateTreeNonXS.pm
Change #259776
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:03:16 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision d40108d2751390792bd60011c560ca24a4835feb Comments
* tta/perl/Texinfo/ManipulateTree.pm (copy_contents): remove copy_contentsNonXS, copy_contents does not have an XS implementation. Update callers.
Changed files
- ChangeLog
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/Structuring.pm
- tta/perl/Texinfo/TransformationsNonXS.pm
Change #259777
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:03:26 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b07d8d3153bb13e0f2223f93b6f6bc4631bc7e19 Comments
* tta/C/main/manipulate_tree.c (copy_tree_root), tta/perl/Texinfo/ManipulateTreeNonXS.pm (copy_tree_root), tta/perl/XSTexinfo/parser_document/ManipulateTreeXS.xs (copy_tree_root), tta/perl/t/z_misc/test_tree_copy.t: add copy_tree_root that copies a whole tree root element. * tta/perl/Texinfo/ManipulateTree.pm (copy_element_tree), tta/C/main/manipulate_tree.c (copy_element_tree): rename copy_treeNonXS as copy_element_tree in Perl. Rename copy_tree as copy_element_tree in C. Update callers.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/main/convert_utils.c
- tta/C/main/manipulate_tree.c
- tta/C/main/manipulate_tree.h
- tta/C/main/translations.c
- tta/C/parsetexi/end_line.c
- tta/C/parsetexi/indices.c
- tta/C/structuring_transfo/structuring.c
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/ManipulateTree.pm
- tta/perl/Texinfo/ManipulateTreeNonXS.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/Texinfo/Structuring.pm
- tta/perl/Texinfo/Translations.pm
- tta/perl/XSTexinfo/parser_document/ManipulateTreeXS.xs
- tta/perl/t/z_misc/test_tree_copy.t
Change #259778
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:03:33 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 67e641b31d29713a688654ac8c64ef134d868085 Comments
* tta/perl/Texinfo/Structuring.pm (_associate_internal_references): rename associate_internal_referencesNonXS as _associate_internal_references. Update callers.
Changed files
- ChangeLog
- tta/perl/Texinfo/Structuring.pm
- tta/perl/Texinfo/StructuringNonXS.pm
- tta/perl/t/z_misc/automatic_nodes.t
Change #259779
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:05:49 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 40ba69585de7676ca2f9b151fc1f8c622b0909c6 Comments
* tta/configure.ac (prefer_c_t2a): move ctexi2any related code later to depend on use_shared_txi_libraries rather than am_func_iconv.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/configure.ac
Change #259780
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:13:17 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 554703c8ec719d0e9f58fb3fb5a76de4733d2528 Comments
Finish TEXINFO_XS requiredifenabled implementation * tta/perl/Texinfo/XSLoader.pm (init): now that all the modules that need one have fallback, die if fallback is missing when it should be present. Update comments. * tta/perl/Texinfo/XSLoader.pm (override): die if overriding a function failed and embedded_xs is set.
Changed files
- ChangeLog
- tta/TODO
- tta/perl/Texinfo/XSLoader.pm
Change #259781
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:16:03 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 833a1dea6a539cfc6ab63e8b34a2c9c652bc8084 Comments
* tta/perl/Texinfo/Convert/Texinfo.pm (BEGIN), tta/perl/XSTexinfo/Makefile.am, tta/perl/XSTexinfo/convert/ConvertTexinfoXS.xs: rename ConvertToTexinfoXS.xs to ConvertTexinfoXS.xs.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Texinfo.pm
- tta/perl/Texinfo/Convert/TexinfoNonXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/convert/ConvertTexinfoXS.xs
- tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs
Change #259782
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:16:11 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 6d2a924dffcf88001a49e55ff524eb1489dcdc11 Comments
* tta/perl/Texinfo/Parser.pm (BEGIN), tta/perl/XSTexinfo/Makefile.am, tta/perl/XSTexinfo/parser_document/ParserXS.xs: rename Parsetexi.xs to ParserXS.xs.
Changed files
- .gitignore
- ChangeLog
- tta/C/convert/texinfo.c
- tta/perl/Texinfo/Parser.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/Texinfo/ParserXS.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/parser_document/ParserXS.xs
- tta/perl/XSTexinfo/parser_document/Parsetexi.xs
Change #259783
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:16:31 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 91d04977fff87b9cda377d3c0d689c2817927649 Comments
* tta/perl/Texinfo/Convert/Paragraph.pm (BEGIN), tta/perl/XSTexinfo/Makefile.am, tta/perl/XSTexinfo/ParagraphXS.xs: rename XSParagraph.xs as ParagraphXS.xs.
Changed files
- .gitignore
- ChangeLog
- tta/TODO
- tta/perl/Texinfo/Convert/Paragraph.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/ParagraphXS.xs
- tta/perl/XSTexinfo/XSParagraph.xs
- tta/perl/XSTexinfo/xspara.h
Change #259784
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:19:27 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision f603275f81580616da7e1ba013ad1a2afbfc0e41 Comments
* tta/perl/XSTexinfo/Makefile.am: remove BUILD_C_CODE conditional use, as it should always be true. BUILD_C_CODE true is implied by XS being enabled, and code is built in the directory only if XS is enabled.
Changed files
- ChangeLog
- tta/perl/XSTexinfo/Makefile.am
Change #259785
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 03 Mar 2026 21:19:36 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3d3232dc1014995b2fa932d04adb5647c3860c6d Comments
* tta/C/main/api_to_perl.c: remove useless includes and preprocessor code.
Changed files
- ChangeLog
- tta/C/main/api_to_perl.c
- tta/C/parsetexi/api.c