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

Builder texinfo-solaris11-sparc Build #7622

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 34 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 4 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 38 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 7622 Build
codebase Build
got_revision 468471c657c0b65c7958108f6c6e5bce72b26248 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 468471c657c0b65c7958108f6c6e5bce72b26248 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:

StartTue Aug 11 17:04:16 2026
EndTue Aug 11 17:23:10 2026
Elapsed18 mins, 53 secs

All Changes:

:

  1. Change #277845

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 10 Aug 2026 21:10:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 13e8b03dfb0915a1632f38c0f79869fecd494d55

    Comments

    * tta/C/convert/convert_to_info.c (info_output), tta/C/convert/convert_to_plaintext.c (plaintext_cache_node_names): implement plaintext_cache_node_names and call for Info output.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
  2. Change #277846

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 11 Aug 2026 18:39:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 468471c657c0b65c7958108f6c6e5bce72b26248

    Comments

    Implement footnotes and output encoding in plaintext C converter
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm: move code around.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (add_location): comment
    out setting index_entry as it is never used.
    
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (process_footnotes): fix
    field name.
    
    * tta/C/convert/convert_to_plaintext.c (push_top_formatter): add top
    context command argument, push it to the context stack.  Update
    callers.
    
    * tta/C/convert/convert_to_plaintext.c (pop_context): add as a wrapper
    for pop_(command) that returns the popped cmd.
    
    * tta/C/convert/convert_to_plaintext.c (pop_top_formatter)
    (plaintext_conversion_finalization): add pop_top_formatter and call
    it in plaintext_conversion_finalization.  In pop_top_formatter use
    pop_(formatter) instead of pop_formatter if the last context is
    popped, as there is no formatter left when the last formatter is
    popped.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): push and pop @math command on
    context stack.  Pop context stack for PF_preformatted_context and
    float commands.
    
    * tta/C/convert/convert_to_plaintext.c (destroy_count_context)
    (stream_reset, stream_output, stream_output_add_text),
    tta/C/main/plaintext_converter_state.h (COUNT_CONTEXT): distinguish
    pending_text, which is utf-8, and result text, which is encoded in the
    output encoding.  Add pending_text and encoding_disabled fields in
    COUNT_CONTEXT.  Use pending_text where if should be.
    
    * tta/C/convert/convert_to_plaintext.c (stream_encode)
    (stream_byte_count, stream_output_encoded, stream_result)
    (stream_yield_result), tta/C/main/plaintext_converter_state.h
    (PLAINTEXT_CONVERTER_STATE): add encoding_object field in
    PLAINTEXT_CONVERTER_STATE.  Add stream_encode,
    stream_byte_count and implement stream_output_encoded.  Call
    stream_byte_count where it should be.
    
    * tta/C/convert/convert_to_plaintext.c (add_location),
    tta/C/main/plaintext_converter_state.h (LOCATION, LOCATION_LIST)
    (COUNT_CONTEXT): locations lists types and list functions, add to
    COUNT_CONTEXT.
    
    * tta/C/convert/convert_to_info.c (info_header, info_output),
    tta/C/convert/convert_to_plaintext.c (pending_footnote)
    (plaintext_process_footnotes, convert_to_plaintext_internal)
    (plaintext_convert_output_unit),
    tta/C/main/plaintext_converter_state.h (PENDING_FOOTNOTE)
    (PENDING_FOOTNOTE_LIST, PLAINTEXT_CONVERTER_STATE): Add
    PENDING_FOOTNOTE and related types and functions.  Add multiple_pass,
    footnote_index and pending_footnotes fields to
    PLAINTEXT_CONVERTER_STATE.  Implement plaintext_process_footnotes and
    conversion of footnotes.  Call plaintext_process_footnotes.

    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