Builder ggettext-solaris10-i386 Build #901
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
Project | ggettext |
Repository | git://git.savannah.gnu.org/gettext.git |
Branch | master |
Revision | d65c1d5cb3fe92ab8a576e430f3e33df561f5156 |
Got Revision | d65c1d5cb3fe92ab8a576e430f3e33df561f5156 |
Changes | 6 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-ggettext-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave |
buildername | ggettext-solaris10-i386 | Builder |
buildnumber | 901 | Build |
codebase | Build | |
got_revision | d65c1d5cb3fe92ab8a576e430f3e33df561f5156 | Git |
project | ggettext | Build |
repository | git://git.savannah.gnu.org/gettext.git | Build |
revision | d65c1d5cb3fe92ab8a576e430f3e33df561f5156 | Build |
scheduler | schedule-ggettext-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Bruno Haiblebruno@clisp.org
Timing:
Start | Fri Mar 28 14:58:51 2025 |
End | Fri Mar 28 15:04:20 2025 |
Elapsed | 5 mins, 28 secs |
All Changes:
:
Change #225578
Category ggettext Changed by Bruno Haible <bruno @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
Change #225582
Category ggettext Changed by Bruno Haible <bruno @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
Change #225587
Category ggettext Changed by Bruno Haible <bruno @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
Change #225591
Category ggettext Changed by Bruno Haible <bruno @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
Change #225597
Category ggettext Changed by Bruno Haible <bruno @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
Change #225604
Category ggettext Changed by Bruno Haible <bruno @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