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

Builder ggettext-solaris10-i386 Build #1037

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision77441e02830a7548f6886d8833fe5361d9871aa6
Got Revision77441e02830a7548f6886d8833fe5361d9871aa6
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 2 mins, 58 secs )
    1. stdio
  3. shell_1 './configure --with-libiconv-prefix=/opt/csw ...' failed ( 0 secs )
    1. stdio
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tools_test-init-env
    3. tools_gnulib_test-suite.log
    4. runtime_test-suite.log
    5. tools_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggettext-solaris10-i386 slave
buildername ggettext-solaris10-i386 Builder
buildnumber 1037 Build
codebase Build
got_revision 77441e02830a7548f6886d8833fe5361d9871aa6 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 77441e02830a7548f6886d8833fe5361d9871aa6 Build
scheduler schedule-ggettext-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ggettext-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michele Locati

Timing:

StartTue Jan 13 11:36:17 2026
EndTue Jan 13 11:39:23 2026
Elapsed3 mins, 5 secs

All Changes:

:

  1. Change #255099

    Category ggettext
    Changed by Michele Locati <micheleohnoyoudont@locati.it>
    Changed at Tue 13 Jan 2026 11:27:07
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 77441e02830a7548f6886d8833fe5361d9871aa6

    Comments

    cldr-plurals: Fix parsing of plurals.xml from CLDR 38 or newer.
    Reported by Michele Locati at <https://savannah.gnu.org/bugs/?66378>.
    
    * gettext-tools/src/cldr-plural-exp.c (eval_relation): Accept operands 'c', 'e'.
    * gettext-tools/src/cldr-plural.y (yylex): Likewise.
    * gettext-tools/src/cldr-plurals.c (extract_rules): Test for type='cardinal'.
    (get_XcY_end, force_spaces, remove_XcY, remove_empty_examples): New functions.
    (main): Invoke force_spaces, remove_XcY, remove_empty_examples.
    * gettext-tools/tests/cldr-plurals-1: Add more tests.
    * AUTHORS: Add Michele Locati.

    Changed files

    • AUTHORS
    • gettext-tools/src/cldr-plural-exp.c
    • gettext-tools/src/cldr-plural.y
    • gettext-tools/src/cldr-plurals.c
    • gettext-tools/tests/cldr-plurals-1