Re: git: 83570b990aa0 - main - net/openmpi: upgrade to v5.0.2
- In reply to: Thierry Thomas : "Re: git: 83570b990aa0 - main - net/openmpi: upgrade to v5.0.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 19:04:02 UTC
On 2/24/24 03:53, Thierry Thomas wrote: > Le ven. 23 févr. 24 à 22:57:25 +0100, Stephen Montgomery-Smith <montgomerysmithstephen@gmail.com> > écrivait : > >>> net/openmpi: upgrade to v5.0.2 >> >> I'm getting errors when I do a make check-plist - it seems that anything to >> do with pmix is not installed. >> >> Here is the complete build. Do you have any ideas? >> >> https://stephenmontgomerysmith.github.io/openmpi-build-log.txt > > It seems that an OpenMPI is already installed on your machine, and it > causes a mish-mash. Could you please try > > pkg which /usr/local/libdata/pkgconfig/pmix.pc > > and retry after deinstalling the corresponding package? > > If it solves the problem, it means that either we have to fix configure > to ignore that, or to forbid the build when it is already installed. This is exactly what is happening. Thank you.