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

Bug#778092: qtquick1-opensource-src: ftbfs with GCC-5



Package: src:qtquick1-opensource-src
Version: 5.3.2-3
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/qtquick1-opensource-src_5.3.2-3_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

[...]
  _ZN28QDeclarativeStringConverters15colorFromStringERK7QStringPb@Base 5.0.2
@@ -1229,9 +1229,9 @@
  _ZN30QDeclarativeDebugPropertyWatch16staticMetaObjectE@Base 5.0.2 1
  _ZN30QDeclarativeDebugPropertyWatchC1EP7QObject@Base 5.0.2 1
  _ZN30QDeclarativeDebugPropertyWatchC2EP7QObject@Base 5.0.2 1
- _ZN30QDeclarativeDebugPropertyWatchD0Ev@Base 5.0.2 1
- _ZN30QDeclarativeDebugPropertyWatchD1Ev@Base 5.0.2 1
- _ZN30QDeclarativeDebugPropertyWatchD2Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN30QDeclarativeDebugPropertyWatchD0Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN30QDeclarativeDebugPropertyWatchD1Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN30QDeclarativeDebugPropertyWatchD2Ev@Base 5.0.2 1
  _ZN30QDeclarativeDomDynamicPropertyC1ERKS_@Base 5.0.2 1
  _ZN30QDeclarativeDomDynamicPropertyC1Ev@Base 5.0.2 1
  _ZN30QDeclarativeDomDynamicPropertyC2ERKS_@Base 5.0.2 1
@@ -1322,9 +1322,9 @@
  _ZN38QDeclarativeDebugObjectExpressionWatch16staticMetaObjectE@Base 5.0.2 1
  _ZN38QDeclarativeDebugObjectExpressionWatchC1EP7QObject@Base 5.0.2 1
  _ZN38QDeclarativeDebugObjectExpressionWatchC2EP7QObject@Base 5.0.2 1
- _ZN38QDeclarativeDebugObjectExpressionWatchD0Ev@Base 5.0.2 1
- _ZN38QDeclarativeDebugObjectExpressionWatchD1Ev@Base 5.0.2 1
- _ZN38QDeclarativeDebugObjectExpressionWatchD2Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN38QDeclarativeDebugObjectExpressionWatchD0Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN38QDeclarativeDebugObjectExpressionWatchD1Ev@Base 5.0.2 1
+#MISSING: 5.3.2-3# _ZN38QDeclarativeDebugObjectExpressionWatchD2Ev@Base 5.0.2 1
  _ZN39QDeclarativeNetworkAccessManagerFactoryD0Ev@Base 5.0.2
  _ZN39QDeclarativeNetworkAccessManagerFactoryD1Ev@Base 5.0.2
  _ZN39QDeclarativeNetworkAccessManagerFactoryD2Ev@Base 5.0.2
@@ -2125,7 +2125,7 @@
  (c++)"non-virtual thunk to QDeclarativeParentChange::~QDeclarativeParentChange()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeRectangle::boundingRect() const@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeRectangle::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*)@Base" 5.0.2
- (c++)"non-virtual thunk to QDeclarativeRectangle::~QDeclarativeRectangle()@Base" 5.0.2
+#MISSING: 5.3.2-3# (c++)"non-virtual thunk to QDeclarativeRectangle::~QDeclarativeRectangle()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeScriptAction::~QDeclarativeScriptAction()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeStateGroup::classBegin()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeStateGroup::componentComplete()@Base" 5.0.2
@@ -2138,5 +2138,5 @@
  (c++)"non-virtual thunk to QDeclarativeText::~QDeclarativeText()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeTimer::classBegin()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeTimer::componentComplete()@Base" 5.0.2
- (c++)"non-virtual thunk to QDeclarativeTimer::~QDeclarativeTimer()@Base" 5.0.2
+#MISSING: 5.3.2-3# (c++)"non-virtual thunk to QDeclarativeTimer::~QDeclarativeTimer()@Base" 5.0.2
  (c++)"non-virtual thunk to QDeclarativeView::~QDeclarativeView()@Base" 5.0.2
dh_makeshlibs: failing due to earlier errors
make[1]: *** [override_dh_makeshlibs] Error 2
debian/rules:34: recipe for target 'override_dh_makeshlibs' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
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


Reply to: