Builder texinfo-solaris10-sparc Build #6446
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
| Project | texinfo |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Branch | master |
| Revision | 3c595ec72f2d2180b7b2020850348de2ae9e31e8 |
| Got Revision | 3c595ec72f2d2180b7b2020850348de2ae9e31e8 |
| 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 | 6446 | Build |
| codebase | Build | |
| got_revision | 3c595ec72f2d2180b7b2020850348de2ae9e31e8 | Git |
| project | texinfo | Build |
| repository | https://git.savannah.gnu.org/git/texinfo.git | Build |
| revision | 3c595ec72f2d2180b7b2020850348de2ae9e31e8 | 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 | Fri Jul 31 16:14:27 2026 |
| End | Fri Jul 31 16:36:49 2026 |
| Elapsed | 22 mins, 21 secs |
All Changes:
:
Change #276654
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Thu 30 Jul 2026 13:26:23 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision a5a120add781e4345a74dc7934902269772d0ab9 Comments
* tta/perl/Texinfo/Convert/Info.pm: move code around.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/perl/Texinfo/Convert/Info.pm
Change #276655
Category texinfo Changed by Patrice Dumas <pertusus@free.fr> Changed at Fri 31 Jul 2026 17:46:56 Repository https://git.savannah.gnu.org/git/texinfo.git Project texinfo Branch master Revision 3c595ec72f2d2180b7b2020850348de2ae9e31e8 Comments
Implement conversion of printindex in plaintext and Info C converters * tta/C/convert/format_html.c (html_convert_printindex_command) (html_output_internal_links), tta/perl/Texinfo/Convert/HTML.pm (_convert_printindex_command, output_internal_links): rename index_entries_by_letter as sorted_indexes_by_letter. * tta/perl/Texinfo/Convert/Plaintext.pm (process_printindex): rename index_entries as sorted_indexes. Add sorted_index variable. Change conditions for clearer code. Put subentries in the same container as the main entry. * tta/C/main/utils.c (string_width_multibyte): rename width_multibyte as string_width_multibyte. Update callers. * tta/C/main/hashmap.c (c_hashmap_set_value): add. * tta/perl/Texinfo/Convert/Plaintext.pm, tta/C/main/element_types.txt: rename frenchspacing special type as _frenchspacing. Add to C. * tta/C/convert/convert_indices.c (converter_sort_index_names), tta/C/convert/converter.c (free_generic_converter), tta/C/convert/html_converter_finish.c (html_free_converter), tta/C/convert/html_prepare_converter.c (html_conversion_initialization), tta/C/main/html_converter_state.h (HTML_CONVERTER_STATE), tta/C/main/converter_types.h (CONVERTER): move code used to sort index names and remove empty indices in converter out of HTML conversion to the converter_sort_index_names function in convert_indices.c. Move sorted_index_names from HTML_CONVERTER_STATE to CONVERTER. Update users. * tta/C/convert/convert_to_plaintext.c (add_lines_count): add. * tta/C/convert/convert_to_plaintext.c (plaintext_conversion_initialization) (plaintext_conversion_finalization), tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE): add index_entries_no_node and index_entry_node_colon hash maps, outside_of_any_node_text and outside_of_any_node_text_width used for printindex output to PLAINTEXT_CONVERTER_STATE, initialize and release. * tta/C/convert/convert_to_info.c (info_format_printindex), tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS) (CONVERT_PRINTINDEX_ENTRIES_INFO, plaintext_process_printindex) (plaintext_format_printindex, plaintext_functions) (convert_to_plaintext_internal): implement plaintext_process_printindex and dispatch functions to use in conversion to plaintext and Info. * tta/perl/Texinfo/Convert/Info.pm (format_contents): return undef.
Changed files
- ChangeLog
- tta/C/convert/convert_html.c
- tta/C/convert/convert_indices.c
- tta/C/convert/convert_indices.h
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_info.h
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/convert_to_plaintext.h
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/convert_to_text.c
- tta/C/main/converter_types.h
- tta/C/main/element_types.h
- tta/C/main/element_types.txt
- tta/C/main/get_perl_info.c
- tta/C/main/hashmap.c
- tta/C/main/hashmap.h
- tta/C/main/html_converter_state.h
- tta/C/main/plaintext_converter_state.h
- tta/C/main/types_data.c
- tta/C/main/utils.c
- tta/C/main/utils.h
- tta/perl/Texinfo/Convert/HTML.pm
- tta/perl/Texinfo/Convert/HTMLNonXS.pm
- tta/perl/Texinfo/Convert/Info.pm
- tta/perl/Texinfo/Convert/Plaintext.pm
- tta/perl/XSTexinfo/convert/get_html_perl_info.c