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

Builder texinfo-solaris11-sparc Build #7586

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision71070f0dc4b13cad689c09c1feed0b19c49988cb
Got Revision71070f0dc4b13cad689c09c1feed0b19c49988cb
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell './autogen.sh' ( 29 mins, 3 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 36 secs )
    1. stdio
  4. shell_2 'gmake all' ( 8 mins, 51 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 26 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 7586 Build
codebase Build
got_revision 71070f0dc4b13cad689c09c1feed0b19c49988cb Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 71070f0dc4b13cad689c09c1feed0b19c49988cb 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:

StartWed Jul 29 12:38:26 2026
EndWed Jul 29 13:37:40 2026
Elapsed59 mins, 14 secs

All Changes:

:

  1. Change #276418

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 29 Jul 2026 13:25:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 71070f0dc4b13cad689c09c1feed0b19c49988cb

    Comments

    * tta/C/main/utils.c (normalize_top_node_name): add.
    * tta/C/convert/plaintext_paragraph.c (para_add_pending_word),
    tta/perl/XSTexinfo/ParagraphXS.xs (para_add_pending_word): make return
    value of para_add_pending_word const as it is allocated and freed in
    the function.
    
    * tta/C/convert/convert_to_plaintext.c (fill_formatter): add.
    
    * tta/C/main/plaintext_converter_state.h (STRING_WITH_WIDTH)
    (PLAINTEXT_CONVERTER_STATE), tta/C/convert/convert_to_plaintext.c
    (plaintext_conversion_initialization)
    (plaintext_conversion_finalization): add node_names_cache array.
    Allocate and release.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_convert_node_name)
    (plaintext_node_name): implement.  Cache node names only, not other
    commands names, since it is more complex to do and not often useful.
    
    * tta/C/convert/convert_to_info.c (info_format_ref): use
    plaintext_node_name.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_format_ref): copied
    elements cannot be const.

    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/convert/plaintext_paragraph.c
    • tta/C/convert/plaintext_paragraph.h
    • tta/C/main/plaintext_converter_state.h
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/perl/XSTexinfo/ParagraphXS.xs