Closed jdadavid closed 3 years ago
@staticfloat can we downgrade the OSU VMs?
I thought the PlatformSupportLibraries dep should be providing that file for you. Is it missing from the download and/or do you have any LD* environment variables set?
CompilerSupportLibraries_jll.jl
has all but the C library
Yeah, we don't provide ld.so
itself. I mean, we could, but without some extra heroics, it would only work for the first executable in the chain, since anything else we try to execve
will naturally look up /lib64/ld64.so
.
We're currently using Debian 9 as the base image for our ppc64le bots. I'm trying to replace them with CentOS 7, which will give a glibc version of 2.17. Here's a candidate build with such an environment; can someone in this thread try it out and see if it works for you: https://s3.amazonaws.com/julialangnightlies/pretesting/linux/ppc64le/1.6/julia-b84990e1ac-linuxppc64.tar.gz
I can confirm it works. Thank you @staticfloat !
This should be fixed with rc1
please re-open if it is an issue again.
I have downladed the ppc64le version of julia-1.6.0-beta1, it does not work on m system
because on the system (Redhat 7.6) the glibc is 2.17, whence I infer that 2.22 was expected
(cross posted from
https://discourse.julialang.org/t/julia-v1-6-0-beta1-is-now-available/53065/27
)I am not sure it warrants the qualification of issue, (I can manage by recompilation of source), but nevertheless I post it here since asked on Discourse