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

Builder ggettext-solaris10-sparc Build #1070

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision3754d0fc8dbe93898efac09389c40dce008ae7a5
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 mins, 53 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 1070 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 3754d0fc8dbe93898efac09389c40dce008ae7a5 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
  2. Paul Eggert

Timing:

StartThu Aug 27 09:48:06 2026
EndThu Aug 27 09:52:00 2026
Elapsed3 mins, 53 secs

All Changes:

:

  1. Change #279581

    Category ggettext
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Thu 27 Aug 2026 10:24:05
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9244d288f2b0178a3ed33bc49800e753f943d7cf

    Comments

    gettext.h: Pull a patch from gnulib.
    * gnulib-local/lib/gettext.h: Update comments about side effects.
    The following changes occur only if !ENABLE_NLS && ! (defined
    __GNUC__ && !defined __clang__ && !defined __cplusplus).
    (_LIBGETTEXT_FUNCAST): New macro, so that code is more consistent,
    when possible, about better type checking than plain casts.
    (gettext, dgettext, dcgettext, ngettext, dngettext, dcngettext):
    Use it systematically.  Coalesce now-identical implementations.
    Always evaluate all arguments, to be more compatible with the
    function, and to pacify clang -Wunused-parameter.

    Changed files

    • gnulib-local/lib/gettext.h
  2. Change #279582

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Aug 2026 10:27:05
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f4638a12735f200f18ea5a9cb248f4df58d41688

    Comments

    gettext.h: Pull a patch from gnulib.
    * lib/gettext.h: Update old comments.

    Changed files

    • gnulib-local/lib/gettext.h
  3. Change #279583

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Aug 2026 10:29:49
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 81828317a5f8f7d9c916e38b24ce4d99f44442ed

    Comments

    gettext.h: Pull a patch from gnulib.
    Get rid of -Wformat-security warnings with clang.
    
    Idea by Collin Funk in
    <https://lists.gnu.org/archive/html/bug-gnulib/2026-08/msg00292.html>.
    
    * gnulib-local/lib/gettext.h (_LIBGETTEXT_INLINE): New macro.
    (gettext, dgettext, dcgettext): Use it. Declare as inline functions also
    with clang. Declare with __format_arg__ attribute.

    Changed files

    • gnulib-local/lib/gettext.h
  4. Change #279584

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Aug 2026 10:32:04
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision eba74e4b07a01e469ea8b87f38f4006c415909fe

    Comments

    gettext.h: Pull a patch from gnulib.
    Get rid of -Wformat warnings also for ngettext, d[c]ngettext.
    
    * gnulib-local/lib/gettext.h (ngettext, dngettext, dcngettext): Define as inline
    functions, like gettext, dgettext, dcgettext.

    Changed files

    • gnulib-local/lib/gettext.h
  5. Change #279585

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Aug 2026 10:33:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9bc939d4f30aa4f73c8760ca429c74daa1cf1a68

    Comments

    gettext.h: Pull a patch from gnulib.
    Get rid of gcc -Wunused-value warnings for textdomain.
    
    * gnulib-local/lib/gettext.h (textdomain): Define as inline function.

    Changed files

    • gnulib-local/lib/gettext.h
  6. Change #279586

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Aug 2026 10:34:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 3754d0fc8dbe93898efac09389c40dce008ae7a5

    Comments

    gettext.h: Pull a patch from gnulib.
    Get rid of gcc and clang warnings also in C++ mode.
    
    * gnulib-local/lib/gettext.h (gettext, dgettext, dcgettext, ngettext, dngettext,
    dcngettext, textdomain): In C++ mode, define them as aliases to inline
    functions.

    Changed files

    • gnulib-local/lib/gettext.h