Conversation
| Ping @darrylabbate (I think you're not in maintainers so I can't explicitly request a review from you). |
| @ax3l, @vicentebolea, @williamfgc, @soumagne the adios2 and mercury builds failed with libfabric-related linker errors which I assume really comes from this new version:
In the latest commit I tried to add generic conflicts with the latest libfabric version (still waiting for CI to see if that's sufficient (edit: the conflicts seem to have helped in the sense that nothing is rebuilt now)) but perhaps you want to have a look if more specific constraints are required? |
| hmm that's odd. I think what this indicates is that somehow an older libfabric version is picked up at link time, ie. it is correctly compiling against libfabric 2.5.0 but then maybe another library is pulling an older libfabric ? this is usually what would cause the errors of the type |
| I've added a conflict for this issue with the cxi provider: ofiwg/libfabric#12036.
Yeah, it is strange indeed. I unfortunately don't have any insight into the runners if there might actually be another libfabric installed somewhere on that runner/in that environment. Would you be ok with keeping the conflict for now or would that block you in reasonable use cases? @alalazo or @haampie would you have more information on the runner tha failed (or know who else to ask)? |
Yeah I don't think you should add that conflict and we'll need to remove it anyway but that's a good experiment. |
Also adds a conflict with cxi because of ofiwg/libfabric#12036.