Your message dated Tue, 22 Feb 2011 04:48:29 +0000
with message-id <[email protected]>
and subject line Bug#612952: fixed in vtk 5.6.1-3
has caused the Debian Bug report #612952,
regarding vtk-examples: Can't compile Qt examples
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
612952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vtk-examples
Version: 5.4.2-8
Severity: normal
Excuse me for my bad English :-)
I can't compile any of Qt examples. This is an error:
--------------------------------------
sergey@fc3:~/vtk_learn/vtk/GUI/Qt/SimpleView$ mkdir ./tmp && cd ./tmp && cmake
.. && make
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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
Multiple versions of QT found please set DESIRED_QT_VERSION
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/tmp
[ 11%] Qt Wrapped File
[ 22%] Generating uiSimpleView3.h
[ 33%] Generating uiSimpleView3.cxx
[ 44%] Generating moc_uiSimpleView3.cxx
Scanning dependencies of target qtsimpleview
[ 44%] Generating uiSimpleView3.h
[ 55%] Building CXX object CMakeFiles/qtsimpleview.dir/main.o
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:26:26: error:
qapplication.h: Нет такого файла или каталога
In file included from /home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:31:
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:37:27: error:
uiSimpleView3.h: Нет такого файла или каталога
In file included from /home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:31:
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:49: error: expected
class-name before ‘{’ token
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:50: error: ISO C++
forbids declaration of ‘Q_OBJECT’ with no type
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:52: error: expected
‘;’ before ‘public’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:58: error: expected
‘:’ before ‘slots’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:60: error: expected
primary-expression before ‘virtual’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:60: error: ISO C++
forbids declaration of ‘slots’ with no type
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:60: error: expected
‘;’ before ‘virtual’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:65: error: expected
‘:’ before ‘slots’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:67: error: expected
primary-expression before ‘private’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:67: error: ISO C++
forbids declaration of ‘slots’ with no type
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:67: error: expected
‘;’ before ‘private’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx: In function ‘int
main(int, char**)’:
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:37: error: ‘QApplication’
was not declared in this scope
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:37: error: expected ‘;’
before ‘app’
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/SimpleView3.h:56: error:
‘SimpleView::~SimpleView()’ is private
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:39: error: within this
context
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:41: error: ‘app’ was not
declared in this scope
/home/sergey/vtk_learn/vtk/GUI/Qt/SimpleView/main.cxx:43: error: ‘class
SimpleView’ has no member named ‘show’
make[2]: *** [CMakeFiles/qtsimpleview.dir/main.o] Ошибка 1
make[1]: *** [CMakeFiles/qtsimpleview.dir/all] Ошибка 2
make: *** [all]
Ошибка 2
--------------------------------------
Please note that package vtk-examples does not require/recommend/suggest Qt, so
all must work without it :-)
I have libQt4-dev 4:4.6.3-4 installed.
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
vtk-examples depends on no packages.
vtk-examples recommends no packages.
Versions of packages vtk-examples suggests:
ii libvtk5-dev 5.4.2-8 VTK header files for building C++
ii python 2.6.6-3+squeeze5 interactive high-level object-orie
ii python-vtk 5.4.2-8 Python bindings for VTK
ii tcl8.4 [tclsh] 8.4.19-4 Tcl (the Tool Command Language) v8
ii tcl8.5 [tclsh] 8.5.8-2 Tcl (the Tool Command Language) v8
ii vtk-doc 5.4.2-8 VTK class reference documentation
ii vtk-tcl 5.4.2-8 Tcl bindings for VTK
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: vtk
Source-Version: 5.6.1-3
We believe that the bug you reported is fixed in the latest version of
vtk, which is due to be installed in the Debian FTP archive:
libvtk-java_5.6.1-3_amd64.deb
to main/v/vtk/libvtk-java_5.6.1-3_amd64.deb
libvtk5-dev_5.6.1-3_amd64.deb
to main/v/vtk/libvtk5-dev_5.6.1-3_amd64.deb
libvtk5-qt4-dev_5.6.1-3_amd64.deb
to main/v/vtk/libvtk5-qt4-dev_5.6.1-3_amd64.deb
libvtk5.6-qt4_5.6.1-3_amd64.deb
to main/v/vtk/libvtk5.6-qt4_5.6.1-3_amd64.deb
libvtk5.6_5.6.1-3_amd64.deb
to main/v/vtk/libvtk5.6_5.6.1-3_amd64.deb
python-vtk_5.6.1-3_amd64.deb
to main/v/vtk/python-vtk_5.6.1-3_amd64.deb
tcl-vtk_5.6.1-3_amd64.deb
to main/v/vtk/tcl-vtk_5.6.1-3_amd64.deb
vtk-doc_5.6.1-3_all.deb
to main/v/vtk/vtk-doc_5.6.1-3_all.deb
vtk-examples_5.6.1-3_all.deb
to main/v/vtk/vtk-examples_5.6.1-3_all.deb
vtk_5.6.1-3.debian.tar.gz
to main/v/vtk/vtk_5.6.1-3.debian.tar.gz
vtk_5.6.1-3.dsc
to main/v/vtk/vtk_5.6.1-3.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dominique Belhachemi <[email protected]> (supplier of updated vtk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 21 Feb 2011 17:17:49 -0500
Source: vtk
Binary: vtk-doc vtk-examples libvtk5.6 libvtk-java libvtk5-dev libvtk5.6-qt4
libvtk5-qt4-dev tcl-vtk python-vtk
Architecture: source amd64 all
Version: 5.6.1-3
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms <[email protected]>
Changed-By: Dominique Belhachemi <[email protected]>
Description:
libvtk-java - Visualization Toolkit - A high level 3D visualization library
libvtk5-dev - VTK header files for building C++ code
libvtk5-qt4-dev - Visualization Toolkit - A high level 3D visualization library
libvtk5.6 - Visualization Toolkit - A high level 3D visualization library
libvtk5.6-qt4 - Visualization Toolkit - A high level 3D visualization library
python-vtk - Python bindings for VTK
tcl-vtk - Tcl bindings for VTK
vtk-doc - VTK class reference documentation
vtk-examples - C++, Tcl and Python example programs/scripts for VTK
Closes: 604467 612952 614134
Changes:
vtk (5.6.1-3) unstable; urgency=low
.
[ Dominique Belhachemi ]
* debian/control: Added versioned dependency for python-dev (Closes: #604467)
* debian/control: vtk-examples suggests libqt4-dev (Closes: #612952)
* debian/rules: use find/xargs combination to delete *.md5 files,
avoids that rm is failing because of a long argument list
* debian/rules: Make cmake output verbose if DH_VERBOSE is set
.
[ Denis Barbier ]
* Fix FTBFS on kfreebsd. (Closes: #614134)
Checksums-Sha1:
3e69461f69e8dd00446bdfa089a56585a75c77bd 1957 vtk_5.6.1-3.dsc
2c500af2d36d56c18e1fc005615bbbd30f1e6ecb 30898 vtk_5.6.1-3.debian.tar.gz
6fc93bfbdc401772f5e66be560770d0f34e59a94 14280476 libvtk5.6_5.6.1-3_amd64.deb
09b7352bec9740e587decb78b9a9ab39468a9d42 5117556 libvtk-java_5.6.1-3_amd64.deb
bbfdc6bce3fdca7daa5d69e00e7269f2c9343d22 2705208 libvtk5-dev_5.6.1-3_amd64.deb
fa8f905bfc3d700973cd895e3c26131f17418db3 486128 libvtk5.6-qt4_5.6.1-3_amd64.deb
013d2c7dc83904e59d99a3853d72b78e704cd015 111396
libvtk5-qt4-dev_5.6.1-3_amd64.deb
0f3b3ad8f0a42c257d2bc2b597280e14a3161c99 4930468 tcl-vtk_5.6.1-3_amd64.deb
87f2b5badb0211f99c6d4331ff6387008976bff1 5401802 python-vtk_5.6.1-3_amd64.deb
3acb82ae9c8bb72aa01545fe86225bbd21db3247 71247964 vtk-doc_5.6.1-3_all.deb
4463bc0fe8b570c8238aad37ffa2a440b673a3ee 560434 vtk-examples_5.6.1-3_all.deb
Checksums-Sha256:
95e57e6b496d61e0ba9296542fb993066d9d98accde60b28cb67bec164d922da 1957
vtk_5.6.1-3.dsc
cfe4160c6d9141077bd1c8ff7e04ae7e152cf9bc8402e326f0842a40da48028e 30898
vtk_5.6.1-3.debian.tar.gz
0bbdd200af0e0bd6fe4701c8c954ffe13199af2dd4865342400495c7609e2c3a 14280476
libvtk5.6_5.6.1-3_amd64.deb
81157df0b540dbdc37f5236ffafe6b2e7a05f8c368f37da49e7a702f1f7499af 5117556
libvtk-java_5.6.1-3_amd64.deb
63df1095015610930486067a963cf6f19871cfc1f9f687a9281a17b732e5b420 2705208
libvtk5-dev_5.6.1-3_amd64.deb
a4203424df29cd0ec944d7389d8ba01e30dee167a963332c1bf16010ea5a1d50 486128
libvtk5.6-qt4_5.6.1-3_amd64.deb
f6b8813931969d01fb5981f3eafd0883186e64291bf606dff2ee9cd7c12020d4 111396
libvtk5-qt4-dev_5.6.1-3_amd64.deb
83428975ecb5953038c2989524bae1a8330c4c816be96a8f38ae076476cdf91c 4930468
tcl-vtk_5.6.1-3_amd64.deb
9047b3fd3e05f897e9327917ba16b33c8fb75ae9eb284719927511d60af101ef 5401802
python-vtk_5.6.1-3_amd64.deb
7f6792060a6cd909a130f5f651a27a24bb8707bec3274627244f0bca46d0d39f 71247964
vtk-doc_5.6.1-3_all.deb
68bef7658f193c66a69f29963afbe023980f77d0950811ef016956cd5c9dac95 560434
vtk-examples_5.6.1-3_all.deb
Files:
57c54bc56b0b995485c2c1b4fa827b0b 1957 graphics optional vtk_5.6.1-3.dsc
af779e5e512acdc9f9809e349032f254 30898 graphics optional
vtk_5.6.1-3.debian.tar.gz
94b74e3be3400aaf078952b703ba9cea 14280476 libs optional
libvtk5.6_5.6.1-3_amd64.deb
895cd39d8bd2b9582d3b86af60fb61e8 5117556 java optional
libvtk-java_5.6.1-3_amd64.deb
1150fcccebf6c65d4871dfa2ef322efb 2705208 libdevel optional
libvtk5-dev_5.6.1-3_amd64.deb
5419c2be4db1fc03dfe8ff4f2adb03a5 486128 libs optional
libvtk5.6-qt4_5.6.1-3_amd64.deb
24e1ded06b57255c31628ecce3b2bcf4 111396 libdevel optional
libvtk5-qt4-dev_5.6.1-3_amd64.deb
cf3fea3c22662efc35766684e063c0c2 4930468 interpreters optional
tcl-vtk_5.6.1-3_amd64.deb
0fa343ca94a2542d4a184a73b09cdee2 5401802 python optional
python-vtk_5.6.1-3_amd64.deb
baee18964b9b650308158bafa607fad7 71247964 doc optional vtk-doc_5.6.1-3_all.deb
f867561b67725b8ad132b38670e6c314 560434 graphics optional
vtk-examples_5.6.1-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1jPawACgkQGACh+LNRqQAXQwCeLW+qJ8LjA5DZNDsU6KRGNBgE
qdMAn3T5/h/vhjNvdSUD/tYOuAoXzqbd
=vl23
-----END PGP SIGNATURE-----
--- End Message ---