Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263930 - sci-libs/vtk-5.2.0-r1 does not emerge with USE flag mpi if sys-cluster/mpich2-1.0.8 is used due to configure time error "MPI library not found"
Summary: sci-libs/vtk-5.2.0-r1 does not emerge with USE flag mpi if sys-cluster/mpich2...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 01:21 UTC by Some stupid real name
Modified: 2009-07-19 11:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
vtk-5.2.0-r1/temp/build.log (build.log,10.26 KB, text/plain)
2009-03-29 02:29 UTC, Some stupid real name
Details
emerge --info (emerge.info,3.51 KB, text/plain)
2009-03-29 02:34 UTC, Some stupid real name
Details
CMake error log (CMakeError.log,20.21 KB, text/plain)
2009-03-29 21:13 UTC, Some stupid real name
Details
CMake output log (CMakeOutput.log,114.53 KB, text/plain)
2009-03-29 21:13 UTC, Some stupid real name
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Some stupid real name 2009-03-27 01:21:21 UTC
When vtk-5.2.0-r1 is emerged with USE="mpi", it complains that MPI library is not present, even though mpich2-1.0.8 is installed.

Reproducible: Always

Steps to Reproduce:
1. Emerge mpich2
2. set USE="mpi"
3. emerge vtk

Actual Results:  
Configure bails out complaining that MPI library could not be found.

Expected Results:  
Clean compilation.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-28 14:22:58 UTC
Please post your "emerge --info" and attach the config.log file of the failed emerge to this bug.
Comment 2 Some stupid real name 2009-03-29 02:29:33 UTC
Created attachment 186613 [details]
vtk-5.2.0-r1/temp/build.log
Comment 3 Some stupid real name 2009-03-29 02:34:05 UTC
Created attachment 186614 [details]
emerge --info
Comment 4 Some stupid real name 2009-03-29 21:13:13 UTC
Created attachment 186675 [details]
CMake error log
Comment 5 Some stupid real name 2009-03-29 21:13:34 UTC
Created attachment 186676 [details]
CMake output log
Comment 6 Markus Dittrich (RETIRED) gentoo-dev 2009-07-18 03:40:01 UTC
The most recent vtk in portage (5.4.2) should compile
fine against openmpi. If you continue to have problems
please re-open and post your particular mpi implementation.

Thanks,
Markus
Comment 7 Some stupid real name 2009-07-19 11:15:44 UTC
(In reply to comment #6)

I switched to OpenMPI from MPICH2, everything works fine now.