Builder texinfo-solaris10-sparc Build #6477
Results:
Failed shell shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 |
| Got Revision | 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 |
| 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 | 6477 | Build |
| codebase | Build | |
| got_revision | 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 | 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 | Mon Aug 10 17:53:56 2026 |
| End | Mon Aug 10 18:55:48 2026 |
| Elapsed | 1 hrs, 1 mins, 51 secs |
All Changes:
:
Change #277702
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 10 Aug 2026 18:42:58 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 11e06bf643c2c2de47a5e04970f25e4b2f238348 Comments
* tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): do not call return on format_contents dispatched function, it is a function returning void and is called in a void function. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): set text_before and text_after to empty string in case of bug. * tta/C/convert/convert_to_plaintext.c (ensure_end_of_line): add. * tta/C/convert/convert_to_info.c (info_output), tta/C/convert/convert_to_plaintext.c (plaintext_conversion_finalization, convert_to_plaintext_internal), tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE): add text_before_first_node field in PLAINTEXT_CONVERTER_STATE, set and use text_before_first_node. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): add some conditions for now existing elements, and use braces instead of ; when there is no code yet.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_plaintext.c
- tta/C/main/plaintext_converter_state.h
- tta/C/texi2any.c
Change #277703
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Mon 10 Aug 2026 19:26:16 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 8bb8cdd0de8bf8d1e93d3553bb45bbcc207f5e88 Comments
* tta/C/convert/convert_to_info.c (info_output): handle invalid documentscript. * tta/C/convert/convert_to_plaintext.c (plaintext_process_printindex): unallocate "(outside of any node)" translated tree. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): handle @math without argument. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): stream and free the prepared text. * tta/C/convert/html_conversion_state.c (html_unset_multiple_conversions) (html_close_registered_sections_level), tta/C/main/command_stack.c (pop_string_stack): add pop_string_stack that frees the top string before calling pop_(string). Use it instead of pop_(string).
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/html_conversion_state.c
- tta/C/main/command_stack.c
- tta/C/main/command_stack.h