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

Bug#777793: baloo-widgets: ftbfs with GCC-5



Package: src:baloo-widgets
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/baloo-widgets_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

[...]
dh_lintian  # [-a]
dh_gconf  # [-a]
dh_icons  # [-a]
dh_perl  # [-a]
dh_usrlocal  # [-a]
dh_link  # [-a]
dh_compress '-X.dcl' '-X.docbook' '-X-license' '-X.tag' '-X.sty' '-X.el'  # [-a]
dh_fixperms  # [-a]
make[1]: Leaving directory '/«PKGBUILDDIR»'
# "install-arch" target is done
/usr/bin/make -f debian/rules dhmk_run_binary-arch_commands DHMK_TARGET="binary-arch"
make[1]: Entering directory '/«PKGBUILDDIR»'
# Running override target (override_dh_strip)
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=libbaloowidgets4-dbg
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_makeshlibs '-Xusr/lib/kde4/'  # [-a]
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libbaloowidgets4/DEBIAN/symbols doesn't match completely debian/libbaloowidgets4.symbols
--- debian/libbaloowidgets4.symbols (libbaloowidgets4_4:4.14.0-1_amd64)
+++ dpkg-gensymbols0Kfhsm	2015-02-07 10:19:15.807202457 +0000
@@ -8,9 +8,9 @@
  _ZN5Baloo12QueryBuilder7reparseEv@Base 4:4.14.0
  _ZN5Baloo12QueryBuilderC1EPNS_11QueryParserEP7QWidget@Base 4:4.14.0
  _ZN5Baloo12QueryBuilderC2EPNS_11QueryParserEP7QWidget@Base 4:4.14.0
- _ZN5Baloo12QueryBuilderD0Ev@Base 4:4.14.0
- _ZN5Baloo12QueryBuilderD1Ev@Base 4:4.14.0
- _ZN5Baloo12QueryBuilderD2Ev@Base 4:4.14.0
+#MISSING: 4:4.14.0-1# _ZN5Baloo12QueryBuilderD0Ev@Base 4:4.14.0
+#MISSING: 4:4.14.0-1# _ZN5Baloo12QueryBuilderD1Ev@Base 4:4.14.0
+#MISSING: 4:4.14.0-1# _ZN5Baloo12QueryBuilderD2Ev@Base 4:4.14.0
  _ZN5Baloo15GroupedLineEdit10paintEventEP11QPaintEvent@Base 4:4.14.0
  _ZN5Baloo15GroupedLineEdit11qt_metacallEN11QMetaObject4CallEiPPv@Base 4:4.14.0
  _ZN5Baloo15GroupedLineEdit11qt_metacastEPKc@Base 4:4.14.0
@@ -120,5 +120,5 @@
  (c++)"non-virtual thunk to Baloo::FileMetaDataConfigWidget::~FileMetaDataConfigWidget()@Base" 4:4.13.2
  (c++)"non-virtual thunk to Baloo::FileMetaDataWidget::~FileMetaDataWidget()@Base" 4:4.13.2
  (c++)"non-virtual thunk to Baloo::GroupedLineEdit::~GroupedLineEdit()@Base" 4:4.14.0
- (c++)"non-virtual thunk to Baloo::QueryBuilder::~QueryBuilder()@Base" 4:4.14.0
+#MISSING: 4:4.14.0-1# (c++)"non-virtual thunk to Baloo::QueryBuilder::~QueryBuilder()@Base" 4:4.14.0
  (c++)"non-virtual thunk to Baloo::TagWidget::~TagWidget()@Base" 4:4.13.2
dh_makeshlibs: failing due to earlier errors
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: