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

Builder ggettext-solaris10-sparc Build #887

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 mins, 10 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 887 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision d65c1d5cb3fe92ab8a576e430f3e33df561f5156 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:

StartFri Mar 28 14:10:59 2025
EndFri Mar 28 14:14:09 2025
Elapsed3 mins, 10 secs

All Changes:

:

  1. Change #225578

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 22 Mar 2025 13:20:27
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision a3af27ae1aec3ba13af73e6c1b8f50f59892bc84

    Comments

    Update to the newest gnulib.

    Changed files

    • gnulib
  2. Change #225582

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 22 Mar 2025 13:20:36
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 8a037738f969c216065ec91ad7df676c9928263e

    Comments

    Update after gnulib changed.
    * gettext-runtime/intl/setlocale.c: Include setlocale-fixes.h instead of
    setlocale-messages.h.
    (setlocale_unixlike) [__ANDROID__]: Use setlocale_fixed instead of setlocale.
    (setlocale_improved): On Android, use setlocale_fixed_null instead of setlocale.

    Changed files

    • gettext-runtime/intl/setlocale.c
  3. Change #225587

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 23 Mar 2025 19:39:28
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9eebc0b1889d21886172bb74a041e199883befaf

    Comments

    Comment cleanup.
    * gettext-tools/src/format-rust.c: Remove obsolete comment.

    Changed files

    • gettext-tools/src/format-rust.c
  4. Change #225591

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 23 Mar 2025 20:17:56
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9158c623020e4933b98259f5b803e4ce54eb0c67

    Comments

    Refactor: Use more of c-ctype.h.
    * gettext-tools/src/format-awk.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-boost.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-c-parse.h (isdigit): Remove macro.
    (format_parse_entrails): Use c_isdigit instead.
    * gettext-tools/src/format-c++-brace.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-elisp.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-gcc-internal.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-gfc-internal.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-go.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-java-printf.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-javascript.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-librep.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-lua.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-pascal.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-perl.c (isdigit): Remove macro.
    (c_isnonzerodigit): Renamed from isnonzerodigit.
    (format_parse): Use c_isdigit instead of isdigit.
    * gettext-tools/src/format-php.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-python.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-ruby.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.
    * gettext-tools/src/format-tcl.c (isdigit): Remove macro.
    (format_parse): Use c_isdigit instead.

    Changed files

    • gettext-tools/src/format-awk.c
    • gettext-tools/src/format-boost.c
    • gettext-tools/src/format-c++-brace.c
    • gettext-tools/src/format-c-parse.h
    • gettext-tools/src/format-elisp.c
    • gettext-tools/src/format-gcc-internal.c
    • gettext-tools/src/format-gfc-internal.c
    • gettext-tools/src/format-go.c
    • gettext-tools/src/format-java-printf.c
    • gettext-tools/src/format-javascript.c
    • gettext-tools/src/format-librep.c
    • gettext-tools/src/format-lua.c
    • gettext-tools/src/format-pascal.c
    • gettext-tools/src/format-perl.c
    • gettext-tools/src/format-php.c
    • gettext-tools/src/format-python.c
    • gettext-tools/src/format-ruby.c
    • gettext-tools/src/format-tcl.c
  5. Change #225597

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 25 Mar 2025 22:38:49
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision fb0e5d7d7e5befcee569aeb67b1ea0cca0e71bf9

    Comments

    doc: Small updates.
    Reported by Michael Chirico <michaelchirico4@gmail.com>.
    
    * gettext-tools/doc/gettext.texi (The LANGUAGE variable): Rephrase
    recommendation for Norwegian users.
    (Header Entry): Remove statement about old versions of Emacs.

    Changed files

    • gettext-tools/doc/gettext.texi
  6. Change #225604

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 27 Mar 2025 19:09:57
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision d65c1d5cb3fe92ab8a576e430f3e33df561f5156

    Comments

    Objective-C: xgettext: Strengthen tests.
    * gettext-tools/tests/xgettext-objc-1: Add test cases with format strings.

    Changed files

    • gettext-tools/tests/xgettext-objc-1