Builder texinfo-solaris10-sparc Build #5832
Results:
Failed shell_2 shell_3
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe |
Got Revision | 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe |
Changes | 6 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 | 5832 | Build |
codebase | Build | |
got_revision | 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe | 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 | Sun Aug 10 16:02:47 2025 |
End | Sun Aug 10 17:56:17 2025 |
Elapsed | 1 hrs, 53 mins, 30 secs |
All Changes:
:
Change #242621
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 12:43:54 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision b366490989ab4bd399947bb33eeb05554240a64a Comments
* tta/perl/Texinfo/ParserNonXS.pm (%parser_document_state_initialization, _move_last_space_to_element) (_parse_texi): do not initialize current_node, current_section, current_part and internal_space_holder to undef, and delete them to unset them. Update users.
Changed files
- ChangeLog
- tta/perl/Texinfo/ParserNonXS.pm
Change #242622
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 12:56:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 90fc2bd73b521b2e6a3d600e63f1589f779013f0 Comments
* tta/perl/Texinfo/ParserNonXS.pm (_get_current_node_relations): simplify condition, the current node is always registered in nodes_list.
Changed files
- ChangeLog
- tta/perl/Texinfo/ParserNonXS.pm
Change #242623
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 13:19:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 59cb6811be3a3ae924adea1842f535d2f3e0c49e Comments
* tta/perl/Texinfo/Convert/Converter.pm (float_name_caption): copy tree in substrings to be able to destroy the tree afterwards. * tta/perl/Texinfo/Convert/HTML.pm (_convert_float_command): fix variable used in output when in string (which probably never happens). * tta/perl/Texinfo/Convert/Converter.pm (float_name_caption), tta/perl/Texinfo/Convert/HTML.pm (_convert_float_command), tta/perl/Texinfo/Convert/Plaintext.pm (_convert), tta/perl/Texinfo/Structuring.pm (number_floats): use exists or defined if the variable value is not used. * tta/perl/Texinfo/ParserNonXS.pm (_enter_index_entry): minor change in code.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/Texinfo/ParserNonXS.pm
- tta/perl/Texinfo/Structuring.pm
Change #242624
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 13:30:31 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1c8f7b0d2ccd1750adfde0e05a9144fa35eccd9b Comments
* tta/perl/Texinfo/Document.pm, tta/perl/Texinfo/ManipulateTree.pm (tree_remove_parents, tree_remove_references): move tree_remove_parents and tree_remove_references to Texinfo::ManipulateTree. Update callers.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/Texinfo/ManipulateTree.pm
Change #242625
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 13:45:21 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c4339d45464f3f4d3f9e7180d876f3121791a184 Comments
* tta/perl/Texinfo/Convert/Converter.pm (converter_destroy, destroy), tta/perl/Texinfo/Convert/HTML.pm (converter_destroy), tta/perl/Texinfo/Convert/LaTeX.pm (converter_destroy), tta/perl/Texinfo/Convert/Plaintext.pm (converter_destroy): add converter_destroy to the Perl converter API, called in Converter destroy, defined by each of the converters that need to.
Changed files
- ChangeLog
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/LaTeX.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
Change #242626
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Sun 10 Aug 2025 15:56:08 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe Comments
* tta/perl/Texinfo/Convert/Converter.pm (%XS_overrides, destroy) (_XS_destroy, converter_perl_release): rename destroy as converter_perl_release. Re-add destroy calling converter_perl_release and _XS_destroy, which is now the XS override. That way, the Perl data can be released before destroying the C data. * tta/C/Makefile.am (libtexinfoxs_la_SOURCES) (libcallperl_libtexinfo_convert_la_SOURCES), tta/perl/Texinfo/Document.pm (%XS_overrides, _XS_destroy_document) (destroy_document), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (destroy_document): add _XS_destroy_document, called by destroy_document and use it as XS override. That way, the Perl data can be released before destroying the C data. Do not call call_document_remove_document_references in destroy_document in DocumentXS.xs. Move call_document_perl_functions.c to libcallperl_libtexinfo_convert_la_SOURCES. * tta/C/convert/call_conversion_perl.c (call_object_converter_perl_release), tta/C/convert/texinfo.c (txi_converter_destroy, txi_destroy_document), tta/C/texi2any.c (main): add call_object_converter_perl_release and call from txi_converter_destroy. Call call_document_remove_document_references from txi_destroy_document. Add remove_references argument to txi_destroy_document and txi_destroy_document. Set remove_references in texi2any.c.
Changed files
- ChangeLog
- tta/C/Makefile.am
- tta/C/convert/call_conversion_perl.c
- tta/C/convert/call_conversion_perl.h
- tta/C/convert/replace_call_conversion_perl.c
- tta/C/convert/texinfo.c
- tta/C/convert/texinfo.h
- tta/C/main/call_perl_function.c
- tta/C/main/call_perl_function.h
- tta/C/texi2any.c
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/XSTexinfo/convert/ConvertXS.xs
- tta/perl/XSTexinfo/parser_document/DocumentXS.xs
- tta/swig/texinfo.i