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

Builder texinfo-solaris11-sparc Build #7631

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiondb5a85b991689080d028732472f674259b35d71b
Got Revisiondb5a85b991689080d028732472f674259b35d71b
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSun Aug 16 15:04:25 2026
EndSun Aug 16 15:26:27 2026
Elapsed22 mins, 1 secs

All Changes:

:

  1. Change #278365

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 14 Aug 2026 23:00:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 866e7ad44ed18b368c3f02ede3e332d843a26644

    Comments

    * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): handle dashes and quotes in text.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  2. Change #278366

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 15 Aug 2026 00:15:12
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6c5d8ce63bfe06312bccdac78fc955cbd008a8a8

    Comments

    plaintext C @def
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert_def_line):
    rename omit_def_space as omit_def_name_space.
    
    * tta/C/convert/convert_to_plaintext.c (convert_def_line): finish
    implementation.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  3. Change #278367

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 15 Aug 2026 03:31:36
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7a66f66496f70bbe23aed688b8f9d67790d3c450

    Comments

    plaintext C @quotation, @author and @center
    * tta/C/convert/convert_to_plaintext.c (push_top_formatter)
    (pop_top_formatter, pop_document_context, plaintext_free_converter),
    tta/C/main/plaintext_converter_state.h (QUOTATION_AUTHORS_LIST)
    (DOCUMENT_CONTEXT, PLAINTEXT_CONVERTER_STATE): add
    DOCUMENT_CONTEXT_STACK and QUOTATION_AUTHORS_LIST within.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): convert quotation, author and center.
    
    * tta/C/convert/convert_to_plaintext.h (STRING_COUNT_LINE_COUNT):
    rename count field as width.  Update users.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/convert/convert_to_plaintext.h
    • tta/C/main/plaintext_converter_state.h
  4. Change #278368

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 16:11:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fde816f40514943ed1b3050a1f0e8cf9e335dab6

    Comments

    plaintext C @multitable
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): rename
    $cell as $cell_text and max_cell as max_cell_nr in row formatting.
    
    * tta/C/convert/convert_to_plaintext.c (fill_formatter)
    (push_top_formatter, pop_top_formatter, ensure_end_of_line)
    (plaintext_process_footnotes, convert_def_line)
    (convert_to_plaintext_internal, plaintext_free_converter),
    tta/C/main/plaintext_converter_state.h (FORMAT_CONTEXT_STACK)
    (TEXT_CONTEXT, PLAINTEXT_CONVERTER_STATE):
    
    * tta/C/convert/convert_to_plaintext.c (LINE_TARGET, LINE_TARGET_LIST)
    (reallocate_line_target_for, CELLS_LINE_TARGET)
    (reallocate_cells_line_target_for, convert_to_plaintext_internal),
    tta/C/main/plaintext_converter_state.h (FORMAT_CONTEXT): add
    types used for multitable formatting.  Modify FORMAT_CONTEXT row and
    columns_size fields to be lists, add columns_size_nr.  Handle
    @multitable, mutitable cell commands for cell opening and closing,
    and row type.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm
  5. Change #278369

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 16:41:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision db5a85b991689080d028732472f674259b35d71b

    Comments

    * tta/C/convert/convert_to_plaintext.c (reallocate_cells_line_target_for, convert_to_plaintext_internal): use static storage for cell_beginnings and cell_lines, clear cell lines. Free multitable top context lists.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c