-
-
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
full source build (USE_BINARYBUILDER=0
) fails on openSUSE
#46530
Comments
Don't have a daily build with |
Yes. If you go to one of the jobs and click on the "Source" group, you can see the builder and the testers. |
This error seems to depend on the linux distribution and will probably not trigger if this is done in a debian (used for JuliaCI?) or alpine (binarybuilder) based rootfs. I think this is the code where the |
Setting it back to |
Just an FYI, the full source build works on ubuntu, as mentioned above. |
Hit by the same problem here in nixpkgs. |
This is on openSUSE Leap 15.3 with the current git master.
After #46061 a full source build without binarybuilder dependencies fails on openSUSE because
libgit2.so
andlibssh2.so
are installed into$JULIA_HOME/usr/lib64
instead of$JULIA_HOME/usr/lib
, maybe because openSUSE changed the cmake default libdir tolib64
.With the files like this
curl
then fails to configure, fromdeps/scratch/curl-7.84.0/config.log
:Reverting b9b60fc fixes the build, cc @maleadt.
Configuration:
The text was updated successfully, but these errors were encountered: