; compiling (DEFCONSTANT BUILD-ID-CORE-ENTRY-TYPE-CODE ...) ; compiling (DEFCONSTANT NEW-DIRECTORY-CORE-ENTRY-TYPE-CODE ...) ; compiling (DEFCONSTANT INITIAL-FUN-CORE-ENTRY-TYPE-CODE ...) ; compiling (DEFCONSTANT PAGE-TABLE-CORE-ENTRY-TYPE-CODE ...) ; compiling (DEFCONSTANT END-CORE-ENTRY-TYPE-CODE ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN WRITE-WORD ...) ; compiling (DEFUN ADVANCE-TO-PAGE ...) ; compiling (DEFUN OUTPUT-GSPACE ...) ; compiling (DECLAIM (FTYPE # ...)) ; compiling (DEFUN WRITE-INITIAL-CORE-FILE ...) ; compiling (DEFUN SB!VM:GENESIS ...); ; compilation unit finished ; caught 1 STYLE-WARNING condition ; printed 125 notes ; /remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/obj/from-host/src/compiler/generic/genesis.lisp-obj-tmp written ; compilation finished in 0:00:01.697 STYLE-WARNING: redefining FOP-MAYBE-COLD-LOAD in DEFUN T * beginning GENESIS, creating headers in "src/runtime/genesis" NIL * 61.31user 1.76system 1:07.26elapsed 93%CPU (0avgtext+0avgdata 328560maxresident)k 0inputs+58344outputs (0major+479708minor)pagefaults 0swaps //entering make-target-1.sh //building runtime system and symbol table file make: Entering directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp make: Leaving directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' make: Entering directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h make: Leaving directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' make: Entering directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' cc -O2 -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -O2 -pipe -c -o alloc.o alloc.c In file included from gc-internal.h:137, from alloc.h:17, from alloc.c:23: gencgc-internal.h: In function 'space_matches_p': gencgc-internal.h:120: warning: integer constant is too large for 'unsigned long' type gencgc-internal.h:122: warning: integer constant is too large for 'unsigned long' type pseudo-atomic.h: Assembler messages: pseudo-atomic.h:46: Error: invalid instruction suffix for `or' pseudo-atomic.h:57: Error: invalid instruction suffix for `and' make: *** [alloc.o] Error 1 make: Leaving directory `/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36/src/runtime' Command exited with non-zero status 2 0.67user 0.11system 0:01.64elapsed 47%CPU (0avgtext+0avgdata 38304maxresident)k 48inputs+584outputs (0major+64054minor)pagefaults 0swaps * ERROR: dev-lisp/sbcl-1.0.36-r1 failed: * make failed * * Call stack: * ebuild.sh, line 62: Called src_compile * environment, line 2415: Called die * The specific snippet of code: * env - HOME="${T}" PATH="${bindir}/src/runtime:${PATH}" SBCL_HOME="${bindir}/output" GNUMAKE=make ./make.sh "sbcl --no-sysinit --no-userinit --disable-debugger --core ${bindir}/output/sbcl.core" || die "make failed"; * * If you need support, post the output of 'emerge --info =dev-lisp/sbcl-1.0.36-r1', * the complete build log and the output of 'emerge -pqv =dev-lisp/sbcl-1.0.36-r1'. * The complete build log is located at '/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/temp/build.log'. * The ebuild environment file is located at '/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/temp/environment'. * S: '/remote/filer.gx/user.active/njohan/gentoo_prefix/var/tmp/portage/dev-lisp/sbcl-1.0.36-r1/work/sbcl-1.0.36' Reproducible: Always
Created attachment 258815 [details] emerge --info =dev-lisp/sbcl-1.0.36-r1
Created attachment 258817 [details] emerge -pqv =dev-lisp/sbcl-1.0.36-r1
Created attachment 258819 [details] build.log
Created attachment 258820 [details] environment
Update to current stable from gentoo-x86, 1.0.55-r1, and see if that works.
Niklas, Sorry that your report was ignored. It wasn't on my radar because it was assigned to the wrong address. If you still have problems please re-open this report. I'll close it for now since it is ~18mo old. Again, sorry.
(In reply to comment #6) > Niklas, Sorry that your report was ignored. It wasn't on my radar because it > was assigned to the wrong address. If you still have problems please re-open > this report. I'll close it for now since it is ~18mo old. Again, sorry. No worries at all. I see it as a bonus when I get help; you are all doing this on your spare time. Insteed, thank you for all your work with Gentoo :)
(In reply to comment #5) > Update to current stable from gentoo-x86, 1.0.55-r1, and see if that works. It works. Thanks!