Summary: | app-editors/emacs-24.4 - /bin/sh: line 7: 2905 Killed ./temacs --batch --load loadup bootstrap | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge log |
*** This bug has been marked as a duplicate of bug 526948 *** Hhm, it failed here within a chrooted ~amd64 (well, the host is a hardened amd64, but not the chroot) and gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9) *** This bug has been marked as a duplicate of bug 529172 *** |
Created attachment 388700 [details] emerge log at an ~amd64 chroot tinderbox I do get : x86_64-pc-linux-gnu-gcc -std=gnu99 -Demacs -I. -I. -I../lib -I./../lib -MMD -MF deps/.d -MP -O2 -pipe -Wl,-znocombreloc -Wl,-O1 -Wl,--as-needed \ -o temacs vm-limit.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 inotify.o profiler.o decompress.o terminfo.o lastfile.o ../lib/libgnu.a -lacl -lrt -lncurses -lpthread -lm -lz /bin/mkdir -p ../etc : test "no" = "yes" || \ test "X" = X || -r temacs test "no" = "yes" || test -z "setfattr" || \ setfattr -n user.pax.flags -v er temacs cd ../lisp; make -w -j --jobserver-fds=3,4 update-subdirs make[2]: Entering directory '/var/tmp/portage/app-editors/emacs-24.4/work/emacs-24.4/lisp' for file in `find . -type d -print`; do case $file in .*/cedet* | .*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \ for file in $wins; do \ ./../build-aux/update-subdirs $file; \ done; make[2]: Leaving directory '/var/tmp/portage/app-editors/emacs-24.4/work/emacs-24.4/lisp' if test "no" = "yes"; then \ rm -f bootstrap-emacs; \ ln temacs bootstrap-emacs; \ else \ ./temacs --batch --load loadup bootstrap || exit 1; \ test "X" = X || -zex emacs; \ mv -f emacs bootstrap-emacs; \ fi /bin/sh: line 7: 2905 Killed ./temacs --batch --load loadup bootstrap Makefile:815: recipe for target 'bootstrap-emacs' failed make[1]: *** [bootstrap-emacs] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-editors/emacs-24.4/work/emacs-24.4/src' Makefile:382: recipe for target 'src' failed make: *** [src] Error 2