-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
PCRE initialization error on alpine #31903
Comments
I downloaded the BinaryBuilder PCRE2 v10.31 in an Alpine 3.8 Docker container, and using an old Julia build I had laying around (v1.2.0-DEV.448 from the beginning of March) I was able to |
I did an identical (or as much so as I could) build in an Ubuntu Docker container to compare @staticfloat, do you have any sagely debugging tips for us? |
Output of strace: https://gist.github.com/fredrikekre/7594317199e8139936e11408af8f2f8a |
That isn't the right directory. You said |
I unpacked into |
My best guess here is that the |
I get the following error on alpine:
which happens after packing a tarball with
make binary-dist
and then unpacking. Julia runs perfectly fine in the build directory.Dockerfile:
The text was updated successfully, but these errors were encountered: