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

Builder ggettext-solaris10-i386 Build #978

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision8d373b065696573050776bc4bf5b6fbc660d3665
Got Revision8d373b065696573050776bc4bf5b6fbc660d3665
Changes4 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 ( 1 mins, 31 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 978 Build
codebase Build
got_revision 8d373b065696573050776bc4bf5b6fbc660d3665 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 8d373b065696573050776bc4bf5b6fbc660d3665 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 Jun 30 15:42:19 2025
EndMon Jun 30 15:43:56 2025
Elapsed1 mins, 37 secs

All Changes:

:

  1. Change #238043

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 30 Jun 2025 13:49:13
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision eff9937e4f50f45931a8d88f4210795c2cba3521

    Comments

    Simplify code: The syntax-check flags are only used inside xgettext.
    * gettext-tools/src/message.h: Improve comments regarding do_syntax_check.
    * gettext-tools/src/msgl-cat.c (catenate_msgdomain_list): Don't manipulate
    do_syntax_check field.
    * gettext-tools/src/msgmerge.c (message_merge): Likewise.
    * gettext-tools/src/read-catalog-special.h (parse_comment_special): Change 'scp'
    parameter to a pointer.
    * gettext-tools/src/read-catalog-special.c (parse_comment_special): Support a
    null 'scp' argument.
    * gettext-tools/src/read-catalog.h (DEFAULT_CATALOG_READER_TY): Remove
    do_syntax_check field.
    * gettext-tools/src/read-catalog.c (default_constructor,
    default_copy_comment_state, default_reset_comment_state,
    default_comment_special): Don't reference do_syntax_check field.

    Changed files

    • gettext-tools/src/message.h
    • gettext-tools/src/msgl-cat.c
    • gettext-tools/src/msgmerge.c
    • gettext-tools/src/read-catalog-special.c
    • gettext-tools/src/read-catalog-special.h
    • gettext-tools/src/read-catalog.c
    • gettext-tools/src/read-catalog.h
  2. Change #238044

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 30 Jun 2025 13:50:39
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 98cf2d1e31f10300318b9906872b230f9f795fe4

    Comments

    doc: Structure the "PO Files" chapter.
    * gettext-tools/doc (PO Files): Split into sections. Introduce workflow flags
    and sticky flags. Mention the 'no-wrap' flag.

    Changed files

    • gettext-tools/doc/gettext.texi
  3. Change #238045

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 30 Jun 2025 13:50:43
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision c97fababab32e3167acf5661f654e8b635cb0390

    Comments

    doc: Document the short-term PO file format evolution.
    * gettext-tools/doc/gettext.texi (PO File Format Evolution): New section.

    Changed files

    • gettext-tools/doc/gettext.texi
  4. Change #238046

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 30 Jun 2025 13:50:51
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 8d373b065696573050776bc4bf5b6fbc660d3665

    Comments

    Support reading PO files with '#=' lines.
    * gettext-tools/src/read-catalog-abstract.c
    (catalog_reader_seen_generic_comment): Treat '=' like ','.
    * gettext-tools/src/read-catalog.c (default_comment_special): Allow several
    calls to this method to make side effects on dcatr.
    * gettext-tools/src/read-catalog-special.h: Update comment.
    * gettext-tools/src/read-catalog-special.c: Likewise.
    * gettext-tools/tests/msgcat-24: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/read-catalog-abstract.c
    • gettext-tools/src/read-catalog-special.c
    • gettext-tools/src/read-catalog-special.h
    • gettext-tools/src/read-catalog.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/msgcat-24