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

Builder texinfo-solaris10-sparc Build #6479

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisione13e9185a50f972a41229e6df66ec3bce5b98c91
Got Revisione13e9185a50f972a41229e6df66ec3bce5b98c91
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. shell './autogen.sh' ( 1 hrs, 3 mins, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 10 secs )
    1. stdio
  4. shell_2 'gmake all' ( 48 mins, 0 secs )
    1. stdio
  5. shell_3 'gmake check' ( 40 mins, 58 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6479 Build
codebase Build
got_revision e13e9185a50f972a41229e6df66ec3bce5b98c91 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision e13e9185a50f972a41229e6df66ec3bce5b98c91 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartWed Aug 12 14:44:00 2026
EndWed Aug 12 17:25:08 2026
Elapsed2 hrs, 41 mins, 8 secs

All Changes:

:

  1. Change #277983

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 00:49:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f8b73eed4d5b3d8029df70cd89e644d5336553a1

    Comments

    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (add_location): rename root field as location_element and set for index entry elements too, even though it is not used in that case.  Update user.
    * tta/perl/Texinfo/Convert/InfoNonXS.pm (output): use variable for
    $location->{'location_element'}, rename $label as $location.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (process_printindex)
    (_convert): rename index_entries_line_location field as
    index_entry_info.  Put 'node' in {'index_entry_info'}->{$element},
    not in location.  Do not set {'index_entry_info'}->{$element}
    to the location, but instead add a 'location' field pointing to
    the location.
    
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_conversion_initialization, plaintext_process_printindex),
    (plaintext_conversion_finalization),
    tta/C/main/plaintext_converter_state.h (INDEX_ENTRY_INFO)
    (PLAINTEXT_CONVERTER_STATE): allocate in
    plaintext_conversion_initialization a structure holding conversion
    information of index entries, by sorted index name index and index
    entry number in original index.  Use it in
    plaintext_process_printindex instead of local array.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
    • tta/perl/Texinfo/Convert/InfoNonXS.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  2. Change #277984

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 12:03:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3e10844c07258a994e079a8edd5e7610baafadc0

    Comments

    Separate plaintext target locations from index entries locations
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): use
    a counts hash for row.
    
    * tta/C/convert/convert_to_plaintext.c (TARGET_LOCATION_LIST)
    (add_target_location, plaintext_process_footnotes),
    tta/C/main/plaintext_converter_state.h (TARGET_LOCATION)
    (TARGET_LOCATION_LIST, INDEX_ENTRY_LINE_COUNT_LIST, COUNT_CONTEXT)
    (INDEX_ENTRY_INFO), tta/perl/Texinfo/Convert/InfoNonXS.pm
    (_info_header, format_node),
    tta/perl/Texinfo/Convert/PlaintextNonXS.pm (convert_tree)
    (add_target_location, add_index_entry_location)
    (_adjust_final_locations, _update_locations_counts)
    (process_footnotes, _align_lines, _align_environment, _anchor)
    (_convert): separate target_locations from index_entry_locations,
    adding add_target_location to add a target location and
    add_index_entry_location to add an index entry location.  pass parent
    count context to _update_locations_counts and merge locations with
    parent locations there.  Remove add_location.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): rename
    'row_counts' format_context field as 'row_cell_counts'.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
    • tta/perl/Texinfo/Convert/InfoNonXS.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  3. Change #277985

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 14:44:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision abe9b4dfcaf45432c789790219ee2e8a4caa0adb

    Comments

    Info tags table, @anchor and @namedanchor in C
    * tta/perl/Texinfo/Convert/InfoNonXS.pm (output): rearrange code.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (process_footnotes),
    tta/C/convert/convert_to_plaintext.c (plaintext_process_footnotes): do
    not put line_arg nor leading and trailing spaces in generated footnote
    anchor argument.
    
    * tta/C/convert/convert_to_plaintext.c (anchor)
    (convert_to_plaintext_internal): handle @anchor and @namedanchor.
    
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_add_target_location): rename add_target_location as
    plaintext_add_target_location and make extern.
    
    * tta/C/convert/convert_to_info.c (info_output): output tag table.
    
    * tta/C/convert/convert_to_info.c (info_format_node): call
    plaintext_add_target_location.

    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/perl/Texinfo/Convert/InfoNonXS.pm
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  4. Change #277986

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 16:12:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e13e9185a50f972a41229e6df66ec3bce5b98c91

    Comments

    commands with empty braces argument and symbol commands in plaintext C
    * tta/C/convert/convert_to_plaintext.c (plaintext_format_setup)
    (convert_to_plaintext_internal),
    tta/C/main/plaintext_converter_state.h (FORMATTER): add no_added_eol
    FORMATTER field.  Convert commands with empty braces argument and
    symbol commands in plaintext C converter.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
    • tta/C/main/plaintext_converter_state.h