Builder texinfo-solaris10-sparc Build #6407
Results:
Failed shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | d061145a8af3ae20d7b4e276c3ea89e8a0179077 |
| Got Revision | d061145a8af3ae20d7b4e276c3ea89e8a0179077 |
| Changes | 4 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 | 6407 | Build |
| codebase | Build | |
| got_revision | d061145a8af3ae20d7b4e276c3ea89e8a0179077 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | d061145a8af3ae20d7b4e276c3ea89e8a0179077 | 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 Jun 16 23:39:23 2026 |
| End | Wed Jun 17 00:43:45 2026 |
| Elapsed | 1 hrs, 4 mins, 21 secs |
All Changes:
:
Change #271395
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 15 Jun 2026 11:01:36 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 02ecbd432c0afec979fe8e99c1cb173b88d40346 Comments
* po_document/Makevars (XGETTEXT_OPTIONS): add element_cdt*. * Makefile.am (po_document-check), po_document/POTFILES.in: update.
Changed files
- ChangeLog
- Makefile.am
- po_document/Makevars
- po_document/POTFILES.in
Change #271396
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 15 Jun 2026 11:22:52 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b4f46e322f5ee7432fa515157780c0d54a08d2c4 Comments
update po
Changed files
- ChangeLog
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/eo.po
- po/es.po
- po/fi.po
- po/fr.po
- po/he.po
- po/hr.po
- po/hu.po
- po/id.po
- po/it.po
- po/ja.po
- po/ka.po
- po/nb.po
- po/nl.po
- po/pl.po
- po/pt.po
- po/pt_BR.po
- po/ro.po
- po/ru.po
- po/rw.po
- po/sk.po
- po/sl.po
- po/sr.po
- po/sv.po
- po/texinfo.pot
- po/tr.po
- po/uk.po
- po/vi.po
- po/zh_CN.po
- po/zh_TW.po
- po_document/ca.po
- po_document/cs.po
- po_document/de.po
- po_document/eo.po
- po_document/es.po
- po_document/fi.po
- po_document/fr.po
- po_document/hr.po
- po_document/hu.po
- po_document/it.po
- po_document/ka.po
- po_document/nb.po
- po_document/nl.po
- po_document/pl.po
- po_document/pt.po
- po_document/pt_BR.po
- po_document/qaa.po
- po_document/qaa@1234.po
- po_document/qaa@latin.po
- po_document/ro.po
- po_document/sk.po
- po_document/sr.po
- po_document/sv.po
- po_document/texinfo_document.pot
- po_document/uk.po
Change #271397
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 15 Jun 2026 18:34:33 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 55808271eef4d1d2ee0c5c14f25ffd6039fd092e Comments
* tta/C/main/manipulate_indices.c (def_command_index_entry), tta/C/main/translations.h, tta/perl/Texinfo/Indices.pm (_def_command_index_entry): do not use a different cache for translation without a converter, use the same cache as converters. Remove the unused cache variables and comment out TXI_PARSER_STRINGS_NR.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/main/manipulate_indices.c
- tta/C/main/translations.c
- tta/C/main/translations.h
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Indices.pm
- tta/perl/Texinfo/IndicesNonXS.pm
- tta/perl/XSTexinfo/parser_document/IndicesXS.xs
Change #271398
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Tue 16 Jun 2026 23:32:13 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision d061145a8af3ae20d7b4e276c3ea89e8a0179077 Comments
Add separate functions to sort index entries and cache in converters * tta/C/Makefile.am (C_libtexinfo_convert_sources): add tta/C/convert/convert_indices.c. * tta/C/convert/convert_indices.c (new_index_entry_text_or_command) (idx_leading_text_or_command) (index_entry_first_letter_text_or_command): move to convert_indices.c, since index_entry_first_letter_text_or_command should only be called from converters. * tta/C/main/document.c (document_sorted_indices_by_index) (document_sorted_indices_by_letter): rename sorted_indices_by_index as document_sorted_indices_by_index and sorted_indices_by_letter as document_sorted_indices_by_letter. * tta/C/main/manipulate_indices.c (document_index_content_element), tta/perl/Texinfo/Indices.pm (document_index_content_element): rename index_content_element as document_index_content_element. * tta/perl/Texinfo/DocumentNonXS.pm (document_indices_sort_strings): remove indices_sort_strings as document_indices_sort_strings. Update callers. * tta/C/main/manipulate_indices.c (get_index_content_info_element) (document_index_content_element), tta/perl/Texinfo/Indices.pm (get_index_content_info_element, document_index_content_element): add get_index_content_info_element that gets index content element for the cases where translation is not needed, and also gets information on object-oriented definitions that can be used by the caller to prepare an index content element. Remove def_command_index_entry. * tta/C/main/manipulate_indices.c (entry_tree_element_sort_string) (index_entry_element_sort_string): add entry_tree_element_sort_string based on index_entry_element_sort_string code. * tta/C/main/manipulate_indices.c (setup_index_entries_sort_strings): add index_entry_element_sort_string_fn argument to be able to use a different function than the index_entry_element_sort_string default, when called from converters. A function argument instead of a call to a function if converter argument is set is used to avoid depending on the libtexinfo-converter library. * tta/C/main/document.c (document_sorted_indices_by_index) (document_sorted_indices_by_letter), tta/C/main/manipulate_indices.c (new_collation_sorted_indices_by_index) (new_base_collations_sorted_indices_by_index) (get_collation_sorted_indices_by_index) (new_base_collations_sorted_indices_by_letter) (get_collation_sorted_indices_by_letter): add new_base_collations_sorted_indices_by_index, get_collation_sorted_indices_by_index, new_base_collations_sorted_indices_by_letter and get_collation_sorted_indices_by_letter based on document_sorted_indices_by_* code and call these functions. move new_collation_sorted_indices_by_index, find_collation_sorted_indices_by_index, new_collation_sorted_indices_by_letter and find_collation_sorted_indices_by_letter to manipulate_indices.c. * tta/C/main/document.c (document_sorted_indices_by_index) (document_sorted_indices_by_letter), tta/C/main/manipulate_indices.c (sort_indices_by_index) (sort_indices_by_letter, setup_sort_sortable_strings_collator), tta/perl/Texinfo/Document.pm (sorted_indices_by_letter) (sorted_indices_by_index), tta/perl/Texinfo/Indices.pm (_setup_sort_sortable_strings_collator) (sort_indices_by_index, sort_indices_by_letter): use indices_sort_strings as argument to sort_indices_by_index, sort_indices_by_letter and setup_sort_sortable_strings_collator, do not call document_indices_sort_strings in those functions, but in document_sorted_indices_by_index, document_sorted_indices_by_letter before calling sort_indices_by_index or sort_indices_by_letter. * tta/C/convert/converter.c (converter_index_entry_element_sort_string) (converter_indices_sort_strings, converter_sorted_indices_by_index) (get_converter_indices_sorted_by_index) (converter_sorted_indices_by_letter) (get_converter_indices_sorted_by_letter), tta/C/convert/convert_indices.c (converter_index_content_element) (index_entry_first_letter_text_or_command), tta/C/main/converter_types.h (CONVERTER), tta/C/main/manipulate_indices.c (document_index_content_element), tta/perl/Texinfo/Convert/Converter.pm (converter_indices_sort_strings) (_converter_sorted_indices_by_letter) (_converter_sorted_indices_by_index), tta/perl/Texinfo/Convert/ConverterNonXS.pm (get_converter_indices_sorted_by_letter) (get_converter_indices_sorted_by_index), tta/perl/Texinfo/Indices.pm (converter_index_content_element), tta/perl/Texinfo/IndicesNonXS.pm (index_entry_element_sort_string): add index sorting functions for converters that cache in the converter, using the new fields indices_sort_strings, sorted_indices_by_index and sorted_indices_by_letter, and use converter information. Use those functions in get_converter_indices_sorted_by_*, in index_entry_first_letter_text_or_command and in converters. Remove document_index_content_element converter and consider only the case of no converter in this function. Update callers, replacing index_content_element by converter_index_content_element in converters. Remove index_content_element. * tta/C/main/document.c (document_indices_sort_strings), tta/perl/Texinfo/Document.pm (sorted_indices_by_letter) (sorted_indices_by_index), tta/perl/Texinfo/DocumentNonXS.pm (document_indices_sort_strings), tta/perl/Texinfo/Indices.pm (sort_indices_by_index, sort_indices_by_letter), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (document_indices_sort_strings): remove converter argument. Update callers. * tta/perl/XSTexinfo/parser_document/DocumentXS.xs (setup_indices_sort_strings): never use the converter argument. * tta/C/convert/texinfo.c (txi_complete_document), tta/perl/texi2any.pl: do not call document_indices_sort_strings or Document::setup_indices_sort_strings in advance anymore, as the sorted index entries used by converters are not in the document anymore. * tta/C/main/manipulate_indices.c (destroy_sorted_indices_by_index) (destroy_sorted_indices_by_letter), tta/C/main/document.c (destroy_document_information_except_tree): add destroy_sorted_indices_by_index and destroy_sorted_indices_by_letter based on destroy_document_information_except_tree code. * tta/perl/Texinfo/Convert/Converter.pm (conversion_initialization), tta/perl/Texinfo/Convert/DocBook.pm (converter_initialize), tta/perl/Texinfo/Convert/LaTeX.pm (conversion_initialization), tta/perl/Texinfo/Convert/Plaintext.pm (conversion_initialization): call set_document even if document is undef, to get the other initialization/destructions. * tta/C/convert/converter.c (destroy_converter_index_sorting) (converter_set_document, free_generic_converter), tta/C/main/build_perl_info.c (pass_document_sv_to_converter_sv), tta/perl/Texinfo/Convert/Converter.pm (converter_perl_release), tta/perl/Texinfo/Convert/ConverterNonXS.pm (set_document): destroy index sorting information set in converter. Destroy document in set_document if input document is undef. * tta/C/convert/converter.c (element_cdt_tree): add and call html_element_cdt_tree from this function only and call this function directly in converter_index_content_element. Remove all the now unneeded element_cdt_tree_fn arguments. * tta/perl/t/z_misc/test_sort.t: update.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Convert-Converter.texi
- doc/tta_api/api_includes/Texinfo-Indices.texi
- tta/C/Makefile.am
- tta/C/api_for_swig/swig_interface.c
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/convert/format_html.c
- tta/C/convert/html_prepare_converter.c
- tta/C/convert/texinfo.c
- tta/C/main/build_perl_info.c
- tta/C/main/convert_utils.c
- tta/C/main/converter_types.h
- tta/C/main/document.c
- tta/C/main/document.h
- tta/C/main/manipulate_indices.c
- tta/C/main/manipulate_indices.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/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/Texinfo/DocumentNonXS.pm
- tta/perl/Texinfo/Example/IXIN.pm
- tta/perl/Texinfo/Example/ReadDocBook.pm
- tta/perl/Texinfo/Example/TexinfoMarkup.pm
- tta/perl/Texinfo/Indices.pm
- tta/perl/Texinfo/IndicesNonXS.pm
- tta/perl/XSTexinfo/parser_document/DocumentXS.xs
- tta/perl/XSTexinfo/parser_document/IndicesXS.xs
- tta/perl/init/chm.pm
- tta/perl/t/results/indices/double_seeentry_seealso.pl
- tta/perl/t/results/indices/empty_string_index_entry.pl
- tta/perl/t/results/indices/ignored_sort_char_empty_entries.pl
- tta/perl/t/results/indices/sorted_subentries.pl
- tta/perl/t/results/init_files_tests/customize_definition_index_translations.pl
- tta/perl/t/results/init_files_tests/translation_in_parser_in_translation.pl
- tta/perl/t/test_utils.pl
- tta/perl/t/z_misc/test_sort.t
- tta/perl/texi2any.pl
- tta/swig/perl/t/20index_sort.t
- tta/swig/texinfo.i
- tta/tests/coverage/res_parser/formatting_epub/formatting.2
- tta/tests/coverage/res_parser/formatting_html32/formatting.2
- tta/tests/coverage/res_parser/formatting_html_no_split/formatting.2
- tta/tests/coverage/res_parser/formatting_info/formatting.2
- tta/tests/coverage/res_parser/formatting_xhtml/formatting.2
- tta/tests/layout/res_parser/formatting_enable_encoding/formatting.2
- tta/tests/layout/res_parser/formatting_epub_nodes/formatting.2
- tta/tests/layout/res_parser/formatting_exotic/formatting.2
- tta/tests/layout/res_parser/formatting_fr/formatting.2
- tta/tests/layout/res_parser/formatting_fr_icons/formatting.2
- 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_mathjax/formatting.2
- tta/tests/layout/res_parser/formatting_numerical_entities/formatting.2
- tta/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
- tta/tests/layout/res_parser/formatting_texi2html/formatting.2
- tta/tests/layout/res_parser/formatting_texi2html_nodes/formatting.2
- tta/tests/layout/res_parser/formatting_weird_quotes/formatting.2
- tta/tests/tex_html/res_parser/formatting_singular/formatting.2