Builder ggettext-solaris10-i386 Build #905
Results:
Failed shell shell_1 shell_2 shell_3
SourceStamp:
Project | ggettext |
Repository | git://git.savannah.gnu.org/gettext.git |
Branch | master |
Revision | aed7fee527d9a2e4f1018bf366265eef36c35ae0 |
Got Revision | aed7fee527d9a2e4f1018bf366265eef36c35ae0 |
Changes | 3 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 | 905 | Build |
codebase | Build | |
got_revision | aed7fee527d9a2e4f1018bf366265eef36c35ae0 | Git |
project | ggettext | Build |
repository | git://git.savannah.gnu.org/gettext.git | Build |
revision | aed7fee527d9a2e4f1018bf366265eef36c35ae0 | 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 | Wed Apr 2 14:13:38 2025 |
End | Wed Apr 2 14:15:19 2025 |
Elapsed | 1 mins, 41 secs |
All Changes:
:
Change #226383
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Wed 02 Apr 2025 14:04:50 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision e91e04e0f3dc4ca7decb3a998b063bd4e5b83c74 Comments
examples: Add hello-d example. * gettext-tools/examples/hello-d/INSTALL: New file. * gettext-tools/examples/hello-d/autogen.sh: New file. * gettext-tools/examples/hello-d/autoclean.sh: New file. * gettext-tools/examples/hello-d/hello.d.in: New file. * gettext-tools/examples/hello-d/Makefile.am: New file. * gettext-tools/examples/hello-d/configure.ac: New file. * gettext-tools/examples/hello-d/m4/Makefile.am: New file. * gettext-tools/examples/hello-d/po/LINGUAS: New file. * gettext-tools/examples/hello-d/po/Makefile.am: New file. * gettext-tools/examples/installpaths.in: Define also includedir. * gettext-tools/examples/Makefile.am (EXAMPLESFILES, EXAMPLESDIRS): Add hello-d. * gettext-tools/examples/po/Makefile.am (POTFILES, SMALLPOTS): Update for hello-d. (hello-d.pot): New target. (SMALLPOFILES_FOR_lang): Update for hello-d. ($(srcdir)/../hello-d/po/$(LL).po): New rule. * gettext-tools/examples/check-examples (func_check_autoclean_all, func_check_distclean_all, func_check_maintainerclean_all, func_check_maintainerclean_vpath_all, func_check_dist_all, func_check_dist_vpath_all, func_check_install_all, func_check_uninstall_all, func_check_distcheck_all, func_check_all): Handle hello-d as well. * gettext-tools/examples/README: Mention hello-d. * gettext-tools/doc/lang-d.texi: Likewise. * NEWS: Likewise.
Changed files
- NEWS
- gettext-tools/doc/lang-d.texi
- gettext-tools/examples/Makefile.am
- gettext-tools/examples/README
- gettext-tools/examples/check-examples
- gettext-tools/examples/hello-d/INSTALL
- gettext-tools/examples/hello-d/Makefile.am
- gettext-tools/examples/hello-d/autoclean.sh
- gettext-tools/examples/hello-d/autogen.sh
- gettext-tools/examples/hello-d/configure.ac
- gettext-tools/examples/hello-d/hello.d.in
- gettext-tools/examples/hello-d/m4/Makefile.am
- gettext-tools/examples/hello-d/po/LINGUAS
- gettext-tools/examples/hello-d/po/Makefile.am
- gettext-tools/examples/installpaths.in
- gettext-tools/examples/po/Makefile.am
Change #226385
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Wed 02 Apr 2025 14:08:11 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision 3c3b58eee6638ea21c26923d24a7f90c013a8663 Comments
gettextize: Fix bad interactions between autoreconf and autopoint. Reported by Sebastian Pipping <sebastian@pipping.org> in <https://savannah.gnu.org/bugs/index.php?66968>. * gettext-tools/m4/Makefile.am (aclocaldir): Remove variable. (pkgdatadir, macrosdir): Add variables. (macros_DATA): Renamed from aclocal_DATA. (install-data-local, uninstall-local, uninstall-macros): New targets. * gettext-tools/misc/gettextize.in: Copy the *.m4 files from $datadir/gettext/m4, not from $datadir/aclocal. * gettext-tools/doc/gettext.texi (aclocal): Don't recommend to add option --install to ACLOCAL_MFLAGS. Instead, recommend one-time use of --system-acdir. * PACKAGING: Expect *.m4 files in $prefix/share/gettext/m4, not in $prefix/share/aclocal. * NEWS: Mention the fix.
Changed files
- NEWS
- PACKAGING
- gettext-tools/doc/gettext.texi
- gettext-tools/m4/Makefile.am
- gettext-tools/misc/gettextize.in
Change #226386
Category ggettext Changed by Bruno Haible <bruno @clisp.org>Changed at Wed 02 Apr 2025 14:08:22 Repository git://git.savannah.gnu.org/gettext.git Project ggettext Branch master Revision aed7fee527d9a2e4f1018bf366265eef36c35ae0 Comments
gettextize: Fix last commit. * gettext-tools/m4/Makefile.am (OLD_M4_FILES): New variable. (uninstall-macros): Delete only these files from @aclocaldir@.
Changed files
- gettext-tools/m4/Makefile.am