tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: MKPIE problems



Some more problems:

emacs25:

Loading /scratch/editors/emacs25/work/emacs-25.3/lisp/tooltip.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Loading /scratch/editors/emacs25/work/emacs-25.3/lisp/site-init.el (source)...
Dumping under the name emacs
Makefile:736: recipe for target 'bootstrap-emacs' failed
gmake[2]: *** [bootstrap-emacs] Segmentation fault (core dumped)
gmake[2]: Leaving directory '/scratch/editors/emacs25/work/emacs-25.3/src'
Makefile:398: recipe for target 'src' failed
gmake[1]: *** [src] Error 2


lang/clisp:

cd data && ln -s ../../doc/Symbol-Table.text .
gcc -O2 -g -fPIC -D_FORTIFY_SOURCE=2 -fstack-check -I/usr/pkg/include -I/usr/include -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DNO_SINGLEMAP -DNO_TRIVIALMAP -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -Wl,-z,relro -Wl,-z,now -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,--export-dynamic spvw.o  spvwtabf.o  spvwtabs.o  spvwtabo.o  eval.o  control.o  encoding.o  pathname.o  stream.o  socket.o  io.o  funarg.o  array.o  hashtabl.o  list.o  package.o  record.o  weak.o  sequence.o  charstrg.o  debug.o  error.o  misc.o  time.o  predtype.o  symbol.o  lisparit.o  i18n.o  foreign.o  unixaux.o  built.o  gmalloc.o modules.o /usr/lib/libintl.so /usr/pkg/lib/libreadline.so /usr/lib/libtermcap.so -Wl,-rpath -Wl,/usr/pkg/lib -ltermcap /usr/pkg/lib/libavcall.so -Wl,-rpath -Wl,/usr/pkg/lib /usr/pkg/lib/libcallback.so  -L/usr/pkg/lib -lsigsegv -L/usr/lib -lc -Wl,-R/usr/pkg/lib libgnu_cl.a -o lisp.run
./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp  -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
[1]   Segmentation fault (core dumped) ./lisp.run -B . ...
*** Error code 139

(libsigsegv on -current has two "conftest"s that run in a busy loop,
when killing them it seems to package fine.)

emulators/qemu:

  AS      optionrom/kvmvapic.o
  GEN     qemu-doc.html
qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.
  BUILD   optionrom/multiboot.img
ld: warning: -z ,relro ignored.
ld: warning: -z ,now ignored.
ld: -f may not be used without -shared
Makefile:50: recipe for target 'multiboot.img' failed
make[1]: *** [multiboot.img] Error 1


Cheers,
 Thomas


Home | Main Index | Thread Index | Old Index