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

Builder ggettext-solaris10-sparc Build #964

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision8d373b065696573050776bc4bf5b6fbc660d3665
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 mins, 16 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 964 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 8d373b065696573050776bc4bf5b6fbc660d3665 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:

StartMon Jun 30 15:42:19 2025
EndMon Jun 30 15:48:36 2025
Elapsed6 mins, 16 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