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

Builder texinfo-solaris10-sparc Build #6231

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell './autogen.sh' ( 40 mins, 56 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 38 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 20 secs )
    1. stdio
  5. shell_3 'gmake check' ( 38 mins, 31 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6231 Build
codebase Build
got_revision 3446435f5717aa202a3e874e53e504fb47c958bd Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 3446435f5717aa202a3e874e53e504fb47c958bd Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri Mar 13 00:57:47 2026
EndFri Mar 13 02:44:37 2026
Elapsed1 hrs, 46 mins, 50 secs

All Changes:

:

  1. Change #260937

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 12 Mar 2026 21:48:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c9fd642432976510f60afe06d309ad7dcaf1bc10

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (@informative_global_commands): add exampleindent.
    * tta/perl/Texinfo/Convert/Plaintext.pm ($default_indent_length)
    (_text_heading): rename $indent_length as $default_indent_length.
    Rename $indent_length in _text_heading as $indented_len.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
  2. Change #260938

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 13 Mar 2026 00:17:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d946d87c100c747fcbd3b72e1509d53183e5eb1f

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (%example_indented_commands): set to the indented %preformatted_commands.
    * tta/perl/Texinfo/Convert/Plaintext.pm (push_top_formatter)
    (new_formatter, new_formatter, _convert): replace 'indent_level'
    by a length, 'context_indent_len'.  This prepares for indentation
    added being different from the default.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/t/results/menu/nodedescriptionblock_descriptions.pl
  3. Change #260939

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 13 Mar 2026 00:26:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision beec205801d81e2178fecda5c51cbad537a10889

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (new_formatter, _convert): never put 'indent_length' in 'format_context', only in new_formatter $conf.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
  4. Change #260940

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 13 Mar 2026 00:52:12
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3446435f5717aa202a3e874e53e504fb47c958bd

    Comments

    Obey @exampleindent in plaintext and Info output
    * tta/perl/Texinfo/Convert/Plaintext.pm (_convert): use exampleindent
    customization info to increase the indent length for
    %example_indented_commands.  Report from Rik.
    
    * tta/perl/Makefile.tres, tta/perl/t/20preformatted.t
    ($nested_examples, exampleindent_set, exampleindent_zero)
    (exampleindent_set_nestings, exampleindent_zero_nestings): new tests
    of @exampleindent.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/t/20preformatted.t
    • tta/perl/t/results/preformatted/exampleindent_set.pl
    • tta/perl/t/results/preformatted/exampleindent_set_nestings.pl
    • tta/perl/t/results/preformatted/exampleindent_zero.pl
    • tta/perl/t/results/preformatted/exampleindent_zero_nestings.pl