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

Builder ggettext-solaris10-i386 Build #1065

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision20f8cbabda9baec7d16acc8b9893f0da48c59cff
Got Revision20f8cbabda9baec7d16acc8b9893f0da48c59cff
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartMon May 11 17:22:48 2026
EndMon May 11 17:24:55 2026
Elapsed2 mins, 7 secs

All Changes:

:

  1. Change #266747

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 02:01:55
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 563d672951bbe2f235de93da1b4e2446369544ac

    Comments

    xgettext: C#: Add one more unit test.
    * gettext-tools/tests/xgettext-csharp-10: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-csharp-10
  2. Change #266748

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 02:06:16
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 0dda57f8d6280933e9384f97f57d419b67e3d326

    Comments

    xgettext: Java: Add one more unit test.
    * gettext-tools/tests/xgettext-java-10: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-java-10
  3. Change #266749

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 22:45:11
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f947aff99c5719e25f4301a2cf686499baa8b72f

    Comments

    xgettext: Refactor --keyword value checking.
    * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add memrchr.
    * gettext-tools/src/xg-arglist-callshape.h (split_keywordspec_ok,
    split_keywordspec_ok2, split_keywordspec_ok_lisp): New declarations.
    * gettext-tools/src/xg-arglist-callshape.c (split_keywordspec_ok,
    split_keywordspec_ok2, split_keywordspec_ok_lisp): New functions.
    * gettext-tools/src/x-awk.c (x_awk_keyword): Call split_keywordspec_ok.
    * gettext-tools/src/x-c.c (add_keyword): Likewise.
    * gettext-tools/src/x-csharp.c (x_csharp_keyword): Likewise.
    * gettext-tools/src/x-d.c (x_d_keyword): Likewise.
    * gettext-tools/src/x-elisp.c (x_elisp_keyword): Likewise.
    * gettext-tools/src/x-go.c (x_go_keyword): Likewise.
    * gettext-tools/src/x-java.c (x_java_keyword): Likewise.
    * gettext-tools/src/x-javascript.c (x_javascript_keyword): Likewise.
    * gettext-tools/src/x-librep.c (x_librep_keyword): Likewise.
    * gettext-tools/src/x-lua.c (x_lua_keyword): Likewise.
    * gettext-tools/src/x-modula2.c (x_modula2_keyword): Likewise.
    * gettext-tools/src/x-ocaml.c (x_ocaml_keyword): Likewise.
    * gettext-tools/src/x-perl.c (x_perl_keyword): Likewise.
    * gettext-tools/src/x-php.c (x_php_keyword): Likewise.
    * gettext-tools/src/x-python.c (x_python_keyword): Likewise.
    * gettext-tools/src/x-rust.c (x_rust_keyword): Likewise.
    * gettext-tools/src/x-sh.c (x_sh_keyword): Likewise.
    * gettext-tools/src/x-typescript-impl.h (NOTE_OPTION_KEYWORD): Likewise.
    * gettext-tools/src/x-vala.c (add_keyword): Likewise.
    * gettext-tools/src/x-tcl.c (x_tcl_keyword): Call split_keywordspec_ok2.
    * gettext-tools/src/x-lisp.c (x_lisp_keyword): Call split_keywordspec_ok_lisp.
    * gettext-tools/src/x-scheme.c (x_scheme_keyword): Likewise.

    Changed files

    • autogen.sh
    • gettext-tools/src/x-awk.c
    • gettext-tools/src/x-c.c
    • gettext-tools/src/x-csharp.c
    • gettext-tools/src/x-d.c
    • gettext-tools/src/x-elisp.c
    • gettext-tools/src/x-go.c
    • gettext-tools/src/x-java.c
    • gettext-tools/src/x-javascript.c
    • gettext-tools/src/x-librep.c
    • gettext-tools/src/x-lisp.c
    • gettext-tools/src/x-lua.c
    • gettext-tools/src/x-modula2.c
    • gettext-tools/src/x-ocaml.c
    • gettext-tools/src/x-perl.c
    • gettext-tools/src/x-php.c
    • gettext-tools/src/x-python.c
    • gettext-tools/src/x-rust.c
    • gettext-tools/src/x-scheme.c
    • gettext-tools/src/x-sh.c
    • gettext-tools/src/x-tcl.c
    • gettext-tools/src/x-typescript-impl.h
    • gettext-tools/src/x-vala.c
    • gettext-tools/src/xg-arglist-callshape.c
    • gettext-tools/src/xg-arglist-callshape.h
  4. Change #266750

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 22:45:11
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 49f80ae1c53f97a7925f2087d566b208587349a8

    Comments

    xgettext: C: Refactor.
    * gettext-tools/src/x-c.c (enum xgettext_token_type_ty): Remove
    xgettext_token_type_keyword.
    (struct xgettext_token_ty): Remove 'shapes' field.
    (x_c_lex): Don't call hash_find_entry here.
    (extract_parenthesized): Call hash_find_entry here instead.

    Changed files

    • gettext-tools/src/x-c.c
  5. Change #266751

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 23:07:35
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9e7fcf6a559415b9a7e50fc61fb3930b7e28f937

    Comments

    xgettext: Fix typos in comments.
    * gettext-tools/src/x-csharp.c (extract_parenthesized): Fix typo in comment.
    * gettext-tools/src/x-java.c (extract_parenthesized): Likewise.

    Changed files

    • gettext-tools/src/x-csharp.c
    • gettext-tools/src/x-java.c
  6. Change #266752

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 08 May 2026 23:08:14
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 231743d5e9759aee63ce3db30d9fe04dfcf5a01b

    Comments

    xgettext: C++: Support --keyword option with a qualified name.
    * gettext-tools/src/x-c.c (add_keyword): Call split_keywordspec_ok2 instead of
    split_keywordspec_ok.
    (enum token_type_ty): New enum value token_type_scope.
    (phase5_get): Recognize '::' as token_type_scope.
    (enum xgettext_token_type_ty): New enum value xgettext_token_type_scope.
    (phase9_pushback, phase9_pushback_length): New variables.
    (x_c_lex): Implement pushback. Handle token_type_scope.
    (x_c_unlex): New function.
    (extract_parenthesized): Look for qualified names. Invoke hash_find_entry for
    each tail of such a qualified name.
    * gettext-tools/tests/xgettext-c-c++-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • gettext-tools/src/x-c.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-c-c++-3
  7. Change #266753

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 11 May 2026 16:45:30
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision e88c7485f06ca470e52c1dfe7456b67badadc89a

    Comments

    xgettext: Rust: Support --keyword option with a qualified name.
    * gettext-tools/src/x-rust.c: Include string-buffer-reversed.h".
    (x_rust_keyword): Call split_keywordspec_ok2 instead of split_keywordspec_ok.
    (ts_symbol_double_colon, ts_field_path): New variables.
    (is_generic_identifier, generic_identifier_name): New functions.
    (extract_from_function_call): Simplify by using generic_identifier_name. Invoke
    hash_find_entry for each tail of a qualified name.
    (extract_from_function_call_like): Add parameter callee_name. Invoke
    hash_find_entry for each tail of a qualified name. Before calling
    extract_from_function_call_like recursively, accumulate the qualified name
    formed by the tokens seen so far.
    (extract_from_node): Simplify by using is_generic_identifier and
    generic_identifier_name.
    (extract_rust): Initialize ts_symbol_double_colon, ts_field_path.
    * gettext-tools/tests/xgettext-rust-8: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • gettext-tools/src/x-rust.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-rust-8
  8. Change #266754

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 11 May 2026 17:19:29
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 20f8cbabda9baec7d16acc8b9893f0da48c59cff

    Comments

    xgettext: Rust: Support --keyword option with a qualified name for macros.
    Reported by Lucas Baudin <lbaudin@gnome.org>
    at <https://savannah.gnu.org/bugs/?68297>.
    
    * gettext-tools/src/x-rust.c (extract_from_function_call_like): Use the
    accumulated qualified name also for macro invocations.
    (extract_from_node): Allow generic identifiers also for macro invocations.
    * gettext-tools/tests/xgettext-rust-9: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/x-rust.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-rust-9