#1652 vtktest complains about missing python modules
Metadata
Property | Value |
---|---|
Reported by | Markus Blatt (markus@dr-blatt.de) |
Reported at | May 14, 2015 07:43 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Description
Since about yesterday I have weird python errors during make test
. Do we now need to install weird python stuff just to successfully run tests? I get this on master and release:
g++ -std=c++0x -DHAVE_CONFIG_H -I. -I../../../../.. -pthread -I/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-common -I/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-common -I/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-geometry -I/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-geometry -I../../../../.. -DDUNE_GRID_EXAMPLE_GRIDS_PATH="../../../../../doc/grids/" -g -O2 -MT nonconformboundaryvtktest.o -MD -MP -MF .deps/nonconformboundaryvtktest.Tpo -c -o nonconformboundaryvtktest.o nonconformboundaryvtktest.cc
mv -f .deps/nonconformboundaryvtktest.Tpo .deps/nonconformboundaryvtktest.Po
/bin/bash ../../../../../libtool --tag=CXX --mode=link g++ -std=c++0x -g -O2 -pthread -o nonconformboundaryvtktest nonconformboundaryvtktest.o ../../../../../dune/grid/libgrid.la /home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-geometry/lib/libdunegeometry.la /home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-common/lib/libdunecommon.la -lm
libtool: link: g++ -std=c++0x -g -O2 -pthread -o nonconformboundaryvtktest nonconformboundaryvtktest.o ../../../../../dune/grid/.libs/libgrid.a -L/usr/lib/openmpi/lib /usr/lib/openmpi/lib/libmpi.so /usr/lib/openmpi/lib/libopen-rte.so /usr/lib/openmpi/lib/libopen-pal.so -lnsl -lutil -ldl /home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-geometry/lib/.libs/libdunegeometry.a /home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-common/lib/.libs/libdunecommon.a -llapack -lcblas -lf77blas -latlas -lgfortranbegin -lgfortran -lm -pthread -Wl,-rpath -Wl,/usr/lib/openmpi/lib -Wl,-rpath -Wl,/usr/lib/openmpi/lib
make[6]: Leaving directory `/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-grid/dune/grid/io/file/test'
make check-TESTS
make[6]: Entering directory `/home/mblatt/buildbot-slave1/DUNE-1/git/master/dune-grid/dune/grid/io/file/test'
vtktest: MPI_Comm_size == 1
vtkCheck dim=1
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named vtk
warning: python or python vtk module not available
skip: vtktest-1D-conforming-ascii.vtp
warning: python or python vtk module not available
skip: vtktest-1D-conforming-base64.vtp
warning: python or python vtk module not available
skip: vtktest-1D-conforming-appendedraw.vtp
warning: python or python vtk module not available
skip: vtktest-1D-conforming-appendedbase64.vtp
warning: python or python vtk module not available
skip: vtktest-1D-nonconforming-ascii.vtp
warning: python or python vtk module not available
skip: vtktest-1D-nonconforming-base64.vtp
warning: python or python vtk module not available
skip: vtktest-1D-nonconforming-appendedraw.vtp
warning: python or python vtk module not available
skip: vtktest-1D-nonconforming-appendedbase64.vtp
warning: python or python vtk module not available
skip: vtktest-1D-conforming-ascii.vtp
warning: python or python vtk module not available
skip: vtktest-1D-conforming-base64.vtp