Skip to content
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

can't build 1.21.0 with PSM3 on Rocky 8 #10189

Closed
dgouju opened this issue Jul 17, 2024 · 1 comment
Closed

can't build 1.21.0 with PSM3 on Rocky 8 #10189

dgouju opened this issue Jul 17, 2024 · 1 comment
Labels

Comments

@dgouju
Copy link

dgouju commented Jul 17, 2024

Describe the bug
When trying to build libfabric-1.21.0 on Rocky Linux 8, ./configure --enable-psm3 fails with:

checking hwloc.h usability... yes
checking hwloc.h presence... yes
checking for hwloc.h... yes
configure: looking for library without search path
checking for hwloc_topology_init in -lhwloc... yes
configure: psm3 provider: disabled
configure: WARNING: psm3 provider was requested, but cannot be compiled
configure: error: Cannot continue

Previous checks return yes, which is weird?

To Reproduce
Install required dependancies: hwloc, numactl, ... (Maybe some are missing?)
Download libfabric-1.21.0.tar.bz2 from github release page
Run ./configure --enable-psm3

Please note that ./configure works fine, but doesn't build psm3.

Expected behavior
Proper configure and build.

Output
Attaching config.log

Environment:
Rocky 8

@dgouju dgouju added the bug label Jul 17, 2024
@dgouju dgouju changed the title can't build with PSM3 on Rocky 8 can't build 1.21.0 with PSM3 on Rocky 8 Jul 17, 2024
@dgouju
Copy link
Author

dgouju commented Jul 17, 2024

Was missing libuuid-devel

@dgouju dgouju closed this as completed Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant