[Pkg-kde-extras] Bug#777931: ktp-common-internals: ftbfs with GCC-5

Matthias Klose doko at debian.org
Thu Feb 12 10:32:58 UTC 2015


Package: src:ktp-common-internals
Version: 0.8.1-4
Severity: normal
Tags: sid stretch
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/ktp-common-internals_0.8.1-4_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
  _ZN3KTp14ContactFactory6createERKN2Tp8FeaturesE at Base 0.8.0
  _ZN3KTp14ContactFactoryC1ERKN2Tp8FeaturesE at Base 0.8.0
  _ZN3KTp14ContactFactoryC2ERKN2Tp8FeaturesE at Base 0.8.0
- _ZN3KTp14ContactFactoryD0Ev at Base 0.8.0
- _ZN3KTp14ContactFactoryD1Ev at Base 0.8.0
- _ZN3KTp14ContactFactoryD2Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14ContactFactoryD0Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14ContactFactoryD1Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14ContactFactoryD2Ev at Base 0.8.0
  _ZN3KTp14GlobalPresence11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.8.0
  _ZN3KTp14GlobalPresence11qt_metacastEPKc at Base 0.8.0
  _ZN3KTp14GlobalPresence11setPresenceERKN2Tp8PresenceE at Base 0.8.0
@@ -70,9 +70,9 @@
  _ZN3KTp14GlobalPresence26onRequestedPresenceChangedEv at Base 0.8.0
  _ZN3KTp14GlobalPresenceC1EP7QObject at Base 0.8.0
  _ZN3KTp14GlobalPresenceC2EP7QObject at Base 0.8.0
- _ZN3KTp14GlobalPresenceD0Ev at Base 0.8.0
- _ZN3KTp14GlobalPresenceD1Ev at Base 0.8.0
- _ZN3KTp14GlobalPresenceD2Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14GlobalPresenceD0Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14GlobalPresenceD1Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp14GlobalPresenceD2Ev at Base 0.8.0
  _ZN3KTp14MessageContextC1ERKN2Tp9SharedPtrINS1_7AccountEEERKNS2_INS1_11TextChannelEEE at Base 0.8.0
  _ZN3KTp14MessageContextC2ERKN2Tp9SharedPtrINS1_7AccountEEERKNS2_INS1_11TextChannelEEE at Base 0.8.0
  _ZN3KTp14MessageContextD0Ev at Base 0.8.0
@@ -272,9 +272,9 @@
  _ZN3KTp7Contact21invalidateAvatarCacheEv at Base 0.8.0
  _ZN3KTp7ContactC1EPN2Tp14ContactManagerERKNS1_17ReferencedHandlesERKNS1_8FeaturesERK4QMapI7QString8QVariantE at Base 0.8.0
  _ZN3KTp7ContactC2EPN2Tp14ContactManagerERKNS1_17ReferencedHandlesERKNS1_8FeaturesERK4QMapI7QString8QVariantE at Base 0.8.0
- _ZN3KTp7ContactD0Ev at Base 0.8.0
- _ZN3KTp7ContactD1Ev at Base 0.8.0
- _ZN3KTp7ContactD2Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp7ContactD0Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp7ContactD1Ev at Base 0.8.0
+#MISSING: 0.8.1-4# _ZN3KTp7ContactD2Ev at Base 0.8.0
  _ZN3KTp7Message11setPropertyEPKcRK8QVariant at Base 0.8.0
  _ZN3KTp7Message12appendScriptERK7QString at Base 0.8.0
  _ZN3KTp7Message17appendMessagePartERK7QString at Base 0.8.0
@@ -430,6 +430,6 @@
  _ZTVN3KTp7ContactE at Base 0.8.0
  _ZTVN3KTp7MessageE at Base 0.8.0
  (c++)"non-virtual thunk to KTp::CircularCountdown::~CircularCountdown()@Base" 0.8.0
- (c++)"non-virtual thunk to KTp::Contact::~Contact()@Base" 0.8.0
+#MISSING: 0.8.1-4# (c++)"non-virtual thunk to KTp::Contact::~Contact()@Base" 0.8.0
  (c++)"non-virtual thunk to KTp::ContactInfoDialog::~ContactInfoDialog()@Base" 0.8.0
  (c++)"non-virtual thunk to KTp::PersistentContact::~PersistentContact()@Base" 0.8.0
dh_makeshlibs: failing due to earlier errors
make: *** [binary-arch] Error 2
debian/rules:4: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2



More information about the pkg-kde-extras mailing list