[Pkg-scicomp-devel] Bug#528640: paraview: doesn't build from deb package

Gerber van der Graaf gerber.vdgraaf at gmail.com
Thu May 14 10:35:55 UTC 2009


Package: paraview
Version: 3.4.0-3
Severity: normal

After invoking "apt-get source paraview" and "apt-get build-dep paraview" 
the building of the package fails by invoking "debuild -us -uc". The output is
as follows:
========= Start of output when building
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package paraview
dpkg-buildpackage: source version 3.4.0-3
dpkg-buildpackage: source changed by Christophe Prud'homme <prudhomm at debian.org>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
test -x debian/rules
rmdir obj-i486-linux-gnu
rmdir: failed to remove `obj-i486-linux-gnu': Directory not empty
make: [cleanbuilddir] Error 1 (ignored)
rm -rf obj-i486-linux-gnu
/usr/bin/make -C obj-i486-linux-gnu -k clean
make: *** obj-i486-linux-gnu: No such file or directory.  Stop.
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
dh_clean 
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
if [ -d "." ]; then \
          cd . && QUILT_PATCHES=/home/gerber/src/PARAVIEW/paraview-3.4.0/debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \
        fi
Removing patch use-ffmpeg-swscaler.patch
Restoring VTK/IO/vtkFFMPEGWriter.cxx
Restoring VTK/IO/CMakeLists.txt
Restoring VTK/CMake/FindFFMPEG.cmake

Removing patch search-client-doc-finder-in-fhs-dir.patch
Restoring Applications/Client/MainWindow.cxx

Removing patch assistant-qt4.patch
Restoring Applications/Client/MainWindow.cxx

Removing patch vtkFFMPEGWriter.patch
Restoring VTK/IO/vtkFFMPEGWriter.cxx

No patches applied
rm -rf ./.pc
rm -f debian/stamp-patch*
 dpkg-source -b paraview-3.4.0
dpkg-source: info: using source format `1.0'
dpkg-source: info: building paraview using existing paraview_3.4.0.orig.tar.gz
dpkg-source: info: building paraview in paraview_3.4.0-3.diff.gz
dpkg-source: info: building paraview in paraview_3.4.0-3.dsc
 debian/rules build
test -x debian/rules
mkdir -p "obj-i486-linux-gnu"
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
cd . && QUILT_PATCHES=/home/gerber/src/PARAVIEW/paraview-3.4.0/debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch vtkFFMPEGWriter.patch
patching file Applications/Client/MainWindow.cxx

Applying patch search-client-doc-finder-in-fhs-dir.patch
patching file Applications/Client/MainWindow.cxx

Applying patch use-ffmpeg-swscaler.patch
patching file VTK/IO/vtkFFMPEGWriter.cxx
Hunk #2 succeeded at 241 (offset -4 lines).
Hunk #3 succeeded at 257 (offset -4 lines).
patching file VTK/CMake/FindFFMPEG.cmake
patching file VTK/IO/CMakeLists.txt
Hunk #1 succeeded at 242 (offset 9 lines).

Now at patch use-ffmpeg-swscaler.patch
touch debian/stamp-patched
/usr/bin/make -f debian/rules update-config
make[1]: Entering directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/home/gerber/src/PARAVIEW/paraview-3.4.0'
cd obj-i486-linux-gnu && cmake /home/gerber/src/PARAVIEW/paraview-3.4.0/. -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER:FILEPATH="cc" -DCMAKE_CXX_COMPILER:FILEPATH="g++" -DCMAKE_C_FLAGS="-g -O2 -g -Wall -O2" -DCMAKE_CXX_FLAGS="-g -O2 -g -Wall -O2" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_DOCUMENTATION=ON -DDOCUMENTATION_HTML_HELP=ON -DBUILD_EXAMPLES=ON -DBUILD_SHARED_LIBS=ON -DVTK_USE_RPATH=ON -DCMAKE_INSTALL_RPATH=/usr/lib/paraview -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON -DBUILD_TESTING=OFF -DVTK_USE_MPEG2_ENCODER=OFF -DVTK_USE_FFMPEG_ENCODER=ON -DFFMPEG_INCLUDE_DIR=/usr/include/ffmpeg -DPARAVIEW_USE_MPI=ON -DPARAVIEW_USE_SYSTEM_HDF5=ON -DHDF5_ENABLE_PARALLEL=ON -DPARAVIEW_ENABLE_PYTHON=ON -DCMAKE_VERBOSE_MAKEFILE=OFF -DCMAKE_C_FLAGS="-O2 -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC" -DMPI_LIBRARY="/usr/lib/libmpi.so" -DMPI_EXTRA_LIBRARY="/usr/lib/libmpi++.so" -DMPI_INCLUDE_PATH=/usr/include/mpi -DPYTHON_EXECUTABLE=/usr/bin/python2.5 -DPV_INSTALL_LIB_DIR="${PV_INSTALL_ROOT}/lib/paraview" -DPV_INSTALL_INCLUDE_DIR="${PV_INSTALL_ROOT}/include/paraview"
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- 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/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.1
CMake Error at CMakeLists.txt:96 (MESSAGE):
  Qt 4.5.1 not supported.  Please use Qt 4.3 (you may need to clean your
  dirtied cache).


-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for C++ include iosfwd
-- Looking for C++ include iosfwd - found
-- Looking for C++ include iostream.h
-- Looking for C++ include iostream.h - not found
-- Performing Test Support for 64 bit file systems
-- Performing Test Support for 64 bit file systems - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of void*
-- Check size of void* - done
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Looking for include files CMAKE_HAVE_LIMITS_H
-- Looking for include files CMAKE_HAVE_LIMITS_H - found
-- Looking for include files CMAKE_HAVE_UNISTD_H
-- Looking for include files CMAKE_HAVE_UNISTD_H - found
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for include files CMAKE_HAVE_SYS_PRCTL_H
-- Looking for include files CMAKE_HAVE_SYS_PRCTL_H - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Check for ANSI scope
-- Check for ANSI scope - found
-- Check for sstream
-- Check for sstream - found
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Checking support for C++ type bool
-- Checking support for C++ type bool -- yes
-- Checking signedness of char
-- Checking signedness of char -- signed
-- Looking for getsockname in socket
-- Looking for getsockname in socket - not found
-- Checking for getsockname with socklen_t
-- Checking for getsockname with socklen_t -- yes
-- Looking for SO_REUSEADDR
-- Looking for SO_REUSEADDR - found
-- Checking support for full template specialization syntax
-- Checking support for full template specialization syntax -- yes
-- Checking support for C++ explicit template instantiation
-- Checking support for C++ explicit template instantiation -- yes
-- Checking ANSI streams end-of-file bug level
-- Checking ANSI streams end-of-file bug level - 0
-- Checking if ostream supports long long
-- Checking if ostream supports long long -- yes
-- Checking if istream supports long long
-- Checking if istream supports long long -- yes
-- Found PythonInterp: /usr/bin/python2.5
-- Found PythonLibs: /usr/lib/python2.5/config/libpython2.5.so
-- Checking for Large File Support
-- Checking for Large File Support - yes
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether struct stat has st_mtim member
-- Checking whether struct stat has st_mtim member - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Looking for include files HAVE_ASSERT_H
-- Looking for include files HAVE_ASSERT_H - found
-- Looking for include files HAVE_DLFCN_H
-- Looking for include files HAVE_DLFCN_H - found
-- Looking for include files HAVE_FCNTL_H
-- Looking for include files HAVE_FCNTL_H - found
-- Looking for include files HAVE_INTTYPES_H
-- Looking for include files HAVE_INTTYPES_H - found
-- Looking for include files HAVE_LIMITS_H
-- Looking for include files HAVE_LIMITS_H - found
-- Looking for include files HAVE_MALLOC_H
-- Looking for include files HAVE_MALLOC_H - found
-- Looking for include files HAVE_MEMORY_H
-- Looking for include files HAVE_MEMORY_H - found
-- Looking for include files HAVE_STDLIB_H
-- Looking for include files HAVE_STDLIB_H - found
-- Looking for include files HAVE_STRING_H
-- Looking for include files HAVE_STRING_H - found
-- Looking for include files HAVE_STRINGS_H
-- Looking for include files HAVE_STRINGS_H - found
-- Looking for include files HAVE_SYS_STAT_H
-- Looking for include files HAVE_SYS_STAT_H - found
-- Looking for include files HAVE_SYS_TIME_H
-- Looking for include files HAVE_SYS_TIME_H - found
-- Looking for include files HAVE_UNISTD_H
-- Looking for include files HAVE_UNISTD_H - found
-- Looking for include files HAVE_WINDOWS_H
-- Looking for include files HAVE_WINDOWS_H - not found.
-- Looking for include files HAVE_IEEEFP_H
-- Looking for include files HAVE_IEEEFP_H - not found.
-- Looking for floor
-- Looking for floor - not found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for isascii
-- Looking for isascii - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memset
-- Looking for memset - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pow
-- Looking for pow - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for areroul
-- Looking for areroul - not found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Looking for dlopen in dl;
-- Looking for dlopen in dl; - found
-- Looking for shl_load in dld;dl
-- Looking for shl_load in dld;dl - not found
-- Looking for append_history in history;dl
-- Looking for append_history in history;dl - not found
-- Looking for readline in readline;dl
-- Looking for readline in readline;dl - not found
-- Looking for dlopen in dl;-lpthread;dl;m
-- Looking for dlopen in dl;-lpthread;dl;m - found
-- Looking for include files HAVE_STDIO_H
-- Looking for include files HAVE_STDIO_H - found
-- Looking for include files HAVE_NETDB_H
-- Looking for include files HAVE_NETDB_H - found
-- Looking for include files HAVE_SYS_SOCKET_H
-- Looking for include files HAVE_SYS_SOCKET_H - found
-- Looking for include files HAVE_NETINET_IN_H
-- Looking for include files HAVE_NETINET_IN_H - found
-- Looking for include files HAVE_SYS_SELECT_H
-- Looking for include files HAVE_SYS_SELECT_H - found
-- Looking for include files HAVE_TIME_H
-- Looking for include files HAVE_TIME_H - found
-- Looking for include files HAVE_SIGNAL_H
-- Looking for include files HAVE_SIGNAL_H - found
-- Looking for include files HAVE_ERRNO_H
-- Looking for include files HAVE_ERRNO_H - found
-- Looking for include files HAVE_ANSIDECL_H
-- Looking for include files HAVE_ANSIDECL_H - not found.
-- Looking for include files HAVE_ARPA_INET_H
-- Looking for include files HAVE_ARPA_INET_H - found
-- Looking for include files HAVE_ARPA_NAMESER_H
-- Looking for include files HAVE_ARPA_NAMESER_H - found
-- Looking for include files HAVE_CTYPE_H
-- Looking for include files HAVE_CTYPE_H - found
-- Looking for include files HAVE_DIRENT_H
-- Looking for include files HAVE_DIRENT_H - found
-- Looking for include files HAVE_DL_H
-- Looking for include files HAVE_DL_H - not found.
-- Looking for include files HAVE_FLOAT_H
:-- Looking for include files HAVE_FLOAT_H - found
-- Looking for include files HAVE_FP_CLASS_H
-- Looking for include files HAVE_FP_CLASS_H - not found.
-- Looking for include files HAVE_MATH_H
-- Looking for include files HAVE_MATH_H - found
-- Looking for include files HAVE_NAN_H
-- Looking for include files HAVE_NAN_H - not found.
-- Looking for include files HAVE_NDIR_H
-- Looking for include files HAVE_NDIR_H - not found.
-- Looking for include files HAVE_PTHREAD_H
-- Looking for include files HAVE_PTHREAD_H - found
-- Looking for include files HAVE_RESOLV_H
-- Looking for include files HAVE_RESOLV_H - found
-- Looking for include files HAVE_STDARG_H
-- Looking for include files HAVE_STDARG_H - found
-- Looking for include files HAVE_SYS_MMAN_H
-- Looking for include files HAVE_SYS_MMAN_H - found
-- Looking for include files HAVE_SYS_TIMEB_H
-- Looking for include files HAVE_SYS_TIMEB_H - found
-- Looking for finite
-- Looking for finite - found
-- Looking for fpclass
-- Looking for fpclass - not found.
-- Looking for fp_class
-- Looking for fp_class - not found.
-- Looking for fprintf
-- Looking for fprintf - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for localtime
-- Looking for localtime - found
-- Looking for printf
-- Looking for printf - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for sprintf
-- Looking for sprintf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for stat
-- Looking for stat - found
-- Looking for _stat
-- Looking for _stat - not found.
-- Looking for vfprintf
-- Looking for vfprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for vsprintf
-- Looking for vsprintf - found
-- Checking for getaddrinfo.
-- Checking for getaddrinfo. - yes
-- Checking for socklen_t
-- Checking for socklen_t - yes
-- Checking for DIR in sys/dir.h
-- Checking for DIR in sys/dir.h - yes
-- Checking for DIR in sys/ndir.h
-- Checking for DIR in sys/ndir.h - no
-- Checking for va_copy
-- Checking for va_copy - yes
-- Checking for __va_copy
-- Checking for __va_copy - yes
-- Checking for ipv6 support.
-- Checking for ipv6 support. - yes
-- Looking for include files STDC_HEADERS
-- Looking for include files STDC_HEADERS - found
-- Looking for include files HAVE_ALLOCA_H
-- Looking for include files HAVE_ALLOCA_H - found
-- Looking for alloca
-- Looking for alloca - found
-- Check size of size_t
-- Check size of size_t - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of ptrdiff_t
-- Check size of ptrdiff_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of double
-- Check size of double - done
-- Check size of float
-- Check size of float - done
-- Check size of short
-- Check size of short - done
-- Check size of uchar
-- Check size of uchar - failed
-- Performing NetCDF Test HAVE_ST_BLKSIZE
-- Performing NetCDF Test HAVE_ST_BLKSIZE - Success
-- Performing NetCDF Test HAVE_FTRUNCATE
-- Performing NetCDF Test HAVE_FTRUNCATE - Success
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Found Doxygen: /usr/bin/doxygen
-- Found Gnuplot: /usr/bin/gnuplot
-- Found Perl: /usr/bin/perl
-- Found Wget: /usr/bin/wget
-- Looking for glXGetProcAddressARB
-- Looking for glXGetProcAddressARB - found
-- Looking for glXGetProcAddressARB in GL/glx.h
-- Looking for glXGetProcAddressARB in GL/glx.h - TRUE
-- Found MPI: /usr/lib/libmpi.so
-- Check size of long long
-- Check size of long long - done
-- Looking for strtoll
-- Looking for strtoll - found
-- Check if system supports 64 bit streams
-- Check if system supports 64 bit streams - yes
-- Looking for malloc.h
-- Looking for malloc.h - found
-- Check if system supports 64 bit streams
-- Check if system supports 64 bit streams - yes
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Check size of void*
-- Check size of void* - done
-- Application: default ParaView Client enabled
-- Application: Custom Server enabled
-- Application: DobranoViz enabled
-- Plugin: Prism enabled
-- Configuring incomplete, errors occurred!
make: *** [obj-i486-linux-gnu/CMakeCache.txt] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
debuild: fatal error at line 1324:
dpkg-buildpackage -rfakeroot -D -us -uc failed


========= End of output while building



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages paraview depends on:
ii  libavcodec52         4:0.5+svn20090420-2 ffmpeg codec library
ii  libavformat52        4:0.5+svn20090420-2 ffmpeg file format library
ii  libavutil49          4:0.5+svn20090420-2 ffmpeg utility library
ii  libc6                2.9-12              GNU C Library: Shared libraries
ii  libgcc1              1:4.4.0-4           GCC support library
ii  libgl1-mesa-glx [lib 7.4.1-1             A free implementation of the OpenG
ii  libglu1-mesa [libglu 7.4.1-1             The OpenGL utility library (GLU)
ii  libhdf5-serial-1.6.6 1.6.6-4             Hierarchical Data Format 5 (HDF5) 
ii  libice6              2:1.0.5-1           X11 Inter-Client Exchange library
ii  libopenmpi1          1.3-2               high performance message passing l
ii  libqt4-assistant     4.5.1-2             Qt 4 assistant module
ii  libqt4-dbus          4.5.1-2             Qt 4 D-Bus module
ii  libqt4-network       4.5.1-2             Qt 4 network module
ii  libqt4-sql           4.5.1-2             Qt 4 SQL module
ii  libqt4-xml           4.5.1-2             Qt 4 XML module
ii  libqtcore4           4.5.1-2             Qt 4 core module
ii  libqtgui4            4.5.1-2             Qt 4 GUI module
ii  libsm6               2:1.1.0-2           X11 Session Management library
ii  libstdc++6           4.4.0-4             The GNU Standard C++ Library v3
ii  libswscale0          4:0.5+svn20090420-2 ffmpeg video scaling library
ii  libx11-6             2:1.2.1-1           X11 client-side library
ii  libxext6             2:1.0.4-1           X11 miscellaneous extension librar
ii  libxt6               1:1.0.5-3           X11 toolkit intrinsics library
ii  python2.5            2.5.4-1             An interactive high-level object-o
ii  qt4-dev-tools        4.5.1-2             Qt 4 development tools

Versions of packages paraview recommends:
ii  mpi-default-bin               0.4        Standard MPI runtime programs
ii  qt4-dev-tools                 4.5.1-2    Qt 4 development tools

Versions of packages paraview suggests:
pn  h5utils                       <none>     (no description available)
pn  hdf5-tools                    <none>     (no description available)

-- no debconf information





More information about the Pkg-scicomp-devel mailing list