[Pkg-owncloud-maintainers] Bug#778089: qtkeychain: ftbfs with GCC-5

Matthias Klose doko at debian.org
Thu Feb 12 10:36:14 UTC 2015


Package: src:qtkeychain
Version: 0.4.0-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/qtkeychain_0.4.0-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

[...]
make -f CMakeFiles/Makefile2 preinstall
make[3]: Entering directory '/«PKGBUILDDIR»/build-qt5'
make[3]: Nothing to be done for 'preinstall'.
make[3]: Leaving directory '/«PKGBUILDDIR»/build-qt5'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/share/qt5/translations/qtkeychain_de.qm
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/share/qt5/translations/qtkeychain_ro.qm
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/include/qt5keychain/keychain.h
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/include/qt5keychain/qkeychain_export.h
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libqt5keychain.so.0.4.0
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libqt5keychain.so.0
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libqt5keychain.so
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt5Keychain/Qt5KeychainLibraryDepends.cmake
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt5Keychain/Qt5KeychainLibraryDepends-none.cmake
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt5Keychain/Qt5KeychainConfig.cmake
-- Installing: /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/Qt5Keychain/Qt5KeychainConfigVersion.cmake
make[2]: Leaving directory '/«PKGBUILDDIR»/build-qt5'
make[1]: Leaving directory '/«PKGBUILDDIR»'
   debian/rules override_dh_install
make[1]: Entering directory '/«PKGBUILDDIR»'
dh_install --list-missing
make[1]: Leaving directory '/«PKGBUILDDIR»'
   dh_movelibkdeinit -a -O--parallel
   dh_installdocs -a -O--parallel
   dh_installchangelogs -a -O--parallel
   dh_perl -a -O--parallel
   dh_link -a -O--parallel
   dh_compress -X.dcl -X.docbook -X-license -X.tag -X.sty -X.el -a -O--parallel
   dh_fixperms -a -O--parallel
   dh_strip -a -O--parallel
   dh_makeshlibs -Xusr/lib/kde4/ -a -O--parallel
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5keychain0/DEBIAN/symbols doesn't match completely debian/libqt5keychain0.symbols
--- debian/libqt5keychain0.symbols (libqt5keychain0_0.4.0-1_amd64)
+++ dpkg-gensymbolstFShB6	2015-02-07 10:23:04.117228125 +0000
@@ -1,6 +1,6 @@
 libqt5keychain.so.0 libqt5keychain0 #MINVER#
- _ZN10QDBusErrorD1Ev at Base 0.4.0
- _ZN10QDBusErrorD2Ev at Base 0.4.0
+#MISSING: 0.4.0-1# _ZN10QDBusErrorD1Ev at Base 0.4.0
+#MISSING: 0.4.0-1# _ZN10QDBusErrorD2Ev at Base 0.4.0
  _ZN9QKeychain15ReadPasswordJob11qt_metacallEN11QMetaObject4CallEiPPv at Base 0.3.0
  _ZN9QKeychain15ReadPasswordJob11qt_metacastEPKc at Base 0.3.0
  _ZN9QKeychain15ReadPasswordJob16staticMetaObjectE at Base 0.3.0
dh_makeshlibs: failing due to earlier errors
make: *** [binary-arch] Error 2
debian/rules:12: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2



More information about the Pkg-owncloud-maintainers mailing list