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

Builder ggettext-solaris10-sparc Build #987

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision4e4b995657d03984bac9ab96873b9d4070664a5a
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 8 mins, 41 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 987 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 4e4b995657d03984bac9ab96873b9d4070664a5a Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartMon Jul 28 14:06:31 2025
EndMon Jul 28 14:15:14 2025
Elapsed8 mins, 42 secs

All Changes:

:

  1. Change #240990

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 27 Jul 2025 09:46:59
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 1c80e3154e28c662ff8d33b50f3b560c7bb355c0

    Comments

    Fix typos in comments.
    * gettext-tools/src/format-lua.c: Fix typos in comments.
    * gettext-tools/src/format-d.c: Likewise.

    Changed files

    • gettext-tools/src/format-d.c
    • gettext-tools/src/format-lua.c
  2. Change #240991

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sun 27 Jul 2025 09:47:12
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b4dc38d4bd41bf057c3de7ffafb32fdf359c1856

    Comments

    Refactor: Simplify.
    * gettext-tools/src/format-python-brace.c (parse_named_field,
    parse_numeric_field, parse_directive, parse_upto): Remove 'translated'
    parameter.
    (format_parse): Update.

    Changed files

    • gettext-tools/src/format-python-brace.c
  3. Change #240992

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 28 Jul 2025 00:09:35
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 66ce533273113468dad491f80ea248a37d39e72f

    Comments

    OCaml support: Add OCaml support in the tools.
    This implements several improvements, compared to
    "ocaml-gettext --action extract ...":
      - Comments are extracted.
      - '#, ocaml-format' annotation on f_ arguments.
      - Recognizes concatenated strings, such as ("abc" ^ "def").
      - Supports (s_ "").
    
    * autopull.sh: Check out tree-sitter-ocaml. Set TREE_SITTER_OCAML_VERSION.
    * gettext-tools/build-aux/tree-sitter-ocaml-portability.diff: New file.
    * gettext-tools/configure.ac: Set TREE_SITTER_OCAML_VERSION.
    * gettext-tools/Makefile.am (EXTRA_DIST): Add the tree-sitter-ocaml source code
    and patch.
    * gettext-tools/doc/gettext.texi (PO Files): Mention ocaml-format.
    (Translators for other Languages): New subsection "OCaml Format Strings".
    * gettext-tools/doc/lang-ocaml.texi: Mention all the supported *gettext
    functions. Mention format strings with positions.
    * gettext-tools/doc/xgettext.texi: Document the OCaml support in more places.
    * gettext-tools/src/message.h (format_ocaml): New enum value.
    (NFORMATS): Increment.
    * gettext-tools/src/message.c (format_language, format_language_pretty): Add an
    entry for format_ocaml.
    * gettext-tools/src/format-ocaml.c: New file, based on
    gettext-tools/src/format-awk.c.
    * gettext-tools/src/format.h (formatstring_ocaml): New declaration.
    * gettext-tools/src/format.c (formatstring_parsers): Add formatstring_ocaml.
    * gettext-tools/src/x-ocaml.h (SCANNERS_OCAML): Reference flag_table_ocaml and
    formatstring_ocaml.
    (extract_ocaml): Declare with first argument of type 'FILE *'.
    * gettext-tools/src/x-ocaml.c: Completely rewritten.
    * gettext-tools/src/xgettext.c (flag_table_ocaml): New variable.
    (usage): Document the OCaml support in more places.
    (xgettext_record_flag): Support format_ocaml.
    * gettext-tools/src/FILES: Mention format-ocaml.c.
    * gettext-tools/src/Makefile.am (FORMAT_SOURCE): Add format-ocaml.c.
    (LIBXGETTEXTTS): Add libxgettextts5.a.
    (libxgettextts5_a_*): New variables.
    * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Add
    format-ocaml.c.
    * gettext-tools/po/POTFILES.in: Add src/format-ocaml.c.
    * gettext-tools/tests/format-ocaml-1: New file.
    * gettext-tools/tests/format-ocaml-2: New file.
    * gettext-tools/tests/xgettext-ocaml-1: New file.
    * gettext-tools/tests/xgettext-ocaml-2: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add the new tests.
    * NEWS: Mention the OCaml support.

    Changed files

    • .gitignore
    • NEWS
    • autopull.sh
    • gettext-tools/Makefile.am
    • gettext-tools/build-aux/tree-sitter-ocaml-portability.diff
    • gettext-tools/configure.ac
    • gettext-tools/doc/gettext.texi
    • gettext-tools/doc/lang-ocaml.texi
    • gettext-tools/doc/xgettext.texi
    • gettext-tools/libgettextpo/Makefile.am
    • gettext-tools/po/POTFILES.in
    • gettext-tools/src/FILES
    • gettext-tools/src/Makefile.am
    • gettext-tools/src/format-ocaml.c
    • gettext-tools/src/format.c
    • gettext-tools/src/format.h
    • gettext-tools/src/message.c
    • gettext-tools/src/message.h
    • gettext-tools/src/x-ocaml.c
    • gettext-tools/src/x-ocaml.h
    • gettext-tools/src/xgettext.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-ocaml-1
    • gettext-tools/tests/format-ocaml-2
    • gettext-tools/tests/xgettext-ocaml-1
    • gettext-tools/tests/xgettext-ocaml-2
  4. Change #240993

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 28 Jul 2025 10:16:38
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 8a1197f724a307583ede5e78f2df4a674866397e

    Comments

    OCaml support: Add a unit test.
    * gettext-tools/tests/lang-ocaml: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * HACKING: Document dependencies for lang-ocaml.

    Changed files

    • HACKING
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/lang-ocaml
  5. Change #240994

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 28 Jul 2025 12:53:21
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 4e4b995657d03984bac9ab96873b9d4070664a5a

    Comments

    examples: Add hello-ocaml example.
    * gettext-tools/examples/hello-ocaml/INSTALL: New file.
    * gettext-tools/examples/hello-ocaml/autogen.sh: New file.
    * gettext-tools/examples/hello-ocaml/autoclean.sh: New file.
    * gettext-tools/examples/hello-ocaml/dune.in: New file.
    * gettext-tools/examples/hello-ocaml/dune-project.in: New file.
    * gettext-tools/examples/hello-ocaml/hello.ml.in: New file.
    * gettext-tools/examples/hello-ocaml/Makefile.am: New file.
    * gettext-tools/examples/hello-ocaml/configure.ac: New file.
    * gettext-tools/examples/hello-ocaml/m4/Makefile.am: New file.
    * gettext-tools/examples/hello-ocaml/po/LINGUAS: New file.
    * gettext-tools/examples/hello-ocaml/po/Makefile.am: New file.
    * gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add
    hello-ocaml.
    * gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for
    hello-ocaml.
    (hello-ocaml.pot): New target.
    (SMALLPOFILES_FOR_lang): Update for hello-ocaml.
    ($(srcdir)/../hello-ocaml/po/$(LL).po): New rule.
    * gettext-tools/examples/check-examples (func_check__hello_ocaml): New function.
    * gettext-tools/examples/README: Mention hello-ocaml.
    * gettext-tools/doc/lang-ocaml.texi: Likewise.
    * NEWS: Likewise.

    Changed files

    • NEWS
    • gettext-tools/doc/lang-ocaml.texi
    • gettext-tools/examples/Makefile.am
    • gettext-tools/examples/README
    • gettext-tools/examples/check-examples
    • gettext-tools/examples/hello-ocaml/INSTALL
    • gettext-tools/examples/hello-ocaml/Makefile.am
    • gettext-tools/examples/hello-ocaml/autoclean.sh
    • gettext-tools/examples/hello-ocaml/autogen.sh
    • gettext-tools/examples/hello-ocaml/configure.ac
    • gettext-tools/examples/hello-ocaml/dune-project.in
    • gettext-tools/examples/hello-ocaml/dune.in
    • gettext-tools/examples/hello-ocaml/hello.ml.in
    • gettext-tools/examples/hello-ocaml/m4/Makefile.am
    • gettext-tools/examples/hello-ocaml/po/LINGUAS
    • gettext-tools/examples/hello-ocaml/po/Makefile.am
    • gettext-tools/examples/po/Makefile.am