Builder ggettext-solaris10-i386 Build #915
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
Project | ggettext |
Repository | git://git.savannah.gnu.org/gettext.git |
Branch | master |
Revision | 281658406b9d59e0dbdbafbc7ee1b4b047fab175 |
Got Revision | 281658406b9d59e0dbdbafbc7ee1b4b047fab175 |
Changes | 4 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-ggettext-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave |
buildername | ggettext-solaris10-i386 | Builder |
buildnumber | 915 | Build |
codebase | Build | |
got_revision | 281658406b9d59e0dbdbafbc7ee1b4b047fab175 | Git |
project | ggettext | Build |
repository | git://git.savannah.gnu.org/gettext.git | Build |
revision | 281658406b9d59e0dbdbafbc7ee1b4b047fab175 | Build |
scheduler | schedule-ggettext-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/ggettext-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Bruno Haiblebruno@clisp.org
Timing:
Start | Fri Apr 25 04:03:47 2025 |
End | Fri Apr 25 04:05:18 2025 |
Elapsed | 1 mins, 31 secs |
All Changes:
:
Change #228222
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Fri 25 Apr 2025 01:32:57 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision ce82524f0287af700f505a8d90a0ac3d09aeb452 Comments
Update to the newest gnulib.
Changed files
- gnulib
Change #228223
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Fri 25 Apr 2025 03:16:21 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision de3fff8d99cb7ccdbb8341d7a9bfd5f292120efd Comments
Modula-2 support: Add the runtime library. * gnulib-local/m4/modula2.m4: New file. * gnulib-local/modules/modula2: New file. * gnulib-local/Makefile.am (EXTRA_DIST): Add modula2.m4 and the 'modula2' module. * autogen.sh (GNULIB_MODULES_RUNTIME_OTHER): Add modula2, modula2comp-script. * gettext-runtime/intl-modula2/Libintl.def.in: New file. * gettext-runtime/intl-modula2/Libintl.mod: New file. * gettext-runtime/intl-modula2/LibintlFromC.def: New file. * gettext-runtime/intl-modula2/Makefile.am: New file. * gettext-runtime/intl-modula2/HACKING: New file. * gettext-runtime/configure.ac: Invoke gt_MODULA2_CHOICE, gt_MODULA2COMP. Determine VALUE_OF_LC_* for each LC_* constant. Set the variable BUILDMODULA2 and the Automake conditional BUILD_MODULA2. * gettext-runtime/Makefile.am (SUBDIRS): Add intl-modula2. * NEWS: Mention libintl_m2.so. * gettext-runtime/NEWS: Likewise. * PACKAGING: Add the interface and binary for the libintl_m2 library. * DEPENDENCIES: Mention the Modula-2 compiler and runtime.
Changed files
- .gitignore
- DEPENDENCIES
- NEWS
- PACKAGING
- autogen.sh
- gettext-runtime/Makefile.am
- gettext-runtime/NEWS
- gettext-runtime/configure.ac
- gettext-runtime/intl-modula2/HACKING
- gettext-runtime/intl-modula2/Libintl.def.in
- gettext-runtime/intl-modula2/Libintl.mod
- gettext-runtime/intl-modula2/LibintlFromC.def
- gettext-runtime/intl-modula2/Makefile.am
- gnulib-local/Makefile.am
- gnulib-local/m4/modula2.m4
- gnulib-local/modules/modula2
Change #228224
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Fri 25 Apr 2025 03:16:28 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 09203499b4d98e6b02b13f7d88ff76ebb96b2aa8 Comments
Modula-2 support: Add Modula-2 support in the tools. * gettext-tools/doc/lang-modula2.texi: New file. * gettext-tools/doc/Makefile.am (gettext_TEXINFOS): Add it. * gettext-tools/doc/gettext.texi (PO Files): Mention modula2-format. (No string concatenation): Mention string concatenation in Modula-2. (Translators for other Languages): New subsection "Modula-2 Format Strings". (List of Programming Languages): Include lang-modula2.texi. * gettext-tools/doc/xgettext.texi: Document the -L Modula-2 option. * gettext-tools/src/message.h (format_modula2): New enum value. (NFORMATS): Increment. * gettext-tools/src/message.c (format_language, format_language_pretty): Add an entry for format_modula2. * gettext-tools/src/format-modula2.c: New file. * gettext-tools/src/format.h (formatstring_modula2): New declaration. * gettext-tools/src/format.c (formatstring_parsers): Add formatstring_modula2. * gettext-tools/src/x-modula2.h: New file. * gettext-tools/src/x-modula2.c: New file. * gettext-tools/src/xgettext.c: Include x-modula2.h. (flag_table_modula2): New variable. (main): Invoke init_flag_table_modula2, x_modula2_extract_all, x_modula2_keyword. (usage): Document the -L Modula-2 option. (xgettext_record_flag): Support format_modula2. (language_to_extractor, extension_to_language): Support Modula-2. * gettext-tools/src/FILES: Mention format-modula2.c, x-modula2.h, x-modula2.c. * gettext-tools/src/Makefile.am (noinst_HEADERS): Add x-modula2.h. (FORMAT_SOURCE): Add format-modula2.c. (xgettext_SOURCES): Add x-modula2.c. * gettext-tools/libgettextpo/Makefile.am (libgettextpo_la_AUXSOURCES): Add format-modula2.c. * gettext-tools/po/POTFILES.in: Add src/format-modula2.c, src/x-modula2.c. * gettext-tools/woe32dll/gettextsrc-exports.c: Export formatstring_modula2. * gettext-tools/tests/format-modula2-1: New file. * gettext-tools/tests/format-modula2-2: New file. * gettext-tools/tests/xgettext-modula2-1: New file. * gettext-tools/tests/xgettext-modula2-2: New file. * gettext-tools/tests/Makefile.am (TESTS): Add the new tests. * NEWS: Mention the Modula-2 support.
Changed files
- NEWS
- gettext-tools/doc/Makefile.am
- gettext-tools/doc/gettext.texi
- gettext-tools/doc/lang-modula2.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-modula2.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-modula2.c
- gettext-tools/src/x-modula2.h
- gettext-tools/src/xgettext.c
- gettext-tools/tests/Makefile.am
- gettext-tools/tests/format-modula2-1
- gettext-tools/tests/format-modula2-2
- gettext-tools/tests/xgettext-modula2-1
- gettext-tools/tests/xgettext-modula2-2
- gettext-tools/woe32dll/gettextsrc-exports.c
Change #228225
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Fri 25 Apr 2025 03:20:42 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 281658406b9d59e0dbdbafbc7ee1b4b047fab175 Comments
Modula-2 support: Add a unit test. * autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add modula2, modula2comp-script. * gettext-tools/configure.ac: Set and substitute BUILDMODULA2. * gettext-tools/tests/init-env.in: Propagate MODULA2_CHOICE, BUILDMODULA2, M2C, M2FLAGS. * gettext-tools/tests/lang-modula2: New file. * gettext-tools/tests/Makefile.am (TESTS): Add it.
Changed files
- autogen.sh
- gettext-tools/configure.ac
- gettext-tools/tests/Makefile.am
- gettext-tools/tests/init-env.in
- gettext-tools/tests/lang-modula2