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

Builder ggettext-solaris10-i386 Build #1007

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revisionce283b4b85d36a9a7b472aafedd6b6b447f1072d
Got Revisionce283b4b85d36a9a7b472aafedd6b6b447f1072d
Changes3 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, 40 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 1007 Build
codebase Build
got_revision ce283b4b85d36a9a7b472aafedd6b6b447f1072d Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision ce283b4b85d36a9a7b472aafedd6b6b447f1072d 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:

StartWed Aug 13 22:52:20 2025
EndWed Aug 13 22:54:07 2025
Elapsed1 mins, 47 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