Builder texinfo-solaris10-sparc Build #5612
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | e9a68e4d6a95f3a0f62211ac98816a7694b257a6 |
Got Revision | e9a68e4d6a95f3a0f62211ac98816a7694b257a6 |
Changes | 2 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 | 5612 | Build |
codebase | Build | |
got_revision | e9a68e4d6a95f3a0f62211ac98816a7694b257a6 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | e9a68e4d6a95f3a0f62211ac98816a7694b257a6 | 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 | Sat Jun 14 11:07:15 2025 |
End | Sat Jun 14 14:48:11 2025 |
Elapsed | 3 hrs, 40 mins, 56 secs |
All Changes:
:
Change #232207
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 14 Jun 2025 10:51:59 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision a23cd1f901597b951130ef45b0d7bf4a90c791c4 Comments
* tta/perl/Texinfo/Common.pm (tree_element_multitable_columnfractions) (associated_processing_encoding) (tree_element_informative_command_value) (tree_element_set_informative_command_value), tta/perl/Texinfo/Convert/Converter.pm (tree_element_xml_accents), tta/perl/Texinfo/Convert/Utils.pm (tree_element_find_innermost_accent_contents): add tree_* for tree element interface, modify functions for tree only interface and add associated_processing_encoding for pure Perl. Update callers. * tta/perl/Texinfo/Convert/Converter.pm (element_table_item_content_tree), tta/perl/XSTexinfo/parser_document/TreeElementXS.xs (add_to_element_contents): do not push on contents in Perl, but in XS. * tta/perl/Texinfo/Convert/TreeReadDocBook.pm (package) (_convert): fix package. Call multitable_columnfractions instead of element_multitable_columnfractions. * tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm (package) (_convert): fix package. Call tree_element_* functions. * tta/perl/Texinfo/Convert/ReadDocBook.pm: Reader based converter not using the tree element interface at all. Only for pure Perl for now, does not work in XS. * tta/perl/Texinfo/ReaderNonXS.pm (read): do not use the TreeElements interface, as the tree should alwais be built to Perl if XS is not used. * tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm (_convert), tta/perl/Texinfo/ReaderNonXS.pm (register_token_element) (register_token_tree), tta/perl/XSTexinfo/parser_document/ReaderXS.xs (read, register_token_element, register_token_tree) * tta/perl/Texinfo/Convert/DocBook.pm (conversion_output_begin) (_convert_argument_and_end_line, _convert_def_line, _convert): minor changes and improvements of code. * texi2any.pl: update for new/fixed DocBook converters.
Changed files
- ChangeLog
- tta/perl/Texinfo/Common.pm
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/DocBook.pm
- tta/perl/Texinfo/Convert/IXIN.pm
- tta/perl/Texinfo/Convert/ReadDocBook.pm
- tta/perl/Texinfo/Convert/TreeElementReadDocBook.pm
- tta/perl/Texinfo/Convert/TreeReadDocBook.pm
- tta/perl/Texinfo/Convert/Unicode.pm
- tta/perl/Texinfo/Convert/Utils.pm
- tta/perl/Texinfo/ReaderNonXS.pm
- tta/perl/XSTexinfo/parser_document/ReaderXS.xs
- tta/perl/XSTexinfo/parser_document/TreeElementXS.xs
- tta/perl/texi2any.pl
Change #232208
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sat 14 Jun 2025 11:00:09 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision e9a68e4d6a95f3a0f62211ac98816a7694b257a6 Comments
Add file to .gitignore
Changed files
- .gitignore