Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing compilation from source #1619

Open
GaryBlackbourne opened this issue Nov 20, 2024 · 1 comment
Open

Failing compilation from source #1619

GaryBlackbourne opened this issue Nov 20, 2024 · 1 comment

Comments

@GaryBlackbourne
Copy link

I have tried to compile Lem for two of my machines, one Archlinux, and one Fedora 38. On Archlinux I had no problem, but on fedora, the installation failed. I have followed the installation guide on the project website for both compilation. On fedora, the make sdl2 command thrown an error, and I ended up in LDB lisp debugger. I have attached the stderr output from my make sdl2 command: compile_error.log

@vindarel
Copy link
Collaborator

output:

mmap: wanted 98893824 bytes at 0x1000000000, actually mapped at 0x7f5601400000
Dump of /proc/self/maps:
00400000-0040c000 r--p 00000000 08:04 131736                             /usr/bin/sbcl
[…]
7f5607400000-7f56074ad000 r--p 00000000 08:04 138232                     /usr/lib64/libcrypto.so.3.0.9
7f560795d000-7f560797b000 r--p 00000000 08:04 138238                     /usr/lib64/libssl.so.3.0.9
7f5607a00000-7f5607a9c000 r--p 00000000 08:04 135394                     /usr/lib64/libstdc++.so.6.0.32
7f5607c7d000-7f5607c80000 r--p 00000000 08:04 131734                     /usr/lib64/libgcc_s-13-20240316.so.1
7f5607f75000-7f5607f78000 r--p 00000000 08:04 144505                     /usr/lib64/libpcre2-8.so.0.11.2
7f560800f000-7f560802d000 r--p 00000000 08:04 144329                     /usr/lib64/libglib-2.0.so.0.7600.6
7f5616199000-7f56161bf000 r--p 00000000 08:04 136999                     /usr/lib64/libc.so.6
7f5616377000-7f5616387000 r--p 00000000 08:04 137003                     /usr/lib64/libm.so.6
7f5616458000-7f561645b000 r--p 00000000 08:04 131892                     /usr/lib64/libz.so.1.2.13
7f5616492000-7f5616493000 r--p 00000000 08:04 136991                     /usr/lib64/ld-linux-x86-64.so.2
7fff58e6c000-7fff58e8d000 rw-p 00000000 00:00 0                          [stack]
7fff58e9c000-7fff58ea0000 r--p 00000000 00:00 0                          [vvar]
7fff58ea0000-7fff58ea2000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
fatal error encountered in SBCL pid 5323(tid 0x7f5616196740):
remap_free_pages: page moved, 0x1000000000 ==> (nil)

make: *** [Makefile:9: sdl2] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants