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

Bug#835295: marked as done (qttools5-dev has unmet targets because it doesn't depend on qttools5-dev-tools)



Your message dated Tue, 25 Oct 2016 22:48:44 +0000
with message-id <E1bzAWS-0001J4-0E@franck.debian.org>
and subject line Bug#835295: fixed in qttools-opensource-src 5.7.1~20161021-1
has caused the Debian Bug report #835295,
regarding qttools5-dev has unmet targets because it doesn't depend on qttools5-dev-tools
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.)


-- 
835295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835295
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qttools5-dev
Version: 5.7.0-1

in qttools5-dev is Qt5Help's cmake config which referneces the target
Qt5::Help which is a binary such as
     "/usr/lib/x86_64-linux-gnu/qt5/bin/qcollectiongenerator"
which lives in qttools5-dev-tools. To not have builds fail on
unresolvable targets qttools5-dev ought to depend on
qttools5-dev-tools to have it's binary dependencies met.

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5Help/Qt5HelpConfig.cmake:27
(message):
  The imported target "Qt5::Help" references the file

     "/usr/lib/x86_64-linux-gnu/qt5/bin/qcollectiongenerator"

  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/Qt5Help/Qt5HelpConfigExtras.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Help/Qt5HelpConfigExtras.cmake:6
(_qt5_Help_check_file_exists)
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Help/Qt5HelpConfig.cmake:158 (include)
  documentation/CMakeLists.txt:1 (find_package)
From 12e99bd1a56ee7a88623ab631acd966b585b25c4 Mon Sep 17 00:00:00 2001
From: Harald Sitter <sitter@kde.org>
Date: Wed, 24 Aug 2016 12:49:50 +0200
Subject: [PATCH] make qttools5-dev depend on qttools5-dev-tools

qttools5-dev contains cmake files for Qt5Help which has an import target
on Qt5::Help which will point to
/usr/lib/x86_64-linux-gnu/qt5/bin/qcollectiongenerator, which is in
qttools5-dev-tools, which will fail builds if not available since the
target is not full-filled
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 96eb216..f797a65 100644
--- a/debian/control
+++ b/debian/control
@@ -90,6 +90,7 @@ Depends: libqt5clucene5 (= ${binary:Version}),
          libqt5designercomponents5 (= ${binary:Version}),
          libqt5help5 (= ${binary:Version}),
          qtbase5-dev,
+         qttools5-dev-tools (= ${binary:Version}),
          ${misc:Depends}
 Description: Qt 5 tools development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
-- 
2.7.4


--- End Message ---
--- Begin Message ---
Source: qttools-opensource-src
Source-Version: 5.7.1~20161021-1

We believe that the bug you reported is fixed in the latest version of
qttools-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 835295@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 qttools-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: Tue, 25 Oct 2016 19:12:23 -0300
Source: qttools-opensource-src
Binary: libqt5clucene5 libqt5designer5 libqt5designercomponents5 qdbus-qt5 libqt5help5 qttools5-dev qttools5-private-dev qttools5-dev-tools qttools5-examples qttools5-dbg qttools5-examples-dbg qttools5-doc qttools5-doc-html
Architecture: source
Version: 5.7.1~20161021-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Description:
 libqt5clucene5 - Qt 5 CLucene module
 libqt5designer5 - Qt 5 designer module
 libqt5designercomponents5 - Qt 5 Designer components module
 libqt5help5 - Qt 5 help module
 qdbus-qt5  - Qt 5 D-Bus tool
 qttools5-dbg - Qt 5 tools debugging symbols
 qttools5-dev - Qt 5 tools development files
 qttools5-dev-tools - Qt 5 development tools
 qttools5-doc - Qt 5 tools documentation
 qttools5-doc-html - Qt 5 tools HTML documentation
 qttools5-examples - Qt 5 tools examples
 qttools5-examples-dbg - Qt 5 tools examples debugging symbols
 qttools5-private-dev - Qt 5 tools private development files
