-
Notifications
You must be signed in to change notification settings - Fork 50
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
SystemError opening cert.pem with PackageCompiler-generated binary #218
Comments
SystemError
opening cert.pem under PackageCompilerSystemError
opening cert.pem with PackageCompiler-generated binary
SystemError
opening cert.pem with PackageCompiler-generated binary
What is this file used for in Base? I guess it could be bundled in PackageCompiler but it will always be a bit problematic to non-declaratively depend on "random" files that Julia ships with. From PackageCompiler's p.o.v, best would be to either ship it as an Artifact, or just read the content of it into the source during precompile time. |
I still have this error. I'm on macOS.
How can I fix this? Thanks in advance. |
In this line:
f459031#diff-3f2c05e28eda33cb95585f4259519af5R758
the absolute path to
cert.pem
is recorded.When compiling under
PackageCompiler
, that points to<MyPackageCompiled>/share/julia/cert.pem
, which doesn't exist.(I got around it for now by copying the
cert.pem
file to the expected location...)Cc: @JackDunnNZ @KristofferC
The text was updated successfully, but these errors were encountered: