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

Builder texinfo-solaris10-i386 Build #7594

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 42 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 8 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 38 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 2 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/slave/texinfo-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 7594 Build
codebase Build
got_revision da25dce528b7ea23af3c2e38540fc8075f0a8b18 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision da25dce528b7ea23af3c2e38540fc8075f0a8b18 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSun May 31 15:32:37 2026
EndSun May 31 15:54:19 2026
Elapsed21 mins, 42 secs

All Changes:

:

  1. Change #268907

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 May 2026 13:54:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b24f180844fab32085b292ac5f737e746b545d9a

    Comments

    * README-hacking, tta/README: update for changes related to collation and languages.

    Changed files

    • ChangeLog
    • README-hacking
    • tta/README
    • tta/TODO
    • tta/maintain/regenerate_documentlanguages-iana.pl
  2. Change #268908

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 31 May 2026 15:18:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision da25dce528b7ea23af3c2e38540fc8075f0a8b18

    Comments

    * tta/C/main/call_perl_function.c (call_setup_lang_collator), tta/perl/Texinfo/Indices.pm (_setup_lang_collator, _setup_collator): split _setup_lang_collator out of _setup_collator for a language tailored collation locale and add call_setup_lang_collator to call from C.
    * tta/C/main/manipulate_indices.c (setup_collator): call
    call_setup_lang_collator if the collation language is set.
    
    * tta/perl/Texinfo/Indices.pm (_setup_collator): minor change in code
    to make clearer that Texinfo::CollateStub is only used with
    $use_unicode_collation set.

    Changed files

    • ChangeLog
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/main/manipulate_indices.c
    • tta/C/main/replace_perl_api_call.c
    • tta/perl/Texinfo/Indices.pm