[Paraview] Paraview 3 problem(s) on Gentoo x86_64

Clinton Stimpson clinton at elemtech.com
Thu Aug 16 10:00:29 EDT 2007


How about this?

MPI_LIBRARY:FILEPATH=/usr/lib64/liblammpi++.so;/usr/lib64/libmpi.so;/usr/lib64/liblam.so

MPI_EXTRA_LIBRARY:FILEPATH=

To get the link order correct.
libpqComponents.so couldn't be found because rpaths were stripped out 
during install.
You can turn rpaths off when building, and then when installed, it 
should work.

Clint

Jason Hoogland wrote:
> Seems I have one or more problems relating to mpi and pqWidgets (what does
> the "pq" stand for - paraview QT?) after compile/install.  OpenFOAM have
> gone to openmpi, am I best ditching lam-mpi also?  Tried with RPATH
> ON/OFF, same outcome.  Ideas welcome...
>
> Jason
>
> System:
> Linux onceler 2.6.20-gentoo-r8 #3 SMP Tue Jul 31 11:20:43 UTC 2007 x86_64
> Intel(R) Xeon(TM) CPU 3.40GHz GenuineIntel GNU/Linux
>
> CMakeCahce.txt:
> http://rafb.net/p/OdItSF63.html
>
> Won't startup in build tree or installed:
> hoogland at onceler ~/tmp/Paraview-bin $ which paraview
> /usr/local/bin/paraview
> hoogland at onceler ~/tmp/Paraview-bin $ paraview
> paraview: error while loading shared libraries: libpqComponents.so: cannot
> open shared object file: No such file or directory
> hoogland at onceler ~/tmp/Paraview-bin $ ./bin/paraview
> ./bin/paraview: symbol lookup error: /usr/lib64/liblammpi++.so.0:
> undefined symbol: lam_mpi_ub
>
> Make test:
> onceler /home/hoogland/tmp/Paraview-bin # make test
> ...
> 94% tests passed, 7 tests failed out of 110
>
> The following tests FAILED:
>          76 - MPIController (Failed)
>          77 - GenericCommunicator-image (Failed)
>          78 - TestCommunicator (Failed)
>         100 - pqWidgetsFlatTreeView (Failed)
>         101 - pqWidgetsAnimation (Failed)
>         105 - pqChartHistogramInteraction (Failed)
>         109 - pqClientOpenHelp-Python (Failed)
> Errors while running CTest
> make: *** [test] Error 8
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>   



More information about the ParaView mailing list