Builder texinfo-solaris10-sparc Build #5609
Results:
Failed shell_3
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | cc8390141328a62f95a94cbdf2e5c5bd08714a47 |
Got Revision | cc8390141328a62f95a94cbdf2e5c5bd08714a47 |
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 | 5609 | Build |
codebase | Build | |
got_revision | cc8390141328a62f95a94cbdf2e5c5bd08714a47 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | cc8390141328a62f95a94cbdf2e5c5bd08714a47 | 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 | Wed Jun 11 17:44:59 2025 |
End | Wed Jun 11 20:39:44 2025 |
Elapsed | 2 hrs, 54 mins, 45 secs |
All Changes:
:
Change #232023
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Tue 10 Jun 2025 23:16:47 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c6aef7342feeed11893c478b0befa1ac23a86642 Comments
Texinfo tree reader in C and XS interface * tta/C/main/element_types.txt, tta/C/main/types_data.h (TF_ignorable_text): add ignorable_text type flag. * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert), tta/perl/Texinfo/Convert/TestReader.pm (_convert), tta/perl/Texinfo/Reade.pm (_end_element, read, skip_children) (reader_collect_commands_list): remove the Texinfo::ReaderToken class, instead use hash keys. * tta/C/main/tree.c (reallocate_const_element_list_for) (insert_list_slice_into_const_list): add. * tta/C/Makefile.am (C_libtexinfo_sources), tta/C/main/reader.c (txi_reader_new, push_reader_context) (pop_reader_context, top_reader_context, end_element) (txi_reader_read, txi_reader_skip_children, free_reader) (destroy_reader, txi_reader_collect_commands_list), tta/C/main/tree_types.h (TXI_READER_TOKEN_CAT_LST, READER) (enum reader_token_category, READER_CONTEXT, READER_TOKEN): implement the Texinfo tree reader in C. * tta/C/main/reader.c (reader_list, retrieve_reader) (register_reader), tta/perl/XSTexinfo/parser_document/ReaderXS.xs (new, read, skip_children, reader_collect_commands_list), tta/C/main/get_perl_info.c (get_sv_reader_reader), tta/perl/Makefile.am (dist_modules_DATA), tta/perl/XSTexinfo/Makefile.am (xs_LTLIBRARIES, ReaderXS_la_*), tta/perl/Texinfo/ReaderNonXS.pm, tta/perl/Texinfo/Reader.pm (BEGIN) (TXI_ELEMENT_*, %token_category_name): add XS interface for the C Texinfo tree reader. Rename Texinfo/Reader.pm as Texinfo/ReaderNonXS.pm and put constants and XS loading in Texinfo/Reader.pm. * tta/perl/Texinfo/Convert/ReadDocBook.pm (convert_tree): if the tree is built to Perl, use a Texinfo::Convert::DocBook converter to convert the tree. * tta/perl/XSTexinfo/parser_document/DocumentXS.xs (build_tree): build an element tree having a handle for TreeElements and Reader. * tta/perl/Texinfo/Translations.pm (_substitute_element_array): build the tree to Perl if there is an element_document_descriptor.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/C/main/element_types.c
- tta/C/main/element_types.txt
- tta/C/main/get_perl_info.c
- tta/C/main/get_perl_info.h
- tta/C/main/reader.c
- tta/C/main/reader.h
- tta/C/main/tree.c
- tta/C/main/tree.h
- tta/C/main/tree_types.h
- tta/C/main/types_data.h
- tta/perl/Makefile.am
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/TestReader.pm
- tta/perl/Texinfo/Reader.pm
- tta/perl/Texinfo/ReaderNonXS.pm
- tta/perl/Texinfo/Translations.pm
- tta/perl/XSTexinfo/Makefile.am
- tta/perl/XSTexinfo/parser_document/DocumentXS.xs
- tta/perl/XSTexinfo/parser_document/ReaderXS.xs
Change #232024
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 11 Jun 2025 12:19:59 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c6e8b3eaf06e40a3a90e8f2140fd1ba5c48dfa4b Comments
* tta/perl/Texinfo/Convert/Converter.pm (%XS_overrides), (merge_converter_error_messages_lists_noxs) (merge_converter_error_messages_lists), tta/perl/Texinfo/Convert/Text.pm (convert_to_text), tta/perl/XSTexinfo/convert/ConvertXS.xs (merge_converter_error_messages_lists): add an XS override for merge_converter_error_messages_lists. Add a non XS version of merge_converter_error_messages_lists. Use the non XS version in Text.pm. * tta/perl/Texinfo/Convert/ReadDocBook.pm (convert_tree): call Texinfo::DocBook converter with customization variables set, pass formatting state an get back error messages. * tta/C/main/build_perl_info.c (build_base_element) (element_to_perl_hash, register_element_handle_in_sv): split build_base_element out of element_to_perl_hash. Call build_base_element in register_element_handle_in_sv. * tta/perl/Texinfo/Common.pm: remove _element_inline_or_block, update _inline_or_block. * tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/Convert/Converter.pm, tta/perl/Texinfo/Convert/ReadDocBook.pm, tta/perl/Texinfo/Convert/Utils.pm, tta/perl/Texinfo/ReaderNonXS.pm: access type through hash key rather than through function. * tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): minor code change for email. * tta/perl/Texinfo/Convert/ReadDocBook.pm (_convert): update abbr and acronym conversion code. * tta/perl/t/test_utils.pl, tta/perl/texi2any.pl: use ReadDocBook in the default case to test it well. This could be temporary.
Changed files
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/Text.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/ReaderNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
- tta/perl/XSTexinfo/parser_document/TreeElementXS.xs
- tta/perl/t/test_utils.pl
- tta/perl/texi2any.pl
Change #232025
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 11 Jun 2025 12:32:44 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1f6c89695394c3bc178ad155fbf7dbfa75a83343 Comments
* tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/Convert/Converter.pm, tta/perl/Texinfo/Convert/ReadDocBook.pm, tta/perl/Texinfo/Convert/Utils.pm, tta/perl/Texinfo/ReaderNonXS.pm: access text through hash key rather than through function.
Changed files
- ChangeLog
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/ReaderNonXS.pm
Change #232026
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Wed 11 Jun 2025 12:52:45 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision cc8390141328a62f95a94cbdf2e5c5bd08714a47 Comments
* tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/Convert/Converter.pm, tta/perl/Texinfo/Convert/ReadDocBook.pm, tta/perl/Texinfo/Convert/Unicode.pm, tta/perl/Texinfo/Convert/Utils.pm, tta/perl/Texinfo/ReaderNonXS.pm, tta/perl/Texinfo/Structuring.pm: access cmdname through hash key rather than through function. Update some codes. * tta/perl/Texinfo/TreeElementNonXS.pm, tta/perl/XSTexinfo/parser_document/TreeElementXS.xs: remove type(), text() and cmdname(). Gavin advice to access directly hash.
Changed files
- ChangeLog
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/Unicode.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/ReaderNonXS.pm
- tta/perl/Texinfo/Structuring.pm
- tta/perl/Texinfo/TreeElementNonXS.pm
- tta/perl/XSTexinfo/parser_document/TreeElementXS.xs