[pkg-kolab] Bug#777952: libkolab: ftbfs with GCC-5

Matthias Klose doko at debian.org
Thu Feb 12 10:33:23 UTC 2015


Package: src:libkolab
Version: 0.5.3-1
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/libkolab_0.5.3-1_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

[...]
dpkg-gensymbols: warning: debian/libkolab0/DEBIAN/symbols doesn't match completely debian/libkolab0.symbols
--- debian/libkolab0.symbols (libkolab0_0.5.3-1_amd64)
+++ dpkg-gensymbolsUlPMrQ	2015-02-07 09:06:15.410269783 +0000
@@ -56,14 +56,14 @@
  _ZN5Kolab11ITipHandlerC2Ev at Base 0.5.2
  _ZN5Kolab12ErrorHandler11debugStreamENS0_8SeverityEiPKc at Base 0.5.2
  _ZN5Kolab12ErrorHandler23handleLibkolabxmlErrorsEv at Base 0.5.2
- _ZN5Kolab12ErrorHandler3ErrD1Ev at Base 0.5.2
- _ZN5Kolab12ErrorHandler3ErrD2Ev at Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandler3ErrD1Ev at Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandler3ErrD2Ev at Base 0.5.2
  _ZN5Kolab12ErrorHandler5clearEv at Base 0.5.2
  _ZN5Kolab12ErrorHandler8addErrorENS0_8SeverityERK7QStringS4_ at Base 0.5.2
  _ZN5Kolab12ErrorHandlerC1Ev at Base 0.5.2
  _ZN5Kolab12ErrorHandlerC2Ev at Base 0.5.2
- _ZN5Kolab12ErrorHandlerD1Ev at Base 0.5.2
- _ZN5Kolab12ErrorHandlerD2Ev at Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandlerD1Ev at Base 0.5.2
+#MISSING: 0.5.3-1# _ZN5Kolab12ErrorHandlerD2Ev at Base 0.5.2
  _ZN5Kolab13DateTimeUtils16getLocalTimezoneEv at Base 0.5.2
  _ZN5Kolab13FreebusyUtils16generateFreeBusyERK5QListI14QSharedPointerIN8KCalCore5EventEEERK9KDateTimeSB_RKS2_INS3_6PersonEE at Base 0.5.2
  _ZN5Kolab13FreebusyUtils17aggregateFreeBusyERKSt6vectorINS_8FreebusyESaIS2_EERKSsS8_b at Base 0.5.2
@@ -143,7 +143,8 @@
  _ZNK5Kolab9XMLObject18logoAttachmentNameEv at Base 0.5.2
  _ZNK5Kolab9XMLObject19soundAttachmentNameEv at Base 0.5.2
  _ZNK5Kolab9XMLObject21pictureAttachmentNameEv at Base 0.5.2
- (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_ at Base 0.5.2
+#MISSING: 0.5.3-1# (optional=templinst)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_ at Base 0.5.2
+ _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSsS2_EET0_T_S4_S3_ at Base 0.5.3-1
  (optional=templinst)_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs at Base 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEC1ERKS1_ at Base 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEC2ERKS1_ at Base 0.5.2
@@ -151,4 +152,5 @@
  (optional=templinst)_ZNSt6vectorISsSaISsEED2Ev at Base 0.5.2
  (optional=templinst)_ZNSt6vectorISsSaISsEEaSERKS1_ at Base 0.5.2
  (optional=templinst)_ZNSt6vectorIiSaIiEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPiS1_EERKi at Base 0.5.2
+ _ZSteqIcEN9__gnu_cxx11__enable_ifIXsrSt9__is_charIT_E7__valueEbE6__typeERKSbIS3_St11char_traitsIS3_ESaIS3_EESC_ at Base 0.5.3-1
  _ZZN5Kolab12ErrorHandler8instanceEvE4inst at Base 0.5.2
	rm -f debian/php-kolab/DEBIAN/shlibs
	install -d debian/php-kolab/DEBIAN
	rm -f debian/python-kolab/DEBIAN/shlibs
	install -d debian/python-kolab/DEBIAN
	rm -f debian/libkolab-dev/DEBIAN/shlibs
dh_makeshlibs: failing due to earlier errors
make[1]: *** [override_dh_makeshlibs] Error 2
debian/rules:37: recipe for target 'override_dh_makeshlibs' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
debian/rules:13: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2



More information about the pkg-kolab-devel mailing list