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

Builder ggettext-solaris10-i386 Build #1000

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision6d5a50fc4894d120441549762a5fc173b1fcc249
Got Revision6d5a50fc4894d120441549762a5fc173b1fcc249
Changes1 change

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 ( 2 mins, 15 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 1000 Build
codebase Build
got_revision 6d5a50fc4894d120441549762a5fc173b1fcc249 Git
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 6d5a50fc4894d120441549762a5fc173b1fcc249 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 Jul 25 07:52:09 2025
EndFri Jul 25 07:54:31 2025
Elapsed2 mins, 21 secs

All Changes:

:

  1. Change #240617

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Wed 23 Jul 2025 11:30:27
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6d5a50fc4894d120441549762a5fc173b1fcc249

    Comments

    OCaml support: Add OCaml support in xgettext.
    * gettext-tools/doc/lang-ocaml.texi: New file.
    * gettext-tools/doc/Makefile.am (gettext_TEXINFOS): Add it.
    * gettext-tools/doc/gettext.texi (No string concatenation): Mention string
    concatenation in OCaml.
    (List of Programming Languages): Include lang-ocaml.texi.
    * gettext-tools/doc/xgettext.texi: Document the -L OCaml option.
    * gettext-tools/src/x-ocaml.h: New file.
    * gettext-tools/src/x-ocaml.c: New file.
    * gettext-tools/src/xgettext.c: Include x-ocaml.h.
    (flag_table_ocaml): New variable.
    (main): Invoke init_flag_table_ocaml, x_ocaml_extract_all, x_ocaml_keyword.
    (usage): Document the -L OCaml option.
    (language_to_extractor, extension_to_language): Support OCaml.
    * gettext-tools/src/FILES: Mention x-ocaml.h, x-ocaml.c.
    * gettext-tools/src/Makefile.am (noinst_HEADERS): Add x-ocaml.h.
    (xgettext_SOURCES): Add x-ocaml.c.
    * gettext-tools/po/POTFILES.in: Add src/x-ocaml.c.

    Changed files

    • gettext-tools/doc/Makefile.am
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/lang-ocaml.texi
    • gettext-tools/doc/xgettext.texi
    • gettext-tools/po/POTFILES.in
    • gettext-tools/src/FILES
    • gettext-tools/src/Makefile.am
    • gettext-tools/src/x-ocaml.c
    • gettext-tools/src/x-ocaml.h
    • gettext-tools/src/xgettext.c