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

Builder texinfo-solaris11-sparc Build #7624

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision1eb2d4ba1eb1f80d8621b8e36d11779606d11a00
Got Revision1eb2d4ba1eb1f80d8621b8e36d11779606d11a00
Changes5 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' ( 10 mins, 13 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 48 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 7624 Build
codebase Build
got_revision 1eb2d4ba1eb1f80d8621b8e36d11779606d11a00 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1eb2d4ba1eb1f80d8621b8e36d11779606d11a00 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 Aug 12 21:04:09 2026
EndWed Aug 12 21:27:02 2026
Elapsed22 mins, 53 secs

All Changes:

:

  1. Change #278029

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

    Comments

    * tta/C/main/plaintext_converter_state.h (FORMATTER): add suppress_styles field.
    * tta/C/convert/convert_to_plaintext.c
    (plaintext_convert_line_new_context, plaintext_convert_node_name)
    (plaintext_cache_node_names, plaintext_process_printindex): add
    suppress_styles and no_added_eol arguments to
    plaintext_convert_line_new_context.  Set no_added_eol and
    suppress_styles.  Update callers.

    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
  2. Change #278030

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

    Comments

    tta/C/main/plaintext_converter_state.h: reindent struct

    Changed files

    • tta/C/main/plaintext_converter_state.h
  3. Change #278031

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 17:32:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 9a251f791896ef076a0ef2c6da1dac96796d4320

    Comments

    * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): handle item and itemx in @table, _suppress_styles and untranslated_def_line_arg types.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
  4. Change #278032

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 21:37:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2f0661094188e7cdd4eb831ae29193fc32f50a1e

    Comments

    * tta/C/main/convert_utils.c (item_itemize_prepended): uncomment.
    * tta/C/main/plaintext_converter_state.h (FORMAT_CONTEXT): fix typo.
    
    * tta/C/convert/convert_to_plaintext.c (fill_formatter): set
    para_set_conf_indent_length based on top_format_context
    context_indent_len if indent_length argument is set to -1.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): push and pop format_context for
    block commands and set indenting.  Handle item in enumerate and itemize.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/convert_utils.c
    • tta/C/main/plaintext_converter_state.h
  5. Change #278033

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 12 Aug 2026 22:36:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1eb2d4ba1eb1f80d8621b8e36d11779606d11a00

    Comments

    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): inline add_index_entry_location in _convert and remove.
    * tta/C/convert/convert_to_info.c (info_format_node): reset th elines
    count at the end of a node.
    
    * tta/C/convert/convert_to_plaintext.c (INDEX_ENTRY_LINE_COUNT_LIST)
    (plaintext_process_printindex, convert_to_plaintext_internal): collect
    index entry location line count and node when encountering the
    command.  Use the information in printindex conversion.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): ignore inline commands that should be
    ignored.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/perl/Texinfo/Convert/PlaintextNonXS.pm