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

Builder ggettext-solaris10-i386 Build #1048

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision53bcae93fbd26e0e816f0e8e6dd3524ebdc67618
Got Revision53bcae93fbd26e0e816f0e8e6dd3524ebdc67618
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartThu Jan 29 01:26:49 2026
EndThu Jan 29 01:29:15 2026
Elapsed2 mins, 25 secs

All Changes:

:

  1. Change #256604

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 28 Jan 2026 13:56:56
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 74d5d2e95418d0f1affdfdabdcb5a7653b0b367a

    Comments

    Update to the newest gnulib.

    Changed files

    • gnulib
  2. Change #256605

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 28 Jan 2026 21:52:34
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6526539ae8edecb3146337211d11bda7ff27b24d

    Comments

    po: Distribute the fetch-po file.
    This is somewhat tricky, because it is also a phony Makefile target.
    
    * gettext-tools/wizard/po-templates/traditional/Makefile.in.in (dist2):
    Distribute 'fetch-po'.
    * gettext-tools/examples/po/Makefile.am (distdir1): Distribute 'fetch-po'.
    * gettext-tools/examples/hello-*/po/Makefile.am (distdir1): Likewise.

    Changed files

    • gettext-tools/examples/hello-c++-qt/po/Makefile.am
    • gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am
    • gettext-tools/examples/hello-clisp/po/Makefile.am
    • gettext-tools/examples/hello-csharp-forms/po/Makefile.am
    • gettext-tools/examples/hello-csharp/po/Makefile.am
    • gettext-tools/examples/hello-d/po/Makefile.am
    • gettext-tools/examples/hello-gawk/po/Makefile.am
    • gettext-tools/examples/hello-go-http/po/Makefile.am
    • gettext-tools/examples/hello-go/po/Makefile.am
    • gettext-tools/examples/hello-guile/po/Makefile.am
    • gettext-tools/examples/hello-java-awt/po/Makefile.am
    • gettext-tools/examples/hello-java-qtjambi/po/Makefile.am
    • gettext-tools/examples/hello-java-swing/po/Makefile.am
    • gettext-tools/examples/hello-java/po/Makefile.am
    • gettext-tools/examples/hello-librep/po/Makefile.am
    • gettext-tools/examples/hello-modula2/po/Makefile.am
    • gettext-tools/examples/hello-ocaml/po/Makefile.am
    • gettext-tools/examples/hello-pascal/po/Makefile.am
    • gettext-tools/examples/hello-perl/po/Makefile.am
    • gettext-tools/examples/hello-php/po/Makefile.am
    • gettext-tools/examples/hello-python/po/Makefile.am
    • gettext-tools/examples/hello-ruby/po/Makefile.am
    • gettext-tools/examples/hello-rust/po/Makefile.am
    • gettext-tools/examples/hello-sh/po/Makefile.am
    • gettext-tools/examples/hello-smalltalk/po/Makefile.am
    • gettext-tools/examples/hello-tcl-tk/po/Makefile.am
    • gettext-tools/examples/hello-tcl/po/Makefile.am
    • gettext-tools/examples/hello-ycp/po/Makefile.am
    • gettext-tools/examples/po/Makefile.am
    • gettext-tools/wizard/po-templates/traditional/Makefile.in.in
  3. Change #256606

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 00:36:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f809e91cc9f6804332b2f1a91a41392d71fa5e4c

    Comments

    msginit: Fix handling of --properties-output when producing a merged PO file.
    * gettext-tools/src/msgl-merge.h (merge): Add definitions_file_syntax parameter.
    Rename input_syntax parameter to references_file_syntax.
    * gettext-tools/src/msgl-merge.c (merge): Likewise.
    * gettext-tools/src/msginit.c (main): New variable output_file_input_syntax.
    Fix merge() call.
    * gettext-tools/src/msgmerge.c (main): Update merge() call.

    Changed files

    • gettext-tools/src/msginit.c
    • gettext-tools/src/msgl-merge.c
    • gettext-tools/src/msgl-merge.h
    • gettext-tools/src/msgmerge.c
  4. Change #256607

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 00:36:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ff06798d39c936b8591dd07411ce4fd11d0c6b0c

    Comments

    msginit: Don't backup when mergeing a PO file and --no-translator is given.
    * gettext-tools/src/msginit.c (main): Don't create a backup file if
    --no-translator is specified.

    Changed files

    • gettext-tools/src/msginit.c
  5. Change #256608

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 00:36:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ef0e28fc00be93b4de4473032cc2b039e53c2795

    Comments

    Update translations from TP.

    Changed files

    • gettext-runtime/po/hr.po
    • gettext-runtime/po/pl.po
    • gettext-runtime/po/pt.po
    • gettext-runtime/po/ro.po
    • gettext-runtime/po/ru.po
    • gettext-runtime/po/sv.po
    • gettext-tools/examples/po/hr.po
    • gettext-tools/examples/po/pl.po
    • gettext-tools/examples/po/pt.po
    • gettext-tools/examples/po/ro.po
    • gettext-tools/examples/po/sq.po
    • gettext-tools/examples/po/sv.po
    • gettext-tools/po/de.po
    • gettext-tools/po/es.po
    • gettext-tools/po/hr.po
    • gettext-tools/po/it.po
    • gettext-tools/po/ja.po
    • gettext-tools/po/ko.po
    • gettext-tools/po/pl.po
    • gettext-tools/po/pt.po
    • gettext-tools/po/pt_BR.po
    • gettext-tools/po/ro.po
    • gettext-tools/po/ru.po
    • gettext-tools/po/sr.po
    • gettext-tools/po/sv.po
    • gettext-tools/po/uk.po
  6. Change #256609

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 00:36:42
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b7ae9f38c888010d5adf1189945ee3b2347cd9a7

    Comments

    Prepare for 1.0 release.
    * gettext-runtime/doc/matrix.texi: Update from TP.
    * gettext-runtime/doc/nls.texi (STATUS): Update.
    * gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump.
    * libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE.
    * gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump.
    * gettext-tools/wizard/po-templates/traditional/Makefile.in.in: Update Origin.
    * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 12:6:4.
    * libtextstyle/lib/Makefile.am (LTV_*): Bump to 2:7:2.
    * gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 6:0:6.
    * gettext-tools/autotools/autopoint.in: Accept version 1.0.
    * gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 1.0.
    * gettext-tools/autotools/archive.dir.tar: Regenerated.

    Changed files

    • Admin/release-steps
    • gettext-runtime/doc/matrix.texi
    • gettext-runtime/doc/nls.texi
    • gettext-runtime/intl/Makefile.am
    • gettext-runtime/intl/libgnuintl.in.h
    • gettext-tools/autotools/archive.dir.tar
    • gettext-tools/autotools/autopoint.in
    • gettext-tools/configure.ac
    • gettext-tools/libgettextpo/Makefile.am
    • gettext-tools/libgettextpo/gettext-po.in.h
    • gettext-tools/wizard/po-templates/traditional/Makefile.in.in
    • libtextstyle/lib/Makefile.am
    • libtextstyle/version.sh
  7. Change #256610

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 00:47:27
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision eac21c4733654296e06495e4091ab8d134c8e777

    Comments

    examples: Use infrastructure from gettext version 1.0.
    * gettext-tools/examples/hello-*/configure.ac: Use AM_GNU_GETTEXT_VERSION with
    version 1.0.
    * gettext-tools/examples/hello-c++-kde/configure.in.in: Likewise.
    * gettext-tools/examples/hello-*/autogen.sh: Copy remove-potcdate.sed from the
    new location in the source tree. Copy also the no-op fetch-po.
    * gettext-tools/examples/hello-*/autoclean.sh: Remove also fetch-po.

    Changed files

    • gettext-tools/examples/hello-c++-gnome2/autoclean.sh
    • gettext-tools/examples/hello-c++-gnome2/configure.ac
    • gettext-tools/examples/hello-c++-gnome3/autoclean.sh
    • gettext-tools/examples/hello-c++-gnome3/configure.ac
    • gettext-tools/examples/hello-c++-kde/autoclean.sh
    • gettext-tools/examples/hello-c++-kde/configure.in.in
    • gettext-tools/examples/hello-c++-qt/autoclean.sh
    • gettext-tools/examples/hello-c++-qt/autogen.sh
    • gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh
    • gettext-tools/examples/hello-c++-wxwidgets/autogen.sh
    • gettext-tools/examples/hello-c++/autoclean.sh
    • gettext-tools/examples/hello-c++/configure.ac
    • gettext-tools/examples/hello-c++20/autoclean.sh
    • gettext-tools/examples/hello-c++20/configure.ac
    • gettext-tools/examples/hello-c-gnome2/autoclean.sh
    • gettext-tools/examples/hello-c-gnome2/configure.ac
    • gettext-tools/examples/hello-c-gnome3/autoclean.sh
    • gettext-tools/examples/hello-c-gnome3/configure.ac
    • gettext-tools/examples/hello-c-http/autoclean.sh
    • gettext-tools/examples/hello-c-http/configure.ac
    • gettext-tools/examples/hello-c/autoclean.sh
    • gettext-tools/examples/hello-c/configure.ac
    • gettext-tools/examples/hello-clisp/autoclean.sh
    • gettext-tools/examples/hello-clisp/autogen.sh
    • gettext-tools/examples/hello-csharp-forms/autoclean.sh
    • gettext-tools/examples/hello-csharp-forms/autogen.sh
    • gettext-tools/examples/hello-csharp/autoclean.sh
    • gettext-tools/examples/hello-csharp/autogen.sh
    • gettext-tools/examples/hello-d/autoclean.sh
    • gettext-tools/examples/hello-d/configure.ac
    • gettext-tools/examples/hello-gawk/autoclean.sh
    • gettext-tools/examples/hello-gawk/autogen.sh
    • gettext-tools/examples/hello-go-http/autoclean.sh
    • gettext-tools/examples/hello-go-http/autogen.sh
    • gettext-tools/examples/hello-go/autoclean.sh
    • gettext-tools/examples/hello-go/autogen.sh
    • gettext-tools/examples/hello-guile/autoclean.sh
    • gettext-tools/examples/hello-guile/autogen.sh
    • gettext-tools/examples/hello-java-awt/autoclean.sh
    • gettext-tools/examples/hello-java-awt/autogen.sh
    • gettext-tools/examples/hello-java-qtjambi/autoclean.sh
    • gettext-tools/examples/hello-java-qtjambi/autogen.sh
    • gettext-tools/examples/hello-java-swing/autoclean.sh
    • gettext-tools/examples/hello-java-swing/autogen.sh
    • gettext-tools/examples/hello-java/autoclean.sh
    • gettext-tools/examples/hello-java/autogen.sh
    • gettext-tools/examples/hello-librep/autoclean.sh
    • gettext-tools/examples/hello-librep/autogen.sh
    • gettext-tools/examples/hello-modula2/autoclean.sh
    • gettext-tools/examples/hello-modula2/configure.ac
    • gettext-tools/examples/hello-objc-gnome2/autoclean.sh
    • gettext-tools/examples/hello-objc-gnome2/configure.ac
    • gettext-tools/examples/hello-objc-gnustep/autoclean.sh
    • gettext-tools/examples/hello-objc-gnustep/autogen.sh
    • gettext-tools/examples/hello-objc/autoclean.sh
    • gettext-tools/examples/hello-objc/configure.ac
    • gettext-tools/examples/hello-ocaml/autoclean.sh
    • gettext-tools/examples/hello-ocaml/autogen.sh
    • gettext-tools/examples/hello-pascal/autoclean.sh
    • gettext-tools/examples/hello-pascal/autogen.sh
    • gettext-tools/examples/hello-perl/autoclean.sh
    • gettext-tools/examples/hello-perl/autogen.sh
    • gettext-tools/examples/hello-php/autoclean.sh
    • gettext-tools/examples/hello-php/autogen.sh
    • gettext-tools/examples/hello-python/autoclean.sh
    • gettext-tools/examples/hello-python/autogen.sh
    • gettext-tools/examples/hello-ruby/autoclean.sh
    • gettext-tools/examples/hello-ruby/autogen.sh
    • gettext-tools/examples/hello-rust/autoclean.sh
    • gettext-tools/examples/hello-rust/autogen.sh
    • gettext-tools/examples/hello-sh/autoclean.sh
    • gettext-tools/examples/hello-sh/autogen.sh
    • gettext-tools/examples/hello-smalltalk/autoclean.sh
    • gettext-tools/examples/hello-smalltalk/autogen.sh
    • gettext-tools/examples/hello-tcl-tk/autoclean.sh
    • gettext-tools/examples/hello-tcl-tk/autogen.sh
    • gettext-tools/examples/hello-tcl/autoclean.sh
    • gettext-tools/examples/hello-tcl/autogen.sh
    • gettext-tools/examples/hello-ycp/autoclean.sh
    • gettext-tools/examples/hello-ycp/autogen.sh
  8. Change #256611

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Thu 29 Jan 2026 01:13:11
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 53bcae93fbd26e0e816f0e8e6dd3524ebdc67618

    Comments

    Release 1.0

    Changed files

    • no files