-
Notifications
You must be signed in to change notification settings - Fork 720
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
fastparquet-2024.11.0-gfbf-2023a.eb fails with "C compiler cannot create executables" #22383
Comments
either
Static linking everything with I'm fine with patching it out for this particular thing, but it's indirectly done via rust, so i calling configure-make during one of it's packages, so I doubt it's easy. |
It seems the problem is in cramjam? Gonna debug this as soon as Ugent clusters will be up again |
When I install
|
Is it the internal configure step that checks for "working compiler" that attempts to statically link. Whether it actually tries to build the final project statically i dont know. |
This worked for us because we have
|
Dear all
whilst trying to build
fastparquet-2024.11.0-gfbf-2023a.eb
on RHEL-8.8 and Rocky-8.9, with the Rocky build inside a container, the build fails with the following error message in the EasyBuild log fileChecking
config.log
reveals:I think that is exactly the same error which has been noted in PR #21869
As @Micket commented the problem is the
-static
.What would be the way forward here? I would be in favour of patching that out, if that is working, unless there is a good reason not to do so.
The text was updated successfully, but these errors were encountered: