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

Builder ggettext-solaris10-sparc Build #993

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 14 mins, 58 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 993 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision ce283b4b85d36a9a7b472aafedd6b6b447f1072d 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:

StartWed Aug 13 22:52:19 2025
EndWed Aug 13 23:07:18 2025
Elapsed14 mins, 58 secs

All Changes:

:

  1. Change #242915

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 10 Aug 2025 22:03:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b1cbf5dd77a75f62c9ab4a13b60838d403f59104

    Comments

    Rely more on Gnulib.
    * gettext-tools/src/write-java.c (S_*): Remove macros, relying on gnulib module
    sys_stat-h.
    * gettext-tools/src/write-csharp.c (S_*): Likewise.

    Changed files

    • gettext-tools/src/write-csharp.c
    • gettext-tools/src/write-java.c
  2. Change #242916

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 11 Aug 2025 16:54:20
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6836b4362407d9f1958044102c3806904a1ba29b

    Comments

    its: Fix error handling.
    * gettext-tools/src/its.c (structured_error, its_rule_list_add_from_file,
    its_rule_list_add_from_string, its_rule_list_extract, its_merge_context_alloc):
    Swap error() arguments.

    Changed files

    • gettext-tools/src/its.c
  3. Change #242917

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 13 Aug 2025 22:20:46
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ce283b4b85d36a9a7b472aafedd6b6b447f1072d

    Comments

    its: Improve libxml error handling.
    When there is a non-fatal error, the previous code would just print a message
    to stderr and continue the operation, without affecting the exit code.
    
    * gettext-tools/src/its.c: Include <setjmp.h>, <stdarg.h>.
    (xml_error_exit): New variable.
    (structured_error): Longjmp to xml_error_exit.
    (generic_error): New function.
    (its_rule_list_add_from_file, its_rule_list_add_from_string,
    its_rule_list_extract, its_merge_context_merge, its_merge_context_alloc,
    its_merge_context_write): Invoke also xmlSetGenericErrorFunc. Use setjmp to
    abort the operation when a non-fatal error occurs.

    Changed files

    • gettext-tools/src/its.c