** Description changed: libpackagekit-qt-dev installs FindQPackageKit.cmake to /usr/share/cmake/Modules/FindQPackageKit.cmake where CMake (as it comes 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 + The regression potential from this fix: 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. + program being built contains bugs in features that only will get + activated if QPackageKit can be found those would surface together with + the feature.
-- 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 ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs