-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't build and other questions. #41
Comments
Hi,
Umm... I confirmed
I use |
I moved unused script to misc directory in https://github.com/akawashiro/sloader/pull/42/files. |
|
It did build with the Dockerfile actually but not on my local Debian... trying to find out why. |
Should I re-run the generate script on my machine? |
I'm sorry for being late. I'm debugging on this branch using debian 12.2 image. #43 |
The error is reproduced https://gist.github.com/akawashiro/c7ad091abe2fef5cdc1d35c60b4dada8. |
No, I think the cause of this error is the difference of libc of ubuntu and debian. |
Sorry, I cannot fix this problem soon. Just tweaking libc_mapping.cc doesn't fix this. I'm approaching this problem from completely different way which uses custom built glibc. |
I confirmed this is due to the difference of glibc (glibc-2.36 and glibc-2.35). |
Hello!
I am trying to build the repository but facing an issue with the libc_mapping.c file
I can't seem to find these functions located anywhere which makes sense.
I audited the Dockerfile which is included and run the same commands but I get the same failure.
apt-get install -y ninja-build cmake gcc g++ git python3 python3-distutils python3-dev python3-pip nasm clang-format libcap-dev tmux zsh neovim
on my machine..Thank you!
The text was updated successfully, but these errors were encountered: