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

Builder texinfo-solaris11-sparc Build #7632

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 35 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 23 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 7632 Build
codebase Build
got_revision 68838fab87f9d63bd5697d8b506f9b217f8b6a3b Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 68838fab87f9d63bd5697d8b506f9b217f8b6a3b 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 17:54:49 2026
EndSun Aug 16 18:13:16 2026
Elapsed18 mins, 26 secs

All Changes:

:

  1. Change #278374

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

    Comments

    * tta/C/convert/convert_to_plaintext.c (plaintext_format_setup) (convert_to_plaintext_internal), tta/C/convert/convert_to_plaintext.h (PF_advance_paragraph_count): set PF_advance_paragraph_count and use to advance paragraph_count in PF_advance_paragraph_count.

    Changed files

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

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 18:14:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 82d6f8fa9fcd1ea7dc7873f6dfbea0dcfd4bc55e

    Comments

    * tta/C/convert/convert_to_info.c (info_format_ref): set name_quoting_required in names quoting check code.
    * tta/C/convert/convert_to_info.c (info_format_ref): read
    document_context->in_multitable, call
    para_set_conf_double_width_no_break and set suppress_styles.
    
    * tta/C/convert/convert_to_info.c (info_format_ref),
    tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal):
    get and use document_context and formatter close by, such that it is
    not possible to have their address changed by reallocating the list.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
  3. Change #278376

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

    Comments

    * tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal): use add_to_contents_as_array such as not to modify initial tree element.
    * tta/C/main/build_perl_info.c (element_to_perl_hash): free converted
    to texinfo string in error message to avoid memory leak only present
    in case of fatal error.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/build_perl_info.c
  4. Change #278377

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 16 Aug 2026 19:27:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 68838fab87f9d63bd5697d8b506f9b217f8b6a3b

    Comments

    Handle @insertcopying, @sp and @exdent in C plaintext
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): access directly global_commands
    settitle.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): convert exdent, verbatiminclude and
    sp.

    Changed files

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