-
Notifications
You must be signed in to change notification settings - Fork 704
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
installation of GCCcore/6.4.0 fails on CentOS 8.2 #10950
Comments
We have encountered this recently on our new CentOS 8.2 cluster. We are currently setting up a test EasyBuild environment and were attempting to build Gaussian 16 with PGI 16.7 this depends on GCC 5,4.0 which fails. I presume this would also be an issue for earlier Intel toolchains which depend on these older GCC versions. |
@oxford-arc Indeed, using toolchains based on older GCC versions on CentOS 8 is bound to lead to problems... Based on our testing on CentOS 8 so far:
|
That agrees with what we've been seeing too |
I ran into the same problem when installing I also had to apply the patch https://reviews.llvm.org/rG383fe5c8668f63ef21c646b43f48da9fa41aa100 Afterwards I was able to install both |
We have had many issues like this, and it's always the case that binutils must never be older than the OS binutils. Old toolchains should just no longer be used, and if someone insists, they have to tweak the binutils used, to ensure the EB ones are newer then the OS, or filter them out. Don't think there is anything to saw or do in with this issue (even more so given that the centos is dead and GCCcore/6.4.0 is well deprecated)) |
I'm mostly opening this for reference, not sure if we want to go through the trouble of fixing it...
Likely culprit is the recent system GCC in CentOS 8.2:
The text was updated successfully, but these errors were encountered: