-
Notifications
You must be signed in to change notification settings - Fork 64
{2025.06} foss/2025a #1159
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
base: main
Are you sure you want to change the base?
{2025.06} foss/2025a #1159
Conversation
bot: build repo:eessi.io-2025.06-software instance:eessi-bot-mc-aws arch:x86_64/intel/sapphirerapids |
New job on instance
|
New job on instance
|
For both |
Same problem in both builds: some tests that are being run (during the
|
If I bypass the problem with Python (which is a build dependency for BLIS), I also see trouble when building BLIS on A64FX:
|
We need to add a hook to enable --enable-ipv6 for OpenMPI (or make a PR upstream and use that) |
More details on the failing
It's basically the same issue over and over again:
I found an ancient bug that mentions that combining https://python-forum.io/thread-21472.html mentions that this could happen when a non-clean build directory is used, which shouldn't be the case here (unless there's a bug in the way the After a bit of digging, it seems like the problem occurs because When I run I'm not sure why this problem only pops up when building Python on top of EESSI.
That's also the case for EESSI 2023.06 though:
|
However, using this in the prebuildopts = "unset LIBS && " Indeed, also when trying via the interactive debug shell, just the act of removing |
One more data point: the problem doesn't occur when I'm using That suggests it may be a bug of some kind in the EasyBuild RPATH wrappers? |
@boegel I wonder if there is a chance this might be fixed with rpath wrapper updates that will come with EB 5.1.2? |
I did a quick test using current I'll try to dig a bit more in the coming days, I'll also open a dedicated issue on this since there's probably some kind of lesson to learn from this one... |
Will need merge conflict fix after merging of: