-
-
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
build fails on Mac OS X #17460
Comments
Try |
I tried that, and I still get the same error. |
Same problem here. Probably #17391, which is something I wanted to test. |
can you do
|
looks like there are some bugs in the makefiles or bad cmake settings, ref https://build.julialang.org/builders/package_tarball64/builds/648/steps/make%20binary-dist/logs/stdio - the prefix probably needs to be an absolute path will take a look and see if it fixes this too |
|
Why is this not detected by Travis? |
Works fine for me locally, so I assume there's some configuration difference that explains this. |
It look like RPATH is not added to libssh2 dependency in |
The reason it works for me locally is because I have a global installation of libssh2 from a different source. I can now reproduce. |
we should be isolating the cmake invocation so it doesn't pick up a system copy of libssh2 by default |
It's not the CMake invocation, it's the dynamic linker. |
|
After
make cleanall
. My last successful build was at 1fd440e.The text was updated successfully, but these errors were encountered: