Bug#783797: paraview-dev: can't build plugins, cmake file broken
Julien Cristau
julien.cristau at logilab.fr
Thu Apr 30 08:15:38 UTC 2015
Package: paraview-dev
Version: 4.1.0+dfsg+1-1
Severity: grave
PARAVIEW_USE_FILE is broken, references programs that don't exist:
$ cd $(mktemp -d)
$ cat > CMakeLists.txt
PROJECT(test)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
FIND_PACKAGE(ParaView REQUIRED)
INCLUDE(${PARAVIEW_USE_FILE})
$ cmake .
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/lib/cmake/paraview/ParaViewTargets.cmake:3271 (message):
The imported target "vtkParseOGLExt" references the file
"/usr/bin/vtkParseOGLExt"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/cmake/paraview/ParaViewTargets.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib/cmake/paraview/ParaViewConfig.cmake:36 (include)
CMakeLists.txt:3 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/tmp/tmp.3sj8jzy6s1/CMakeFiles/CMakeOutput.log".
-- System Information:
Debian Release: 8.0
APT prefers stable-updates
APT policy: (990, 'stable-updates'), (990, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages paraview-dev depends on:
ii libc6 2.19-18
ii libeigen3-dev 3.2.2-3
ii paraview 4.1.0+dfsg+1-1
ii qt4-dev-tools 4:4.8.6+git64-g5dc8b2b+dfsg-3
Versions of packages paraview-dev recommends:
ii qt4-dev-tools 4:4.8.6+git64-g5dc8b2b+dfsg-3
paraview-dev suggests no packages.
-- no debconf information
--
Julien Cristau <julien.cristau at logilab.fr>
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
More information about the debian-science-maintainers
mailing list