-
Notifications
You must be signed in to change notification settings - Fork 45
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
nproc: error while loading shared libraries: /tools/lib/libc.so.6: file too short #37
Comments
I'm not sure why, never test it on WSL or docker. Can you try on linux natively, or build in virtual machine? And try to avoid 'deb' based distros. |
Hellom I confirm the same on native Manjaro Linux (= Arch with extras) Regards
$ uname -a |
Looking back in the script 01 output: /run/media/user/Archives/archives/System/Distro/LFS/lfs-scripts-git/toolchain/99-cleaning: line 3: 674776 Bus error (core dumped) strip --strip-debug /tools/lib/* There are earlier errors than 'file too short', such as:
Full log attached |
So Im trying out this script on an ubuntu vm (wsl2), and I get this error message
nproc: error while loading shared libraries: /tools/lib/libc.so.6: file too short
when building pkgutils. I also tried running this script on an arch linux docker container and got the same error. Any idea what might be going on?The text was updated successfully, but these errors were encountered: