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

Builder ggettext-solaris10-i386 Build #974

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

StartFri Jun 27 23:26:14 2025
EndFri Jun 27 23:27:57 2025
Elapsed1 mins, 43 secs

All Changes:

:

  1. Change #237912

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 27 Jun 2025 23:18:50
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 702435bc027c0a6648296bc38898a0d470b5cb63

    Comments

    Shell: Add another unit test.
    * gettext-tools/tests/lang-sh-3: New file, based on
    gettext-tools/tests/lang-sh-2.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/lang-sh-3
  2. Change #237913

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 27 Jun 2025 23:18:54
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision f1fc656bcc0bad18a3dc136df05bbae1d9e5d8c1

    Comments

    examples: Extend the hello-sh example.
    * gettext-tools/examples/hello-sh/hello-1.sh: Renamed from
    gettext-tools/examples/hello-sh/hello.sh.
    * gettext-tools/examples/hello-sh/hello-2.sh: New file, based on
    gettext-tools/examples/hello-sh/hello-1.sh.
    * gettext-tools/examples/hello-sh/hello-3.sh: New file, based on
    gettext-tools/examples/hello-sh/hello-2.sh.
    * gettext-tools/examples/hello-sh/configure.ac: Update AC_CONFIG_SRCDIR
    invocation and AC_CONFIG_FILES invocations.
    * gettext-tools/examples/hello-sh/Makefile.am (bin_SCRIPTS): Remove hello.
    Add hello-1, hello-2, hello-3.
    * gettext-tools/examples/hello-sh/po/Makefile.am (POTFILES): Remove hello.sh.
    Add hello-1.sh, hello-2.sh, hello-3.sh.
    * gettext-tools/examples/po/Makefile.am (POTFILES): Update accordingly.
    * gettext-tools/examples/Makefile.am (EXAMPLESFILES): Update file list.

    Changed files

    • gettext-tools/examples/Makefile.am
    • gettext-tools/examples/hello-sh/Makefile.am
    • gettext-tools/examples/hello-sh/configure.ac
    • gettext-tools/examples/hello-sh/hello-1.sh
    • gettext-tools/examples/hello-sh/hello.sh
    • gettext-tools/examples/hello-sh/po/Makefile.am
    • gettext-tools/examples/po/Makefile.am
  3. Change #237914

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Fri 27 Jun 2025 23:19:00
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b719e5bfd2aa8e00f766dab5ab67a9f55d386ee9

    Comments

    Shell: Document two more approaches.
    * gettext-tools/doc/lang-sh.texi (sh): Tweaks.
    (sh - Three approaches): New subsubsection.
    (The gettext.sh approach): New subsubsection, incorporating the "gettext.sh"
    subsubsection.
    (The printf approach, The printf_gettext approach): New subsubsections.
    (Preparing for gettext.sh): Renamed from "Preparing Shell Scripts".
    (Preparing for printf, Preparing for printf_gettext): New subsubsections.
    * gettext-tools/doc/gettext.texi: Update detailed node list.
    * NEWS: Mention the change.

    Changed files

    • NEWS
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/lang-sh.texi