** Description changed:

- Binary package hint: packagekit
- 
  libpackagekit-qt-dev installs FindQPackageKit.cmake to
  /usr/share/cmake/Modules/FindQPackageKit.cmake where CMake (as it comes
- with Ubuntu) can't find it. If I link it to
- /usr/share/cmake-2.6/Modules/ CMake discovers it and it's possible to
- use it. I'm extremely new to CMake, but shouldn't FindQPackageKit.cmake
- have been installed in /usr/share/cmake-2.6/Modules/ where CMake can
- find it?
+ with Ubuntu) can't find it. The bug has been addressed in the branch
+ ~kvilhaugsvik/packagekit/ubuntu-packagekit by moving it to
+ /usr/share/cmake-2.6/Modules/.
+ 
+ To reproduce the bug try to build KPackageKit after removing its local copy 
of FindQPackageKit.cmake:
+ apt-get source kpackagekit
+ cd kpackagekit-0.4
+ rm cmake/modules/FindQPackageKit.cmake
+ dpkg-buildpackage
+ 
+ The regression potential from this bug: programs buildt that are
+ searching for QPackageKit using CMake will now find it. This can cause
+ different behavior from the resulting program than before. If the
+ program being built contains bugs that are dependent on PackageKit
+ support those could surface.

-- 
CMake can't find QPackageKit by default
https://bugs.launchpad.net/bugs/345706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to