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

Builder ggettext-solaris10-i386 Build #931

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision26348e4f880fa4685da486e001318f55627b547f
Got Revision26348e4f880fa4685da486e001318f55627b547f
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash autogen.sh' failed ( 1 mins, 39 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 931 Build
codebase Build
got_revision 26348e4f880fa4685da486e001318f55627b547f Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 26348e4f880fa4685da486e001318f55627b547f 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:

StartSun May 4 18:56:43 2025
EndSun May 4 18:58:31 2025
Elapsed1 mins, 47 secs

All Changes:

:

  1. Change #228875

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 04 May 2025 18:44:22
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ecd4036ee78f29b5556dbbb4c6ef101b27f5e49b

    Comments

    Update to the newest gnulib.

    Changed files

    • gnulib
  2. Change #228876

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 04 May 2025 18:44:22
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision a6cafd7ae45d19fb4a986475e0298a3e92aab7f8

    Comments

    xgettext: Allow ignoring specific files in the POT-Creation-Date computation.
    Reported by Vaclav Slavik <vaclav@slavik.io>
    at <https://savannah.gnu.org/users/vslavik>.
    
    * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add hashkey-string, set.
    * gettext-tools/src/xgettext.c: Include gl_set.h, gl_xset.h, gl_hash_set.h,
    hashkey-string.h.
    (generated_files): New variables.
    (long_options): New option '--generated'.
    (main): Initialize generated_files. Handle the option '--generated'.
    (usage): Document the option '--generated'.
    (finalize_header): Filter out the generated_files from the file list.
    * gettext-tools/doc/xgettext.texi: Document the option '--generated'.
    * gettext-tools/tests/xgettext-git-1: Test the --generated option.
    * NEWS: Mention the new option.

    Changed files

    • NEWS
    • autogen.sh
    • gettext-tools/doc/xgettext.texi
    • gettext-tools/src/xgettext.c
    • gettext-tools/tests/xgettext-git-1
  3. Change #228877

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 04 May 2025 18:44:22
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 26348e4f880fa4685da486e001318f55627b547f

    Comments

    Avoid some clang -Wthread-safety-analysis warnings.
    * gettext-tools/src/x-typescript-impl.h (sbru_init): Declare with
    _GL_ATTRIBUTE_ACQUIRE_CAPABILITY.
    (sbru_xdupfree_c): Declare with _GL_ATTRIBUTE_RELEASE_CAPABILITY.

    Changed files

    • gettext-tools/src/x-typescript-impl.h