-
Notifications
You must be signed in to change notification settings - Fork 13
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
build fails #76
Comments
@konichuvak, I will assume the
I do not have a Mojave or Catalina machine with me to test. So can only suggest a few approaches so that you can work with them and get over the issue if possible. I possibly cannot fix this issue and test it. One other option could be to install, OpenSSL version "1.1.0" or higher on the system and see if everything works after that. While |
@sambitdash thank you for a quick reply!
OpenSLL seems up-to-date
As per travis logs, it seems like the build is being performed with 1.0.5. I went ahead and installed julia 1.0.5, but received another error:
I will try to install on ubuntu machine and post an update. |
Expected as the
It seems like there is OpenSSL but it's not getting loaded. Try to write a small script using https://docs.julialang.org/en/v1/stdlib/Libdl/#Libdl.dlopen to check if the library can be loaded. Ideally on Mac OS, SSL need not be built from souce: Line 26 in 838b866
should successfully provide a library to be used. |
https://forums.developer.apple.com/thread/119429 talks about system OpenSSL load failure in Catalina Beta 3. Not sure if the issue persists in the release. There is also workaround suggested. |
@konichuvak Please test with Julia 1.3 and the latest build of PDFIO (#75 or later not 0.1.8 or the trunk latest). Seems the combination is working with Darwin 19.0.0. https://travis-ci.org/sambitdash/PDFIO.jl/jobs/617830803 My presumption is Julia 1.3.0 will be needed for Mojave or Catalina. |
@sambitdash Confirming successful install on julia1.3 when pulling from master!
|
Closing the issue. |
Following the procedure for building the package on MacOS: 10.15 I get a following error:
and this is what happens when I am trying to build the package:
Does this error look familiar to anyone?
The text was updated successfully, but these errors were encountered: