Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder texinfo-solaris11-sparc Build #7588

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision3c595ec72f2d2180b7b2020850348de2ae9e31e8
Got Revision3c595ec72f2d2180b7b2020850348de2ae9e31e8
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 18 mins, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 2 mins, 6 secs )
    1. stdio
  4. shell_2 'gmake all' ( 5 mins, 37 secs )
    1. stdio
  5. shell_3 'gmake check' ( 12 mins, 25 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7588 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-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri Jul 31 16:14:23 2026
EndFri Jul 31 16:53:04 2026
Elapsed38 mins, 40 secs

All Changes:

:

  1. Change #276654

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@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
  2. Change #276655

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@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