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

Bug#778094: qtsvg-opensource-src: ftbfs with GCC-5



Package: src:qtsvg-opensource-src
Version: 5.3.2-2
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/qtsvg-opensource-src_5.3.2-2_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_strip -a -O--parallel -O--dbg-package=qtsvg5-dbg
   debian/rules override_dh_makeshlibs
make[1]: Entering directory '/«PKGBUILDDIR»'
dh_makeshlibs
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5svg5/DEBIAN/symbols doesn't match completely debian/libqt5svg5.symbols
--- debian/libqt5svg5.symbols (libqt5svg5_5.3.2-2_amd64)
+++ dpkg-gensymbols0zf562	2015-02-07 10:06:59.988378626 +0000
@@ -63,9 +63,9 @@
  _ZN16QGraphicsSvgItemC1ERK7QStringP13QGraphicsItem@Base 5.0.2
  _ZN16QGraphicsSvgItemC2EP13QGraphicsItem@Base 5.0.2
  _ZN16QGraphicsSvgItemC2ERK7QStringP13QGraphicsItem@Base 5.0.2
- _ZN16QGraphicsSvgItemD0Ev@Base 5.0.2
- _ZN16QGraphicsSvgItemD1Ev@Base 5.0.2
- _ZN16QGraphicsSvgItemD2Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN16QGraphicsSvgItemD0Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN16QGraphicsSvgItemD1Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN16QGraphicsSvgItemD2Ev@Base 5.0.2
  _ZN16QSvgTinyDocument10addSvgFontEP8QSvgFont@Base 5.0.2 1
  _ZN16QSvgTinyDocument10setViewBoxERK6QRectF@Base 5.0.2 1
  _ZN16QSvgTinyDocument11setAnimatedEb@Base 5.0.2 1
@@ -89,10 +89,10 @@
  _ZN16QSvgTinyDocumentD0Ev@Base 5.0.2 1
  _ZN16QSvgTinyDocumentD1Ev@Base 5.0.2 1
  _ZN16QSvgTinyDocumentD2Ev@Base 5.0.2 1
- (optional=gccinternal|arch=!ia64)_ZN4QCss10StyleSheetC1ERKS0_@Base 5.0.2
- (optional=gccinternal|arch=!ia64)_ZN4QCss10StyleSheetC2ERKS0_@Base 5.0.2
- _ZN4QCss10StyleSheetD1Ev@Base 5.0.2
- _ZN4QCss10StyleSheetD2Ev@Base 5.0.2
+#MISSING: 5.3.2-2# (optional=gccinternal|arch=!ia64)_ZN4QCss10StyleSheetC1ERKS0_@Base 5.0.2
+#MISSING: 5.3.2-2# (optional=gccinternal|arch=!ia64)_ZN4QCss10StyleSheetC2ERKS0_@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN4QCss10StyleSheetD1Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN4QCss10StyleSheetD2Ev@Base 5.0.2
  _ZNK10QSvgWidget10metaObjectEv@Base 5.0.2
  _ZNK10QSvgWidget8rendererEv@Base 5.0.2
  _ZNK10QSvgWidget8sizeHintEv@Base 5.0.2
@@ -156,5 +156,5 @@
  (c++)"non-virtual thunk to QGraphicsSvgItem::boundingRect() const@Base" 5.0.2
  (c++)"non-virtual thunk to QGraphicsSvgItem::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*)@Base" 5.0.2
  (c++)"non-virtual thunk to QGraphicsSvgItem::type() const@Base" 5.0.2
- (c++)"non-virtual thunk to QGraphicsSvgItem::~QGraphicsSvgItem()@Base" 5.0.2
+#MISSING: 5.3.2-2# (c++)"non-virtual thunk to QGraphicsSvgItem::~QGraphicsSvgItem()@Base" 5.0.2
  (c++)"non-virtual thunk to QSvgWidget::~QSvgWidget()@Base" 5.0.2
dh_makeshlibs: failing due to earlier errors
make[1]: *** [override_dh_makeshlibs] Error 2
debian/rules:47: recipe for target 'override_dh_makeshlibs' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
debian/rules:14: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2


Reply to: