| Summary: | dev-libs/boost-1.51.0-r1 Fails looking for mpi libs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Woods <chris+gentoo-bugzilla> |
| Component: | [OLD] Development | Assignee: | C++ Team [disbanded] <cpp+disabled> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | arfrever.fta, flameeyes |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log for dev-libs/boost-1.51.0-r1
build.log for dev-libs/boost-1.52.0-r2 |
||
|
Description
Chris Woods
2012-11-10 04:17:21 UTC
Can you please try with 1.52.0-r1? Thanks. Tried again with 1.52.0-r2, still failing. It looks like the build might have completed successfully but some post-build cleanup failed. Attaching latest build.log for review. Created attachment 329258 [details]
build.log for dev-libs/boost-1.52.0-r2
On it (In reply to comment #3) > MPI auto-detection failed: unknown wrapper compiler mpic++ > Please report this error to the Boost mailing list: http://www.boost.org > You will need to manually configure MPI support. Do you use sys-cluster/openmpi or sys-cluster/mpich2? (In reply to comment #5) > (In reply to comment #3) > > MPI auto-detection failed: unknown wrapper compiler mpic++ > > Please report this error to the Boost mailing list: http://www.boost.org > > You will need to manually configure MPI support. > > Do you use sys-cluster/openmpi or sys-cluster/mpich2? sys-cluster/openmpi-1.6.2 USE="cxx fortran ipv6 threads -heterogeneous -mpi-threads -romio -vt" OPENMPI_FABRICS="-dapl -knem -ofed -open-mx -psm -sctp" OPENMPI_OFED_FEATURES="-connectx-xrc -control-hdr-padding -dynamic-sl -failover -rdmacm" OPENMPI_RM="-pbs -slurm" Unsurprisingly, removing 'mpi' from my global USE flags gets by this issue. I don't honestly even recall why I had it to begin with. Show output of: mpic++ -showme:compile mpic++ -showme:link mpic++ -show mpic++ -showme (In reply to comment #7) > Show output of: > mpic++ -showme:compile > mpic++ -showme:link > mpic++ -show > mpic++ -showme # mpic++ -showme:compile -pthread # mpic++ -showme:link -pthread -L/usr/lib64 -lmpi_cxx -lmpi -ldl -lhwloc -Wl,--export-dynamic -lrt -lnsl -lutil -lm -lhwloc -ldl # mpic++ -show x86_64-pc-linux-gnu-g++ -pthread -L/usr/lib64 -lmpi_cxx -lmpi -ldl -lhwloc -Wl,--export-dynamic -lrt -lnsl -lutil -lm -lhwloc -ldl # mpic++ -showme x86_64-pc-linux-gnu-g++ -pthread -L/usr/lib64 -lmpi_cxx -lmpi -ldl -lhwloc -Wl,--export-dynamic -lrt -lnsl -lutil -lm -lhwloc -ldl Not reproduceable with current stable version of Boost. Please reopen if it's still an issue |