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

Builder ggettext-solaris10-sparc Build #917

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 21 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 917 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 26348e4f880fa4685da486e001318f55627b547f Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartSun May 4 18:56:38 2025
EndSun May 4 18:59:00 2025
Elapsed2 mins, 21 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