Closes: 835295
Changes:
 qttools-opensource-src (5.7.1~20161021-1) experimental; urgency=medium
 .
   * New upstream snapshot.
     - Bump Qt build dependencies.
   * Mark qttools5-dev-tools as M-A: same. The package is coinstallable and
     files shipped in /usr/share/qt5/ are really architecture-independent.
   * Make qttools5-dev depend upon qttools5-dev-tools (Closes: #835295).
     qtttools5-dev ships CMake files that both set variables for building
     against the libs shipped in it and to use some of the tools shipped by
     qttools5-dev-tools. If at some later point we need to break this
     relationship the easiest way would be to split qttools5-dev-tools
     into the necessary parts.
     Thanks Harald Sitter for the bug report and the patch.
   * Update symbols files with buildds' logs.
Checksums-Sha1:
 da7cf01177b861be769fe4285a9ba667f39e5c8a 3352 qttools-opensource-src_5.7.1~20161021-1.dsc
 4fc4cc0750c4b9329405d52e0cd174bc6fa43dad 9809984 qttools-opensource-src_5.7.1~20161021.orig.tar.xz
 f68162e9d35ae4852f34f72bc5b07aa4581e2d4b 44016 qttools-opensource-src_5.7.1~20161021-1.debian.tar.xz
Checksums-Sha256:
 779bd3562fdd70e21542a450794d15127e932cce9a3ce75098d206f79fdeee3c 3352 qttools-opensource-src_5.7.1~20161021-1.dsc
 b61efc05bd044cf4913f8ee3c4e5067c033e4f3f713fca527253b9bcfd287d8a 9809984 qttools-opensource-src_5.7.1~20161021.orig.tar.xz
 1335419bf7c7c45d684a2cc378ccf476bf7bdc12fbb718187d039012531bcbed 44016 qttools-opensource-src_5.7.1~20161021-1.debian.tar.xz
Files:
 995b79f2f90a09cf86f682a5b4ae2a89 3352 libs optional qttools-opensource-src_5.7.1~20161021-1.dsc
 d477d2f48f6ab1752469ee6b89c1f70f 9809984 libs optional qttools-opensource-src_5.7.1~20161021.orig.tar.xz
 c1fd900aea1d1be18e1683b0194a1dff 44016 libs optional qttools-opensource-src_5.7.1~20161021-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIxBAEBCAAbBQJYD9kRFBxsaXNhbmRyb0BkZWJpYW4ub3JnAAoJEKtkX0BihqfQ
NlUP/iSvZT6LlHSKWTQgEr8CLI2qfI18lpn6IjYf46McpYxXU3oAwvPLUTFurhrc
7Rw4bo/s4HrSRxc+us0rfqNR/qL9a5FdZVPdDOpVAOwe1JVX4fWwan/+lrL888Dh
r0NKHVtQtJHG/GQyXWWviGHCxvHmf1GQaqktJwkKMIyWepw/iGDh9ca0p8GCal+M
Q2ebuSUvjVW4N5EQ+bovSFMBBA2pPk1+FlYNB4wXNMiyqCbv3FQfx64luEVhAJAM
8zAnC0tQuE437Gh8tabENWKcu5p2NTgiqODhHx6qPD0TG9XenIpWHQwfYv97hxil
V2opOxVZo6WeAvH8HmkXbWN2O2hHBEGHsr33vMWT4y2jXOz/tQWu1Piqm1wpYi1A
LbQqYfkNN372S9FNagKIr4tGT7FSPChYrg3ONAdfCgl+jh5DrUrQ48064NOacq/O
2pVIFBTb+yPXklsY4N9/2wD2T3CIDGIQIt7POUSwbnX2NKEVwqr4Ls1zB9dF9Cpu
fvMK19FVBlfavKDxqrTKTcJI55D7NoDAL47IHXXljkLJepydU6GN+uuI1twEpJ/3
+WowM7z9+ZUV/I7Jhl+OE+yG7HRW7X827fw3XfCzBvqp6hbHDfHjJbaHtHbTxZ4i
YPWGH/Qk2FdgtdHKM/TPOjwwfwCKxKPhXvxNxG8vfXJOsUC8
=C7md
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: