issue with portable python pypy in alpine linux 3.20.3
Hey, We are getting the following error when trying to run pypy from alpine linux container: "Error relocating /mnt/python3.10-devops-test/bin//libpypy3.10-c.so: posix_fallocate64: symbol not found" The issue doesn't happen in alpine linux 3.17. Do you have a solution for that? Thanks, Avishay
Other projects have ran into this before, see e.g. https://github.com/sparklemotion/sqlite3-ruby/issues/434 https://github.com/rust-lang/rust/issues/111285 On Wed, Oct 9, 2024 at 1:28 AM Ophir, Avishay via pypy-dev < pypy-dev@python.org> wrote:
Hey,
We are getting the following error when trying to run pypy from alpine linux container:
“Error relocating /mnt/python3.10-devops-test/bin//libpypy3.10-c.so: posix_fallocate64: symbol not found”
The issue doesn’t happen in alpine linux 3.17.
Do you have a solution for that?
Thanks,
Avishay _______________________________________________ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-leave@python.org https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: dimaqq@gmail.com
Hi, What PyPy version is this? Where are you getting the PyPy binary from? The official binaries we release are glibc-based, but alpine uses musl, so I guess it's some kind of alpine package? Cheers, CF On 2024-10-08 17:08, Ophir, Avishay via pypy-dev wrote:
Hey,
We are getting the following error when trying to run pypy from alpine linux container:
“Error relocating /mnt/python3.10-devops-test/bin//libpypy3.10-c.so: posix_fallocate64: symbol not found”
The issue doesn’t happen in alpine linux 3.17.
Do you have a solution for that?
Thanks,
Avishay
_______________________________________________ pypy-dev mailing list -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-leave@python.org https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: cfbolz@gmx.de
participants (3)
-
CF Bolz-Tereick -
Dima Tisnek -
Ophir, Avishay