Builder texinfo-solaris11-sparc Build #7628
Results:
Failed
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | cc0f92bf0232259655336ddee5a4accecdc567c4 |
| Changes | 3 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave |
| buildername | texinfo-solaris11-sparc | Builder |
| buildnumber | 7628 | Build |
| codebase | Build | |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | cc0f92bf0232259655336ddee5a4accecdc567c4 | Build |
| scheduler | schedule-texinfo-solaris11-sparc | Scheduler |
| slavename | unstable11s | BuildSlave |
| workdir | /export/home/buildbot/slave/texinfo-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Patrice Dumaspertusus@free.fr
Timing:
| Start | Fri Aug 14 16:54:15 2026 |
| End | Fri Aug 14 16:54:20 2026 |
| Elapsed | 5 secs |
All Changes:
:
Change #278207
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 14 Aug 2026 14:04:15 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 88e81219ee3fb010464f82d93c1812dd97e017a3 Comments
plaintext C @U, @value, and partial implementation of flushright * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): convert @u and @value. * tta/C/convert/convert_to_info.c (info_format_image_element) tta/C/convert/convert_to_plaintext.c (destroy_count_context) (plaintext_add_image, plaintext_format_image_element), tta/C/main/plaintext_converter_state.h (IMAGE_LOCATION_INFO) (IMAGE_LOCATION_INFO_LIST, COUNT_CONTEXT): add IMAGE_LOCATION_INFO_LIST type, add plaintext_add_image and call it to register images in count context. * tta/C/convert/convert_to_plaintext.c (fill_formatter) (plaintext_format_setup, update_locations_counts) (enum align_directions, compute_spaces_align_line) (IMAGE_LOCATION_POINTER_LIST, reallocate_line_target_image_for) (align_lines, align_environment, convert_to_plaintext_internal): set flush text commands context, partial implementation of align_lines.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/convert_to_plaintext.h
- tta/C/main/plaintext_converter_state.h
- tta/perl/Texinfo/Convert/PlaintextNonXS.pm
Change #278208
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 14 Aug 2026 15:41:23 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision c04be3fea8512896e7ec3520fcbe9828a1c8f701 Comments
* tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_compute_spaces_align_line, _align_lines), tta/C/convert/convert_to_plaintext.c (compute_spaces_align_line) (align_lines): rename spaces_prepended as prepended_spaces. * tta/C/convert/convert_to_plaintext.c (align_lines): finish implementation. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): add new preformatted formatter in rawpreformatted or preformatted, if needed. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): open count context for flushright, align to the right and close count context by calling align_environment. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): free accented text and enumerate item representation.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
- tta/perl/Texinfo/Convert/PlaintextNonXS.pm
Change #278209
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 14 Aug 2026 18:32:51 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision cc0f92bf0232259655336ddee5a4accecdc567c4 Comments
* tta/C/convert/convert_to_plaintext.c (update_locations_counts) (convert_to_plaintext_internal), tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_update_locations_counts) (_convert): do not call _stream_byte_count for the parent counts in _update_locations_counts, as it is difficult to understand that it is the parent counts that are modified here. Instead, call _stream_byte_count before pushing a count context in commands such as center and flushright that need to flush parent before merging with their counts. * tta/C/convert/convert_to_plaintext.c (stream_output_add_next) (stream_output_count_nl, adjust_final_locations): implement. * tta/C/convert/convert_to_plaintext.c (plaintext_convert_output_unit): call adjust_final_locations. * tta/C/convert/convert_to_plaintext.c (plaintext_conversion_finalization): warn if more than one count context remain. * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext) (plaintext_convert_tree): inline in plaintext_convert_tree and remove. * tta/C/convert/convert_to_plaintext.c (plaintext_convert_tree), tta/perl/Texinfo/Convert/PlaintextNonXS.pm (convert_tree): update to remove probable bugs, and use _update_locations_counts.
Changed files
- ChangeLog
- tta/C/convert/convert_to_plaintext.c
- tta/perl/Texinfo/Convert/PlaintextNonXS.pm