[Bug 291070] net/prrte - configure: error: Could not find PMIx devel headers.

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 Nov 2025 08:43:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291070

--- Comment #4 from Laurent Chardon <laurent.chardon@gmail.com> ---
It's odd. Here is the relevant log section of make configure on 13.5 amd64 when
I do it:

============================================================================
== Configure PMIx
============================================================================
checking for pmix pkg-config name... /usr/local/lib/pkgconfig/pmix.pc
checking if pmix pkg-config module exists... no
checking for pmix wrapper compiler... /usr/local/bin/pmixcc
checking if pmix wrapper compiler works... yes
checking for pmix wrapper compiler cppflags... -I/usr/local/include
-I/usr/local/include/pmix -I/usr/local/include
checking for pmix wrapper compiler ldflags... -L/usr/local/lib
checking for pmix wrapper compiler static ldflags... -L/usr/local/lib
checking for pmix wrapper compiler libs... -lpmix
checking for pmix wrapper compiler static libs... -lpmix
checking pmix.h usability... yes
checking pmix.h presence... yes
checking for pmix.h... yes
checking for PMIx_Init... yes
checking version at or above v4.2.4... yes
checking version below v6.0.0... yes
checking src/util/pmix_argv.h usability... yes
checking src/util/pmix_argv.h presence... yes
checking for src/util/pmix_argv.h... yes
checking for LTO compatibility... not found
no
configure: WARNING: This build will not be compatible with the
configure: WARNING: LTO optimizer. All LTO-related flags will
configure: WARNING: be removed from the build

Yet your configure doesn't seem to find either pmixcc or pmix_argv.h

Can you show me the result of

ls /usr/local/bin/pmixcc /usr/local/include/pmix/src/util/pmix_argv.h

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.