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

Builder ggettext-solaris10-i386 Build #966

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartSat Jun 21 03:02:51 2025
EndSat Jun 21 03:04:32 2025
Elapsed1 mins, 41 secs

All Changes:

:

  1. Change #237188

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:51:44
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 528364fd5dac5e87528b3fad130c3074ab31c115

    Comments

    tests: Avoid a test failure with valgrind.
    * gettext-tools/tests/xgettext-python-9: Filter out the valgrind traces.

    Changed files

    • gettext-tools/tests/xgettext-python-9
  2. Change #237189

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:53:18
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6ced019bdd43c1aaa7bebe0c61a48f627ec36a54

    Comments

    xgettext: Shell: Recognize \c escape sequences in $'...' strings.
    * gettext-tools/src/x-sh.c (read_word): Recognize \c escape sequences.
    * gettext-tools/tests/xgettext-sh-1: Add test cases with ASCII $'...' strings.

    Changed files

    • gettext-tools/src/x-sh.c
    • gettext-tools/tests/xgettext-sh-1
  3. Change #237190

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:53:23
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 81c37f4901fc6b69eadabe2ab622629db2941010

    Comments

    xgettext: Shell: Recognize \u and \U escape sequences in $'...' strings.
    * gettext-tools/src/xg-mixed-string.h (mixed_string_remove_prefix,
    mixed_string_buffer_equals, mixed_string_buffer_startswith,
    mixed_string_buffer_cloned_result): New declarations.
    * gettext-tools/src/xg-mixed-string.c (mixed_string_remove_prefix): New
    function.
    (mixed_string_buffer_is_empty): Also test the absence of utf16_surr.
    (mixed_string_buffer_equals, mixed_string_buffer_startswith,
    mixed_string_buffer_cloned_result): New functions.
    * gettext-tools/src/x-sh.c (struct token): Remove type.
    (init_token, free_token, grow_token, string_of_token): Remove functions.
    (struct word): Change type of 'token' field.
    (free_word): Update.
    (string_of_word, substring_of_word): Remove functions.
    (read_word): Call mixed_string_buffer_init instead of init_token,
    mixed_string_buffer_destroy instead of free_token,
    mixed_string_buffer_append_char instead of grow_token. Update accesses to
    wp->token. Recognize \u and \U escape sequences in $'...' strings.
    (read_command): Call mixed_string_buffer_cloned_result instead of
    string_of_word. Update accesses to inner.token.
    * gettext-tools/tests/xgettext-sh-7: Use --from-code option.
    * gettext-tools/tests/xgettext-sh-9: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * NEWS: Mention this and the previous change.

    Changed files

    • NEWS
    • gettext-tools/src/x-sh.c
    • gettext-tools/src/xg-mixed-string.c
    • gettext-tools/src/xg-mixed-string.h
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-sh-7
    • gettext-tools/tests/xgettext-sh-9