Sbcl won't build for me anymore for me
Josef Wolf <[email protected]> Fri, 14 Feb 2025 17:01:05 +0100
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Last version which successfully buils was 2.3.9. This are the options I give when building: $ sh make.sh \ --prefix=/usr/local/share/common-lisp/sbcl/install/sbcl-2.3.10 \ --xc-host="/usr/local/share/common-lisp/sbcl/sbcl-1.2.7-x86-64-linux/src/runtime/sbcl --core /usr/local/share/common-lisp/sbcl/sbcl-1.2.7-x86-64-linux/output/sbcl.core--disable-debugger --no-sysinit --no-userinit" From 2.3.10 on, I get following error when building: // Rewrote 0 files out of 1529. NIL * //entering make-host-1.sh //building cross-compiler, and doing first genesis This is SBCL 1.2.7, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * T * target SB-XC:*FEATURES* = (:X86-64 :GENCGC :64-BIT :ALIEN-CALLBACKS :ANSI-CL :ANSI-COMPLIANT-LOAD-TRUENAME :AVX2 :C-STACK-IS-CONTROL-STACK :CALL-SYMBOL :COMMON-LISP :COMPACT-INSTANCE-HEADER :COMPACT-SYMBOL :COMPARE-AND-SWAP-VOPS :CYCLE-COUNTER :ELF :EXECUTABLE-FUNINSTANCES :FP-AND-PC-STANDARD-SAVE :GCC-TLS :GENERATIONAL :IEEE-FLOATING-POINT :IMMOBILE-CODE :IMMOBILE-SPACE :INT3-BREAKPOINTS :LARGEFILE :LINUX :LITTLE-ENDIAN :NO-CONTINUE-UNWIND :OS-PROVIDES-BLKSIZE-T :OS-PROVIDES-CLOSE-RANGE-WRAPPER :OS-PROVIDES-DLADDR :OS-PROVIDES-DLOPEN :OS-PROVIDES-GETPROTOBY-R :OS-PROVIDES-POLL :OS-PROVIDES-SUSECONDS-T :PACKAGE-LOCAL-NICKNAMES :SB-DOC :SB-EVAL :SB-FUTEX :SB-LDB :SB-PACKAGE-LOCKS :SB-SIMD-PACK :SB-SIMD-PACK-256 :SB-SOURCE-LOCATIONS :SB-THREAD :SB-UNICODE :SBCL :SOFT-CARD-MARKS :STACK-GROWS- DOWNWARD-NOT-UPWARD :SYSTEM-TLABS :UNBIND-IN-UNWIND :UNDEFINED-FUN-RESTARTS :UNIX :UNWIND-TO-FRAME-AND-CALL-VOP :USE-CONS-REGION :USE-SYS-MMAP) ; Restoring format control functions ; Building Unicode data ; compiling file "/usr/local/share/common-lisp/sbcl/sbcl-2.3.10/tools-for-build/ucd.lisp" (written 30 OCT 2023 08:42:25 PM): ; /usr/local/share/common-lisp/sbcl/sbcl-2.3.10/tools-for-build/ucd.fasl written ; compilation finished in 0:00:00.320 ;; loading #P"/usr/local/share/common-lisp/sbcl/sbcl-2.3.10/tools-for-build/ucd.fasl" mmap: wanted 3899392 bytes at 0x1005148000, actually mapped at 0x7fffd7200000 fatal error encountered in SBCL pid 3244363(tid 140737352745088): remap_free_pages: page moved, 0x00000a29 ==> 0x00000000 Command exited with non-zero status 1 0.75user 0.06system 0:00.82elapsed 99%CPU (0avgtext+0avgdata 221908maxresident)k 0inputs+4032outputs (0major+53122minor)pagefaults 0swaps Any help? -- Josef Wolf [email protected]