Jose Manuel Santamaria Lema has proposed merging ~panfaust/kubuntu-packaging/+git/bluez-qt:gcc6 into ~kubuntu-packagers/kubuntu-packaging/+git/bluez-qt:kubuntu_yakkety_archive.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~panfaust/kubuntu-packaging/+git/bluez-qt/+merge/302683 After GCC 6 becoming the default, bluez-qt is failing to build due to missing symbols. This merge request provides the agreed solution: https://irclogs.ubuntu.com/2016/08/10/%23kubuntu-devel.html#t12:34 It's also failing to build in the KCI. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~panfaust/kubuntu-packaging/+git/bluez-qt:gcc6 into ~kubuntu-packagers/kubuntu-packaging/+git/bluez-qt:kubuntu_yakkety_archive.
diff --git a/debian/changelog b/debian/changelog index 3e0c30c..b90e4f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bluez-qt (5.24.0-0ubuntu2) UNRELEASED; urgency=medium + + * Make leaked symbol from QByteArray optional, this avoids build + failures with gcc 6. + + -- José Manuel Santamaría Lema <[email protected]> Thu, 11 Aug 2016 16:36:13 +0200 + bluez-qt (5.24.0-0ubuntu1) yakkety; urgency=medium [ Philip Muškovac ] diff --git a/debian/libkf5bluezqt6.symbols b/debian/libkf5bluezqt6.symbols index df05ac9..94c3ec7 100644 --- a/debian/libkf5bluezqt6.symbols +++ b/debian/libkf5bluezqt6.symbols @@ -1,6 +1,6 @@ # SymbolsHelper-Confirmed: 5.24.0 amd64 i386 libKF5BluezQt.so.6 libkf5bluezqt6 #MINVER# - _ZN10QByteArray7reserveEi@Base 5.24.0 + (optional=gccinternal)_ZN10QByteArray7reserveEi@Base 5.24.0 _ZN7BluezQt11MediaPlayer10setShuffleENS0_7ShuffleE@Base 5.13.0 _ZN7BluezQt11MediaPlayer11fastForwardEv@Base 5.13.0 _ZN7BluezQt11MediaPlayer11nameChangedERK7QString@Base 5.13.0
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
