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

Builder ggettext-solaris10-sparc Build #891

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 3 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 891 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision aed7fee527d9a2e4f1018bf366265eef36c35ae0 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:

StartWed Apr 2 14:13:39 2025
EndWed Apr 2 14:15:43 2025
Elapsed2 mins, 3 secs

All Changes:

:

  1. Change #226383

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@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
  2. Change #226385

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@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
  3. Change #226386

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@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