It's possible qtpim is functionally broken however when used with Qt 5.2. Running phablet-test-run for dialer_app, address_book_app and messaging_app on the Qt 5.2 mostly yields failures.
** Description changed: lp:~kubuntu-packagers/kubuntu-packaging/qtpim-opensource-src currently requires ugly header hacks in order to compile it. Compilation at https://launchpad.net/~canonical- qt5-edgers/+archive/qt5-beta2/+sourcepub/3740793/+listing-archive-extra Since other git snapshot Qt modules build and run their tests ok (so far), it seems there is something wrong with qtpim itself. --- - To upgrade to the Qt 5.2 easily (now possible on desktop where all dependencies are built): - apt-add-repository ppa:canonical-qt5-edgers/qt5-beta2 - apt-get update - apt-get dist-upgrade - - See/describe dependencies of packages at - http://pad.ubuntu.com/qt52-dependencies + To upgrade to the Qt 5.2 see latest instructions on the front page of + https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta2 --- Build qtpim (after upgrading to Qt 5.2) with: wget 'https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta2/+files/qtpim-opensource-src_5.0%7Egit20130828.orig.tar.gz' bzr branch lp:~kubuntu-packagers/kubuntu-packaging/qtpim-opensource-src cd qtpim-opensource-src bzr bd Then try eg. disabling the hack patches in debian/patches/series to see what happens without it. I have a newer snapshot - which did not help building without the headers hack - at http://people.canonical.com/~tjyrinki/qtpim/. It also has a patch (patch -p0 < qtpim-new-snapshot-patch) to update the generated syncqt headers (required for git snapshots with Qt 5.2), packaging version number to match the newer snapshot tarball, and disable the two patches included upstream. With that, the fix_headers_building_against_qt52.patch hack does not apply anymore without changes but also it still does not build successfully without it either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269685 Title: qtpim fails to build against Qt 5.2 without hacks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtpim-opensource-src/+bug/1269685/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
