[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#718348: marked as done (qtbase5-dev: Unable to configure cmake project using qt5 without qtbase5-private-dev)



Your message dated Fri, 09 Aug 2013 03:19:53 +0000
with message-id <E1V7dF3-0002qC-FS@franck.debian.org>
and subject line Bug#718348: fixed in qtbase-opensource-src 5.1.0+dfsg-2
has caused the Debian Bug report #718348,
regarding qtbase5-dev: Unable to configure cmake project using qt5 without qtbase5-private-dev
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 owner@bugs.debian.org
immediately.)


-- 
718348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718348
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qtbase5-dev
Version: 5.1.0+dfsg-1
Severity: minor

Dear Maintainer,
please consider this minimal cmake project (CMakeLists.txt):

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
SET(QT_MIN_VERSION "5.0.1")
FIND_PACKAGE(Qt5Core ${QT_MIN_VERSION})



With Qt5 (at time of writing 5.1.0+dfsg-1 is in experimental) you will get this error, if the package "qtbase5-private-dev" is not installed:

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake:15 (message):
  The imported target "Qt5::Core" references the file

     "/usr/include/qt5/QtCore/5.1.0"

  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/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake:52 (_qt5_Core_check_file_exists)
  CMakeLists.txt:6 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!



What i excepted was something like that:

-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/test



I don't know if this behavior was intended. But it might be more intuitive to just install qtbase5-dev and everything works out of the box. Perhaps a dependency or recommendation in qtbase5-dev on qtbase5-private-dev might help here.

Best regards,
Jakob M.


