[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-buildstatus] Hydra job gnu:emacs-trunk:tarball on x86_64-linux, b
From: |
Hydra Build Daemon |
Subject: |
[Emacs-buildstatus] Hydra job gnu:emacs-trunk:tarball on x86_64-linux, build 2979832: Failed with non-zero exit code |
Date: |
Wed, 29 Aug 2012 17:21:59 +0200 |
Hi,
This is to let you know that Hydra build 2979832 of job gnu:emacs-trunk:tarball
has changed from 'Success' to 'Failed with non-zero exit code'.
Complete build information can be found on this page:
http://hydra.nixos.org/build/2979832
The last 50 lines of the build log are shown at the bottom of this email.
A summary of the build information follows:
Build ID: | 2979832
Nix name: | emacs-tarball-0
Short description: | Build of a source distribution from a checkout
Maintainer(s): | address@hidden
System: | x86_64-linux
Derivation store path: |
/nix/store/ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv
Output store path: |
/nix/store/2si3mpb6vgjhxfylhpf9klxwl9rbg698-emacs-tarball-0
Time added: | 2012-08-29 17:21:58
Build started: | 2012-08-29 17:19:57
Build finished: | 2012-08-29 17:21:58
Duration: | 121s
The build inputs were:
Name | Type | Value
------------+--------------+--------------------------------------------------------------------------------------
emacs | bzr-checkout | bzr://bzr.savannah.gnu.org/emacs/trunk:109811
hydraConfig | git |
git://git.savannah.gnu.org/hydra-recipes.git:76d40a60e59ffc449aeb526602eab7224113be43
nixpkgs | git |
git://github.com/NixOS/nixpkgs.git:58e282b907778ec9f244f4b0de1cd6d6e817b098
tarball | build | 2979652
Regards,
The Hydra build daemon.
---
building temacs
gcc -std=gnu99 -nostdlib -Demacs -I.
-I/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/src
-I../lib
-I/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/src/../lib
-MMD -MF deps/.d -MP -g3 -O2 -Wl,-znocombreloc \
-o temacs pre-crt0.o
/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13/lib/crt1.o
/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13/lib/crti.o dispnew.o
frame.o scroll.o xdisp.o menu.o window.o charset.o coding.o category.o ccl.o
character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o emacs.o
keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o
minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o
regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o
font.o print.o lread.o syntax.o unexelf.o bytecode.o process.o gnutls.o
callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o
composite.o xml.o terminfo.o lastfile.o vm-limit.o ../lib/libgnu.a
-lrt -lncurses -lpthread -lm -lgcc -lc -lgcc
/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13/lib/crtn.o
test "no" = "yes" || \
test "X" = X || -r temacs
building bootstrap-emacs
cd ../lisp; make -w update-subdirs
make[4]: Entering directory
`/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp'
building update-subdirs
cd
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp;
subdirs=`find . -type d -print`; for file in $subdirs; do case $file in */.* |
*/.*/* | */=* | */cedet* ) ;; *) wins="$wins $file" ;; esac; done; \
for file in $wins; do \
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/build-aux/update-subdirs
$file; \
done;
make[4]: Leaving directory
`/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp'
if test "no" = "yes"; then \
rm -f bootstrap-emacs; \
ln temacs bootstrap-emacs; \
else \
`pwd`/temacs --batch --load loadup bootstrap || exit 1; \
test "X" = X || -zex emacs; \
mv -f emacs bootstrap-emacs; \
fi
Loading loadup.el (source)...
Using load-path
(/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp/emacs-lisp
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp/language
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp/international
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading cus-start (source)...
Loading window (source)...
Loading
/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/lisp/files.el
(source)...
Symbol's function definition is void: define-minor-mode
make[3]: *** [bootstrap-emacs] Error 1
make[3]: Leaving directory
`/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811/src'
make[2]: *** [src] Error 2
make[2]: Leaving directory
`/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory
`/tmp/nix-build-ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv-0/cnkdhv2n50vjpvzyx5mqga7rshb57gwf-756313532f0ed4fd1e3bb490e760963e8ab8fcef1e50b7b37ae82efe63dd2b30-r109811'
make: *** [bootstrap] Error 2
build time elapsed: 0m0.034s 0m0.015s 1m22.337s 0m10.432s
builder for `/nix/store/ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv'
failed with exit code 2
error: build of
`/nix/store/ys2mg90b1qi9f82h1fqkam078k24v61j-emacs-tarball-0.drv' failed
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-buildstatus] Hydra job gnu:emacs-trunk:tarball on x86_64-linux, build 2979832: Failed with non-zero exit code,
Hydra Build Daemon <=