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

prepare.sh and build.py errors on clean install (WSL) #153

Open
ronchonbon opened this issue Feb 16, 2025 · 0 comments
Open

prepare.sh and build.py errors on clean install (WSL) #153

ronchonbon opened this issue Feb 16, 2025 · 0 comments

Comments

@ronchonbon
Copy link

ronchonbon commented Feb 16, 2025

Recently did a clean Ubuntu install with WSL and have ran into a few issues trying to build Ren'Py. The first two have simple fixes, the third I can't figure out.

./prepare.sh gives multiple instances of the error

/usr/bin/ld: cannot find -lassimp: No such file or directory collect2: error: ld returned 1 exit status

which is solved by

sudo apt-get install libassimp-dev

./build.py --platform mac (eventually) gives the error

FileNotFoundError: [Errno 2] No such file or directory: 'llvm-lipo-15'

which I got around with

sudo apt-get install clang-15

but there's probably a better solution?

./build.py --platform linux --arch aarch64 gives the following error in install_linux():

W: Failure trying to run: chroot "/home/rb/renpy-build/tmp/sysroot.linux-aarch64" /bin/true

and debootstrap.log says

chroot: failed to run command '/bin/true': Exec format error

Haven't figured out a solution for this one yet.

Hope this helps!

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

1 participant