-- System Information:
Debian Release: 7.1
  APT prefers unstable
  APT policy: (650, 'unstable'), (650, 'stable'), (500, 'testing-proposed-updates'), (500, 'stable-updates'), (500, 'proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.41-4-amd64-wana (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.1.0+dfsg-2

We believe that the bug you reported is fixed in the latest version of
qtbase-opensource-src, which is due to be installed in the Debian FTP archive.

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 718348@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> (supplier of updated qtbase-opensource-src 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 08 Aug 2013 23:34:06 -0300
Source: qtbase-opensource-src
Binary: libqt5core5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake qtbase5-examples qtbase5-dbg qtbase5-dev-tools-dbg qtbase5-examples-dbg qt5-default
Architecture: source amd64
Version: 5.1.0+dfsg-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Description: 
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5 - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qtbase5-dbg - Qt 5 base library debugging symbols
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-dev-tools-dbg - Qt 5 base binaries debugging symbols
 qtbase5-examples - Qt 5 base examples
 qtbase5-examples-dbg - Qt 5 base examples debugging symbols
 qtbase5-private-dev - Qt 5 base private development files
Closes: 718348
Changes: 
 qtbase-opensource-src (5.1.0+dfsg-2) experimental; urgency=low
 .
   * Add libxkbcommon-dev as build dependency, thus avoiding using the bundled
     lib.
   * Minor improvement of mark_private_symbols.sh.
   * Add Dont_check_for_the_existence_of_priv_inc_dirs.patch that avoids making
     our users install private headers in order to compile with CMake
     (Closes: #718348).
   * Armel also builds libqkms.so, added to the proper install file.
   * Update symbols files.
Checksums-Sha1: 
 bf1d0ab45aa5284574710a572644fec420e6549b 4486 qtbase-opensource-src_5.1.0+dfsg-2.dsc
 c55d8ba05e75eff02711501f62c590f9e90327d2 235277 qtbase-opensource-src_5.1.0+dfsg-2.debian.tar.gz
 9fd263e528a8d4916d739054444d51fdf18d2fc5 1670940 libqt5core5_5.1.0+dfsg-2_amd64.deb
 4f3f913d1374b2b52aaf8a108099890bce206f8a 1723368 libqt5gui5_5.1.0+dfsg-2_amd64.deb
 3204fec7aec6ce8a5d146a6c5b78e59a558fdced 499138 libqt5network5_5.1.0+dfsg-2_amd64.deb
 e5f0580e50260bf23ce81695bafb4da5fd764a6e 137046 libqt5opengl5_5.1.0+dfsg-2_amd64.deb
 4dc08be26953a7627baa5da9ddf7752a5d2ea5de 103034 libqt5sql5_5.1.0+dfsg-2_amd64.deb
 f82f42da449c92154015a8c9ab97b6430aad45ae 40506 libqt5sql5-mysql_5.1.0+dfsg-2_amd64.deb
 ca45025c5bb2ec1ecf79a75178b4db2a8f2772a2 51156 libqt5sql5-odbc_5.1.0+dfsg-2_amd64.deb
 5ce3987f4c3b71e2be2c2da880abcb1aeb5c193c 42658 libqt5sql5-psql_5.1.0+dfsg-2_amd64.deb
 216f30affc4794411bb5794c3198f7d33e20329c 34686 libqt5sql5-sqlite_5.1.0+dfsg-2_amd64.deb
 aece6dadee485c7669f0987a26257788f9eacf1b 35428 libqt5sql5-tds_5.1.0+dfsg-2_amd64.deb
 d92e02122bfa2e974a32131d4f77d1f33b441469 92236 libqt5xml5_5.1.0+dfsg-2_amd64.deb
 056d4e483f02e114b3995bdc35d84e799ce13051 173150 libqt5dbus5_5.1.0+dfsg-2_amd64.deb
 9c5a2c5ee72128a7473a9f31145601e20cd6716e 75560 libqt5test5_5.1.0+dfsg-2_amd64.deb
 4fe0a86fa72cbd2700ee5cfb477468b3790d2702 25782 libqt5concurrent5_5.1.0+dfsg-2_amd64.deb
 4abd5aacf9e2823ba64db81e13d7665ebd7c5cc6 2183610 libqt5widgets5_5.1.0+dfsg-2_amd64.deb
 385fae81c533fdd5e4d1d19977b9074433cabf44 140608 libqt5printsupport5_5.1.0+dfsg-2_amd64.deb
 36d55a0363febc39e8b9b741ca78b7517450bfd5 1593166 qtbase5-dev_5.1.0+dfsg-2_amd64.deb
 337fa1777f1464ed04eadc2233907fc066ebe9c2 577146 qtbase5-private-dev_5.1.0+dfsg-2_amd64.deb
 d760455675b732ed6135637d36bd2ea8e9e2748e 33594 libqt5opengl5-dev_5.1.0+dfsg-2_amd64.deb
 927f57f456aaa78b2f6e3510c5304a3e208a02a7 1122480 qtbase5-dev-tools_5.1.0+dfsg-2_amd64.deb
 b2b94635a78bf754dadf32faf0f38038e134b989 1209374 qt5-qmake_5.1.0+dfsg-2_amd64.deb
 8dce0f0213a1e7dc57c032eb6522b4b8e2c96963 4468662 qtbase5-examples_5.1.0+dfsg-2_amd64.deb
 bf256047208501f15957cbef83a1d6a0b41adeef 111165368 qtbase5-dbg_5.1.0+dfsg-2_amd64.deb
 17d70ba8cd499be488f4ffda6ae35db6192a7fc5 25711850 qtbase5-dev-tools-dbg_5.1.0+dfsg-2_amd64.deb
 8ef015c8d2231edd98599ab0b31c74176444b7a1 95281968 qtbase5-examples-dbg_5.1.0+dfsg-2_amd64.deb
 5176f236fde3dda1ca6aea0f212de0effe3c9df0 18592 qt5-default_5.1.0+dfsg-2_amd64.deb
Checksums-Sha256: 
 310df5d94451ddaf1007f70857e3325839d0f7cb2f4e75b6c64eb2494ff3e455 4486 qtbase-opensource-src_5.1.0+dfsg-2.dsc
 029d51199b2c36da78094f9b50c420894ef281503a0f55596d4aa3d886fc3c91 235277 qtbase-opensource-src_5.1.0+dfsg-2.debian.tar.gz
 2913ca0d9ffb24fad8acaaa2442d7b4bcf4e2f41ab1bf15145748e02dde1d94b 1670940 libqt5core5_5.1.0+dfsg-2_amd64.deb
 ebe6231032ce7e04bfd1fffa08444f971394f4e0b04e5b6e30d060b9b468a36f 1723368 libqt5gui5_5.1.0+dfsg-2_amd64.deb
 55319cc986e19d87c1f17b3b662b03b3dba24060d2fcaf34ccb7cf2a6578583f 499138 libqt5network5_5.1.0+dfsg-2_amd64.deb
 878e48159cffdf54444b4cc97d1b11d23b7c931b17b26579823cced9ff8b864a 137046 libqt5opengl5_5.1.0+dfsg-2_amd64.deb
 6512e1e35b59ba03c6f46480c7589a3fe3df8b6c463fa0005b44ea8ebb9f108a 103034 libqt5sql5_5.1.0+dfsg-2_amd64.deb
 1e70f131dc696d9f35474fbbd95629c4e961dccf62339d9db03dae0766513844 40506 libqt5sql5-mysql_5.1.0+dfsg-2_amd64.deb
 1b5a01a44231fad27aa78b3e37481804eb26a20af77bec2261640ff756ba7c2e 51156 libqt5sql5-odbc_5.1.0+dfsg-2_amd64.deb
 b171649d2a39b6dda8b8de0c53b11736ad9660be33f66fb99ef166d8a5e80d31 42658 libqt5sql5-psql_5.1.0+dfsg-2_amd64.deb
 6f34850124035778f98f8d2a5b7c49de1c103f0835b570dc6c97673272e9db7b 34686 libqt5sql5-sqlite_5.1.0+dfsg-2_amd64.deb
 5d3d3aa86206c919216d7e77fd7ac661c732be1a45caae425a32039ebc3c154d 35428 libqt5sql5-tds_5.1.0+dfsg-2_amd64.deb
 fd01ad3334cceafab5e8a80cc13a468b4f60c8e6c06fca47dd7e0adc6bbca1c8 92236 libqt5xml5_5.1.0+dfsg-2_amd64.deb
 ee8ca4b5cec46f469541b759597776262a9359f42efed4af18fd99010dce1385 173150 libqt5dbus5_5.1.0+dfsg-2_amd64.deb
 dbd4cb2b704483333d500adbdb3fa9134a736d94fead9d50f608519fdf5b2b11 75560 libqt5test5_5.1.0+dfsg-2_amd64.deb
 38231046a8c2dbb5fb818f023024281ecafe3e547791fdc79c75f976f18e2b56 25782 libqt5concurrent5_5.1.0+dfsg-2_amd64.deb
 c3ef0cc489fa2258f4602c6ed26c74c99c8be09ed40121d470340aa1fd69ae93 2183610 libqt5widgets5_5.1.0+dfsg-2_amd64.deb
 131dccebddcf007ca186db82e684d3cd475a52e3d0438242654ed4be1aa88cc6 140608 libqt5printsupport5_5.1.0+dfsg-2_amd64.deb
 2f824a659ecafc1cf47381f54b970c210fc11a8d97f394fa43cd00f94171887a 1593166 qtbase5-dev_5.1.0+dfsg-2_amd64.deb
 e1de2468b94a8094d52178228633f4f51273e4de0598b6089963f1b882c0ec20 577146 qtbase5-private-dev_5.1.0+dfsg-2_amd64.deb
 910ece0db1608908d9f7cc7b62c696c65e4bd9428c12666af5766e231e9d2648 33594 libqt5opengl5-dev_5.1.0+dfsg-2_amd64.deb
 3ebdecdb157453868b38b31b3463b8f9d0a36d3d5c28c1995476346e77fb94cd 1122480 qtbase5-dev-tools_5.1.0+dfsg-2_amd64.deb
 7c10dbc2c72066c556f7031d6b1dd37610f180593f9292541b77ae6bfc167aec 1209374 qt5-qmake_5.1.0+dfsg-2_amd64.deb
 99c5042f4de9a118d6484319a8c25ce75791ae1c9ee858cc6f9bfca8a56827dc 4468662 qtbase5-examples_5.1.0+dfsg-2_amd64.deb
 3b5f5d4bd9d02d646eea23ca300138500b5ef54dff7dd9d155fcd199c221be71 111165368 qtbase5-dbg_5.1.0+dfsg-2_amd64.deb
 7ac8b7e1a2e7a5003510df24699763f695936513b0f367bcf0dd5e20a1046301 25711850 qtbase5-dev-tools-dbg_5.1.0+dfsg-2_amd64.deb
 22e5c3b044ed34d0d646936dc5ace1e5b651c0a0a1ce3c0c15de2583de23f34f 95281968 qtbase5-examples-dbg_5.1.0+dfsg-2_amd64.deb
 c0017edc7a5d4a661390fe54a43075565b8ffa26a2af91d57d2639d95b03ae4b 18592 qt5-default_5.1.0+dfsg-2_amd64.deb
Files: 
 aca5011db08ebb1bf6430d258fa3ebbc 4486 libs optional qtbase-opensource-src_5.1.0+dfsg-2.dsc
 392e7b170875918704c7c8643cfaabca 235277 libs optional qtbase-opensource-src_5.1.0+dfsg-2.debian.tar.gz
 340498d554e7a0e0cc0007dcfb84ec00 1670940 libs optional libqt5core5_5.1.0+dfsg-2_amd64.deb
 0cafcfb9e40e59a13c526df1a1409dfe 1723368 libs optional libqt5gui5_5.1.0+dfsg-2_amd64.deb
 859fdebf15be760a1d0828617a9cefa8 499138 libs optional libqt5network5_5.1.0+dfsg-2_amd64.deb
 6ce85aa978348fa7921d23771d8d1d6b 137046 libs optional libqt5opengl5_5.1.0+dfsg-2_amd64.deb
 e401ec0cebbd9449eccaaa9d092eecb6 103034 libs optional libqt5sql5_5.1.0+dfsg-2_amd64.deb
 e83e863927a147f594089cfcb87bddd8 40506 libs optional libqt5sql5-mysql_5.1.0+dfsg-2_amd64.deb
 2cbbc299f3a3c90943718c36616d2cb1 51156 libs optional libqt5sql5-odbc_5.1.0+dfsg-2_amd64.deb
 11a651fe1c8de6a20cd98cd53c0fcfdc 42658 libs optional libqt5sql5-psql_5.1.0+dfsg-2_amd64.deb
 16882aa8a86a759ca038993b42a34682 34686 libs optional libqt5sql5-sqlite_5.1.0+dfsg-2_amd64.deb
 7ecc2e8c6930a459a1d94719341c6e50 35428 libs optional libqt5sql5-tds_5.1.0+dfsg-2_amd64.deb
 1313821b128c8120132c1757b4332059 92236 libs optional libqt5xml5_5.1.0+dfsg-2_amd64.deb
 a7d3fa65312c2940d7e8c0e6976a0c7d 173150 libs optional libqt5dbus5_5.1.0+dfsg-2_amd64.deb
 f7d3355c6242f477f2b9c433e6250a4f 75560 libs optional libqt5test5_5.1.0+dfsg-2_amd64.deb
 9728f726c82ecdf1328a58a08a89884f 25782 libs optional libqt5concurrent5_5.1.0+dfsg-2_amd64.deb
 9d2e513b6879c5d0be643a06678fe103 2183610 libs optional libqt5widgets5_5.1.0+dfsg-2_amd64.deb
 aaf948a6bbfcede1bbdb8301da0c626c 140608 libs optional libqt5printsupport5_5.1.0+dfsg-2_amd64.deb
 49a327b4e0e54ee541f1503775534cf2 1593166 libdevel optional qtbase5-dev_5.1.0+dfsg-2_amd64.deb
 324e85b0b7236eb804cb2f19f48f9f36 577146 libdevel optional qtbase5-private-dev_5.1.0+dfsg-2_amd64.deb
 af82cb09b38eb1b34268d985bfa75b48 33594 libdevel optional libqt5opengl5-dev_5.1.0+dfsg-2_amd64.deb
 d4294e6ebb5e611c8583a61f0745a8ab 1122480 devel optional qtbase5-dev-tools_5.1.0+dfsg-2_amd64.deb
 3b574f3814777d66ac2d7b7e30907f21 1209374 devel optional qt5-qmake_5.1.0+dfsg-2_amd64.deb
 9183f6f80abcd56a4cd9025c4d31830c 4468662 x11 optional qtbase5-examples_5.1.0+dfsg-2_amd64.deb
 1d8b553e751b729bebaf3af8332e2b7e 111165368 debug extra qtbase5-dbg_5.1.0+dfsg-2_amd64.deb
 1fd03a51d499805f5c6451acda7e3e19 25711850 debug extra qtbase5-dev-tools-dbg_5.1.0+dfsg-2_amd64.deb
 56cb3147127d63e7ff7aeeb9ae719d5e 95281968 debug extra qtbase5-examples-dbg_5.1.0+dfsg-2_amd64.deb
 8ff336b3d0af1c31ac564d40eaa76f37 18592 libs optional qt5-default_5.1.0+dfsg-2_amd64.deb


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSBF0kAAoJEKtkX0BihqfQPZcP/jTuGBkbGyLHDp9YYQPjpNt9
wDIMeXK/EBEy1uEg8qnu6wZEVGfVkR5AOxXGO6n4KMfualGkxIyuv2qc475ikTn4
ecJeBpBGAVxJS4DiIElJRMCaMxKIFyDio2bjreaRXTFyVz/WEhWPYXHGzKddAdTd
XSUUlNp3eeGVV8fXUvQLrShvPCaX8PS489DpI83GkWvObEb4n8Q7cSqh3g14AG7P
B7VzIeGHb0NCDVHMySLHrGCNh7TVp5fTsuu04D4N+gsV25kC8zbE1zdK/UqWm+1F
ZdOHdRSBTNRzpU0s32Iu2X+R2jYCe1VDhNFtuExuoAGI/81kQAoMouxlFY79Gcjn
VVjmnTwmwv6DJ+rkqC1tnCYOrMBSVPH3hW9o0YIObz0gb1aA6RnC4rAN9BFw5aJB
b7fbPT0ceEw6iH5Gcdbhdmtzkv62ySQXMVMuPdf62SO49qkAGmLA6cU6DX1Tcz9A
SwujsnrQFsINFgwKYHUlhvxtPI60sUBrEZvd6wPnVj5THo69WhRKib/0IPI9lyBM
IAIa7t6tQ09W+zl5WbrqfEV1jDW75cGB8bzRjCFrKoizv5Ve2CS5fNuxtT4vsmSv
S581jgLKpb5Ab3ivhbRXGUE+96cU68ZNCVWsa5Fi4h0ZiUDvhPnJ7B188N1d8jB8
+BBI3jsUZ/PYTNZGboKf
=7g1r
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: