Builder texinfo-solaris11-i386 Build #6766
Results:
Build successful
SourceStamp:
Project | texinfo |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Branch | master |
Revision | aee858baacffd05cbbe5ebc283079fa4b5a33c51 |
Got Revision | aee858baacffd05cbbe5ebc283079fa4b5a33c51 |
Changes | 3 changes |
BuildSlave:
unstable11xReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave |
buildername | texinfo-solaris11-i386 | Builder |
buildnumber | 6766 | Build |
codebase | Build | |
got_revision | aee858baacffd05cbbe5ebc283079fa4b5a33c51 | Git |
project | texinfo | Build |
repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
revision | aee858baacffd05cbbe5ebc283079fa4b5a33c51 | Build |
scheduler | schedule-texinfo-solaris11-i386 | Scheduler |
slavename | unstable11x | BuildSlave |
workdir | /export/home/buildbot/slave/texinfo-solaris11-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
Start | Mon Aug 11 00:36:36 2025 |
End | Mon Aug 11 01:11:54 2025 |
Elapsed | 35 mins, 18 secs |
All Changes:
:
Change #242637
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 11 Aug 2025 00:27:09 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 45b523b796a703cc5d5ab7f1e354750d58186f35 Comments
* tta/C/main/manipulate_tree.c (copy_associated_info), tta/C/main/tree.c (destroy_associated_info), tta/C/main/tree_types.h (INDEX_ENTRY_LOCATION), tta/C/parsetexi/indices.c (enter_index_entry), tta/C/structuring_transfo/transformations.c (relate_index_entries_to_table_items_in): do a copy of the index name in INDEX_ENTRY_LOCATION index_entry in extra information. That way, the element can outlive the indices information.
Changed files
- ChangeLog
- tta/C/main/manipulate_tree.c
- tta/C/main/tree.c
- tta/C/main/tree_types.h
- tta/C/parsetexi/indices.c
- tta/C/structuring_transfo/transformations.c
Change #242638
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 11 Aug 2025 00:27:10 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 1656c382fbfa42a1bce274b8a1e17de2b64abcf6 Comments
* tta/perl/Texinfo/ManipulateTree.pm (_copy_tree, copy_contents) (copy_contentsNonXS): handle an tree without contents in input of copy_contents and copy_contentsNonXS.
Changed files
- ChangeLog
- tta/perl/Texinfo/ManipulateTree.pm
Change #242639
Category texinfo Changed by Patrice Dumas <pertusus @free.fr>Changed at Mon 11 Aug 2025 00:27:10 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision aee858baacffd05cbbe5ebc283079fa4b5a33c51 Comments
* tta/C/main/build_perl_info.c (new_element_perl_data) (element_to_perl_hash), tta/C/main/tree.c (destroy_element): do not retain an additional reference in new_element_perl_data, and consistently do not remove an HV reference in destroy_element. Call newSVsv instead of SvREFHVCNT_inc in element_to_perl_hash. * tta/C/main/build_perl_info.c (build_elements_list) (fill_document_hv, store_document_texinfo_tree): use newSVsv instead of SvREFHVCNT_inc. * tta/C/main/build_perl_info.c (build_perl_const_element_array) (build_perl_directions, build_extra_misc_args) (build_extra_index_entry): do not retain an additional reference to the AV/HV. * tta/C/main/build_perl_info.c (build_perl_array) (build_perl_container): return an AV. Update caller.
Changed files
- ChangeLog
- tta/C/main/build_perl_info.c
- tta/C/main/tree.c
- tta/TODO