[Pkg-scicomp-devel] paraview update

Ondrej Certik ondrej at certik.cz
Sat Feb 9 12:10:05 UTC 2008


On Feb 9, 2008 12:07 PM, Christophe Prud'homme <prudhomm at debian.org> wrote:
>
>
> >
> >
> > Excellent. I am getting the same error and I found where the problem is:
> >
> > obj-x86_64-linux-gnu/VTK/Parallel/CMakeFiles/vtkParallel.dir/flags.make
> >
> > doesn't contain the "-I/usr/include/mpi", even though it is in
> > CMakeCache.txt. Adding this line manually to flags.make make this run.
>
> flags.make is somehow not properly generated.
> when I tweaked a tad the cache file (verbose on) and restarted debuild
> binary
> it went through correctly. I guess that it regenerated flags.make

The current svn now fails when trying to link with some missing
symbols in some lib. I tried to build without MPI, by trying this
patch:


$ svn di
Index: debian/rules
===================================================================
--- debian/rules	(revision 2104)
+++ debian/rules	(working copy)
@@ -18,8 +18,7 @@

 DEB_CMAKE_EXTRA_FLAGS=                   \
         -DVTK_USE_FFMPEG_ENCODER=ON      \
-        -DPARAVIEW_USE_MPI=ON            \
-        -DPARAVIEW_USE_MPI=ON            \
+        -DPARAVIEW_USE_MPI=OFF            \
         -DPARAVIEW_ENABLE_PYTHON=ON      \
         -DCMAKE_VERBOSE_MAKEFILE=OFF     \
         -DCMAKE_C_FLAGS="-O2"            \


This goes through nice, but fails at the very end of the build process:


dpkg-shlibdeps: warning: couldn't find library libvtkClientServer.so
needed by debian/paraview/usr/lib/paraview-3.2/libvtkCommonCS.so (its
RPATH is '').
Note: libraries are not searched in other binary packages that do not
have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set
LD_LIBRARY_PATH.
dpkg-shlibdeps: failure: couldn't find library libvtkCommon.so.pv3.2
needed by debian/paraview/usr/lib/paraview-3.2/libvtkCommonCS.so (its
RPATH is '').
Note: libraries are not searched in other binary packages that do not
have any shlibs or symbols file.
To help dpkg-shlibdeps find private libraries, you might need to set
LD_LIBRARY_PATH.
dh_shlibdeps: command returned error code 512

Ondrej



More information about the Pkg-scicomp-devel mailing list