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

Builder texinfo-solaris10-sparc Build #6493

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 59 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 12 secs )
    1. stdio
  4. shell_2 'gmake all' ( 48 mins, 16 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 21 mins, 36 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6493 Build
codebase Build
got_revision 87a48814c74d5490f8736794a35c0708843a4353 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 87a48814c74d5490f8736794a35c0708843a4353 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:

StartWed Aug 19 10:18:13 2026
EndWed Aug 19 13:37:27 2026
Elapsed3 hrs, 19 mins, 13 secs

All Changes:

:

  1. Change #278681

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 19 Aug 2026 09:21:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 699902145c5251de63a51592a0849209bb638d28

    Comments

    * tta/C/convert/convert_to_info.c (info_format_ref), tta/C/convert/convert_to_plaintext.c (convert_to_plaintext_internal), tta/C/main/plaintext_converter_state.h (FORMATTER): add w in FORMATTER, set and use it.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_plaintext.c
    • tta/C/main/plaintext_converter_state.h
  2. Change #278682

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 19 Aug 2026 11:35:12
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 87a48814c74d5490f8736794a35c0708843a4353

    Comments

    * tta/C/convert/convert_to_plaintext.c (fill_formatter) (UPPER_CASE_STACK, release_stacks_of_top_formatter, pop_formatter) (pop_top_formatter), tta/C/main/plaintext_converter_state.h (UPPER_CASE, UPPER_CASE_STACK, FORMATTER): add upper-case stack, allocate, and release.
    * tta/perl/Texinfo/Convert/PlaintextNonXS.pm (_convert): rearrange
    conditions.
    
    * tta/C/convert/convert_to_plaintext.c (protect_sentence_ends): add.
    
    * tta/C/convert/convert_to_plaintext.c
    (convert_to_plaintext_internal): uppercase text and accented
    characters and protect sentence ends when needed.  Set upper-case
    stack for upper_case commands and handle _stop_upper_case special
    element type.

    Changed files

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