Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528498 - app-editors/emacs-24.4 - /bin/sh: line 7: 2905 Killed ./temacs --batch --load loadup bootstrap
Summary: app-editors/emacs-24.4 - /bin/sh: line 7: 2905 Killed ./temacs --batch --loa...
Status: RESOLVED DUPLICATE of bug 529172
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-06 22:05 UTC by Toralf Förster
Modified: 2014-11-13 21:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge log (app-editors:emacs-24.4:20141106-190811.log,69.10 KB, text/plain)
2014-11-06 22:05 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2014-11-06 22:05:02 UTC
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
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-06 22:23:27 UTC

*** This bug has been marked as a duplicate of bug 526948 ***
Comment 2 Toralf Förster gentoo-dev 2014-11-07 21:11:11 UTC
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)
Comment 3 Ulrich Müller gentoo-dev 2014-11-13 21:28:23 UTC

*** This bug has been marked as a duplicate of bug 529172 ***