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

Builder ggettext-solaris10-i386 Build #1021

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision3370845a4efc33793a13e1e6aaaac8bce84e3a76
Got Revision3370845a4efc33793a13e1e6aaaac8bce84e3a76
Changes5 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, 50 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 1021 Build
codebase Build
got_revision 3370845a4efc33793a13e1e6aaaac8bce84e3a76 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 3370845a4efc33793a13e1e6aaaac8bce84e3a76 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 Dec 29 20:51:25 2025
EndMon Dec 29 20:53:21 2025
Elapsed1 mins, 56 secs

All Changes:

:

  1. Change #253517

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 26 Dec 2025 22:50:10
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 7b2f1337c6208ab71107f425f96298f42d121f04

    Comments

    Update ISO 3166 country codes list.
    * gettext-tools/doc/ISO_3166: Update to match current Wikipedia.
    * gettext-tools/doc/iso-3166.texi: Likewise.
    * gettext-tools/src/msginit.c (catalogname_for_locale): Likewise.

    Changed files

    • gettext-tools/doc/ISO_3166
    • gettext-tools/doc/iso-3166.texi
    • gettext-tools/src/msginit.c
  2. Change #253518

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 28 Dec 2025 12:30:37
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f12d6634be8c083b870121f59b368e7a38bc7398

    Comments

    New program 'spit'.
    * gettext-tools/machine-translation/README: New file.
    * gettext-tools/machine-translation/prototype/README: New file.
    * gettext-tools/machine-translation/prototype/OllamaSpit.java: New file.
    * gettext-tools/machine-translation/prototype/ollama-spit.c: New file.
    * gettext-tools/machine-translation/prototype/ollama-spit.go: New file.
    * gettext-tools/machine-translation/prototype/ollama-spit.py: New file.
    * gettext-tools/machine-translation/prototype/ollama-spit.sh: New file.
    * gettext-tools/configure.ac (INCJSON_C, LIBJSON_C, INCCURL, LIBCURL): New
    variables.
    (BUILD_SPIT_IN_C): New conditional.
    (AC_CONFIG_FILES): Add src/spit.py.
    * gettext-tools/src/country-table.h: New file.
    * gettext-tools/src/country-table.c: New file.
    * gettext-tools/src/spit.c: New file.
    * gettext-tools/src/spit.py.in: New file.
    * gettext-tools/src/FILES: Mention the new files.
    * gettext-tools/src/Makefile.am (bin_PROGRAMS): Conditionally add 'spit'.
    (noinst_SCRIPTS): New variable.
    (noinst_HEADERS): Add country-table.h.
    (spit_SOURCES, spit_CFLAGS, spit_LDADD, spit_DEPENDENCIES, spit_CPPFLAGS,
    spit_LDFLAGS): New variables.
    (install-exec-local): Conditionally install spit.py.
    (installdirs-local, uninstall-local): Update accordingly.
    (DISTCLEANFILES): Add spit.py.
    * gettext-tools/po/POTFILES.in: Add spit.c.
    * gettext-tools/man/spit.x: New file.
    * gettext-tools/man/Makefile.am (man_aux): Add spit.x.
    (man_MAN1SRC): Add spit.1.
    (man_HTML): Add spit.1.html.
    (spit.1, spit.1.html): Add dependencies.
    * gettext-tools/doc/gettext.texi (Pretranslating): New chapter.
    * gettext-tools/doc/spit.texi: New file.
    * gettext-tools/doc/Makefile.am (gettext_TEXINFOS): Add it.
    * DEPENDENCIES: Update URLs for libxml2. Add libjson-c, libcurl, Python, the
    Python module 'requests'.
    * PACKAGING: Mention the 'spit' program and its manual page.
    * NEWS: Mention the change.

    Changed files

    • .gitignore
    • Admin/release-steps
    • DEPENDENCIES
    • NEWS
    • PACKAGING
    • gettext-tools/configure.ac
    • gettext-tools/doc/Makefile.am
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/spit.texi
    • gettext-tools/machine-translation/README
    • gettext-tools/machine-translation/prototype/OllamaSpit.java
    • gettext-tools/machine-translation/prototype/README
    • gettext-tools/machine-translation/prototype/ollama-spit.c
    • gettext-tools/machine-translation/prototype/ollama-spit.go
    • gettext-tools/machine-translation/prototype/ollama-spit.py
    • gettext-tools/machine-translation/prototype/ollama-spit.sh
    • gettext-tools/man/Makefile.am
    • gettext-tools/man/spit.x
    • gettext-tools/po/POTFILES.in
    • gettext-tools/src/FILES
    • gettext-tools/src/Makefile.am
    • gettext-tools/src/country-table.c
    • gettext-tools/src/country-table.h
    • gettext-tools/src/spit.c
    • gettext-tools/src/spit.py.in
  3. Change #253519

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 28 Dec 2025 12:32:56
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 9670fdddf23d9b62c5bbb46ae5c73e46334786bf

    Comments

    Whitespace tweaks.
    * gettext-tools/src/msgfilter.c: Fix indentation.
    * gettext-tools/src/*.c: GNU coding style.
    * gettext-tools/tests/*.c: Likewise.

    Changed files

    • gettext-tools/src/cldr-plurals.c
    • gettext-tools/src/hostname.c
    • gettext-tools/src/msgattrib.c
    • gettext-tools/src/msgcat.c
    • gettext-tools/src/msgcmp.c
    • gettext-tools/src/msgcomm.c
    • gettext-tools/src/msgconv.c
    • gettext-tools/src/msgen.c
    • gettext-tools/src/msgexec.c
    • gettext-tools/src/msgfilter.c
    • gettext-tools/src/msgfmt.c
    • gettext-tools/src/msggrep.c
    • gettext-tools/src/msginit.c
    • gettext-tools/src/msgmerge.c
    • gettext-tools/src/msgunfmt.c
    • gettext-tools/src/msguniq.c
    • gettext-tools/src/recode-sr-latin.c
    • gettext-tools/src/urlget.c
    • gettext-tools/src/xgettext.c
    • gettext-tools/tests/tstgettext.c
    • gettext-tools/tests/tstngettext.c
  4. Change #253520

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 29 Dec 2025 19:51:19
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision e549b33dfab93cd3cbaf58f8062fe29f87ee8d99

    Comments

    New program 'msgpre'.
    * gettext-tools/src/msgpre.c: New file, based on gettext-tools/src/msgfilter.c.
    * gettext-tools/src/FILES: Describe msgpre.c.
    * gettext-tools/src/Makefile.am (bin_PROGRAMS): Add msgpre.
    (msgpre_SOURCES, msgpre_LDADD, msgpre_DEPENDENCIES, msgpre_CPPFLAGS,
    msgpre_LDFLAGS): New variables.
    * gettext-tools/po/POTFILES.in: Add msgpre.c.
    * gettext-tools/man/msgpre.x: New file.
    * gettext-tools/man/Makefile.am (man_aux): Add msgpre.x.
    (man_MAN1SRC): Add msgpre.1.
    (man_HTML): Add msgpre.1.html.
    (msgpre.1, msgpre.1.html): Add dependencies.
    * gettext-tools/doc/gettext.texi (msgpre Invocation): New section.
    * gettext-tools/doc/msgpre.texi: New file.
    * gettext-tools/doc/Makefile.am (gettext_TEXINFOS): Add it.
    * gettext-tools/Makefile.am (programs-for-distdir): Create msgpre.
    (distdir1, gen-man1): Update for the msgpre.1 manual page.
    * NEWS: Mention the new program.

    Changed files

    • .gitignore
    • Admin/release-steps
    • NEWS
    • gettext-tools/Makefile.am
    • gettext-tools/doc/Makefile.am
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/msgpre.texi
    • gettext-tools/man/Makefile.am
    • gettext-tools/man/msgpre.x
    • gettext-tools/po/POTFILES.in
    • gettext-tools/src/FILES
    • gettext-tools/src/Makefile.am
    • gettext-tools/src/msgpre.c
  5. Change #253521

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 29 Dec 2025 19:53:54
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 3370845a4efc33793a13e1e6aaaac8bce84e3a76

    Comments

    Start preparing for 1.0 release.
    * gettext-runtime/m4/gettext.m4: Bump version.

    Changed files

    • gettext-runtime/m4/gettext.m4