[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#777927: kiten: ftbfs with GCC-5



Package: src:kiten
Version: 4:4.14.0-1
Severity: normal
Tags: sid stretch
User: debian-gcc@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/kiten_4.14.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

[...]
test -z "`ls debian/*.debhelper.log 2>/dev/null`" || sed -i '/^override_dh_strip[[:space:]]/d' debian/*.debhelper.log
/usr/bin/make -f debian/rules override_dh_strip DH_INTERNAL_OVERRIDE="dh_strip"  # [-a]
make[2]: Entering directory '/«PKGBUILDDIR»'
dh_strip  --dbg-package=kiten-dbg
make[2]: Leaving directory '/«PKGBUILDDIR»'
# Running override target (override_dh_makeshlibs)
test -z "`ls debian/*.debhelper.log 2>/dev/null`" || sed -i '/^override_dh_makeshlibs[[:space:]]/d' debian/*.debhelper.log
/usr/bin/make -f debian/rules override_dh_makeshlibs DH_INTERNAL_OVERRIDE="dh_makeshlibs"  # [-a]
make[2]: Entering directory '/«PKGBUILDDIR»'
dh_makeshlibs '-Xusr/lib/kde4/'  -V
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libkiten4abi1/DEBIAN/symbols doesn't match completely debian/libkiten4abi1.symbols
--- debian/libkiten4abi1.symbols (libkiten4abi1_4:4.14.0-1_amd64)
+++ dpkg-gensymbols3DX5V4	2015-02-07 10:10:03.296378626 +0000
@@ -6,9 +6,9 @@
  _ZN10EntryEdictC1ERK7QStringS2_@ABI_4_1 4:4.8.4
  _ZN10EntryEdictC2ERK7QString@ABI_4_1 4:4.8.4
  _ZN10EntryEdictC2ERK7QStringS2_@ABI_4_1 4:4.8.4
- _ZN10EntryEdictD0Ev@ABI_4_1 4:4.8.4
- _ZN10EntryEdictD1Ev@ABI_4_1 4:4.8.4
- _ZN10EntryEdictD2Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN10EntryEdictD0Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN10EntryEdictD1Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN10EntryEdictD2Ev@ABI_4_1 4:4.8.4
  _ZN13DictFileEdict10validQueryERK9DictQuery@ABI_4_1 4:4.8.4
  _ZN13DictFileEdict12loadListTypeEP19KConfigSkeletonItemP11QStringListRK4QMapI7QStringS5_E@ABI_4_1 4:4.8.4
  _ZN13DictFileEdict12loadSettingsEP15KConfigSkeleton@ABI_4_1 4:4.8.4
@@ -33,9 +33,9 @@
  _ZN13EntryKanjidicC2ERK7QString@ABI_4_1 4:4.8.4
  _ZN13EntryKanjidicC2ERK7QStringS2_@ABI_4_1 4:4.8.4
  _ZN13EntryKanjidicC2ERKS_@ABI_4_1 4:4.8.4
- _ZN13EntryKanjidicD0Ev@ABI_4_1 4:4.8.4
- _ZN13EntryKanjidicD1Ev@ABI_4_1 4:4.8.4
- _ZN13EntryKanjidicD2Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN13EntryKanjidicD0Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN13EntryKanjidicD1Ev@ABI_4_1 4:4.8.4
+#MISSING: 4:4.14.0-1# _ZN13EntryKanjidicD2Ev@ABI_4_1 4:4.8.4
  _ZN14HistoryPtrList10setCurrentEi@ABI_4_1 4:4.8.4
  _ZN14HistoryPtrList12toStringListEv@ABI_4_1 4:4.8.4
  _ZN14HistoryPtrList16toStringListNextEv@ABI_4_1 4:4.8.4
dh_makeshlibs: failing due to earlier errors
make[2]: *** [override_dh_makeshlibs] Error 2
debian/rules:15: recipe for target 'override_dh_makeshlibs' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [pre_binary-arch_dh_makeshlibs] Error 2
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: recipe for target 'pre_binary-arch_dh_makeshlibs' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [debian/dhmk_binary-arch] Error 2
/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: recipe for target 'debian/dhmk_binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2


Reply to: