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

Builder ggettext-solaris10-i386 Build #911

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision91d82d18e466eebb8c26c23d9bc73bffbcf18edf
Got Revision91d82d18e466eebb8c26c23d9bc73bffbcf18edf
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 24 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 911 Build
codebase Build
got_revision 91d82d18e466eebb8c26c23d9bc73bffbcf18edf Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 91d82d18e466eebb8c26c23d9bc73bffbcf18edf 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. Bruno Haible

Timing:

StartWed Apr 23 20:03:56 2025
EndWed Apr 23 20:05:26 2025
Elapsed1 mins, 30 secs

All Changes:

:

  1. Change #228037

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 22 Apr 2025 15:28:41
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b4dda7ce29407a67d49dc57d39c626a44831d81d

    Comments

    build: Simplify.
    * gettext-runtime/configure.ac: Don't test whether setlocale exists.

    Changed files

    • gettext-runtime/configure.ac
  2. Change #228038

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 23 Apr 2025 16:50:34
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ad68d1c6dd8289e68a6f0466baa0a3902a01a52f

    Comments

    Refactor: Make format-lua.c more similar to format-elisp.c.
    * gettext-tools/src/format-lua.c (format_parse): Allocate the final spec on the
    heap only once parsing was successful.

    Changed files

    • gettext-tools/src/format-lua.c
  3. Change #228039

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 23 Apr 2025 18:54:41
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 72a90baa2d66daf0f98f406d268268d895f723a2

    Comments

    xgettext: Go: More unit tests.
    * gettext-tools/tests/xgettext-go-6: Add more test cases regarding string
    concatenation.

    Changed files

    • gettext-tools/tests/xgettext-go-6
  4. Change #228040

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 23 Apr 2025 19:50:04
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 91d82d18e466eebb8c26c23d9bc73bffbcf18edf

    Comments

    xgettext: D: Allow comments between the parts of concatenated string literals.
    * gettext-tools/src/x-d.c (is_add_expression_with_tilde): New function.
    (is_string_literal, string_literal_accumulate_pieces): Use it.
    * gettext-tools/tests/xgettext-d-2: Add another test case regarding string
    concatenation.

    Changed files

    • gettext-tools/src/x-d.c
    • gettext-tools/tests/xgettext-d-2