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

Bug#746897: qtquick1-opensource-src: ftbfs with GCC-4.9



Package: src:qtquick1-opensource-src
Version: 5.2.1-3
Severity: important
Tags: sid jessie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/qtquick1-opensource-src_5.2.1-3_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are 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-4.9/porting_to.html

[...]
make[3]: Leaving directory `/«PKGBUILDDIR»/examples'
make[2]: Leaving directory `/«PKGBUILDDIR»'
# libtool-like files
rm -f debian/tmp/usr/lib/x86_64-linux-gnu/*.la
# Fix wrong path in pkgconfig files
find /«PKGBUILDDIR»/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
	-exec sed -i -e 's/x86_64-linux-gnu\/x86_64-linux-gnu/x86_64-linux-gnu/g' {} \;
make[1]: Leaving directory `/«PKGBUILDDIR»'
   debian/rules override_dh_install
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_install --fail-missing
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_installdocs -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_installchangelogs -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_lintian -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_perl -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_link -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_compress -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_fixperms -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_strip -a -O--parallel -O--dbg-package=qtquick1-5-dbg
   dh_makeshlibs -a -O--parallel -O--dbg-package=qtquick1-5-dbg
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5declarative5/DEBIAN/symbols doesn't match completely debian/libqt5declarative5.symbols
--- debian/libqt5declarative5.symbols (libqt5declarative5_5.2.1-3_amd64)
+++ dpkg-gensymbolsNZc3bW	2014-04-19 18:43:00.665215516 +0000
@@ -606,9 +606,9 @@
  _ZN21QDeclarativeValueType16staticMetaObjectE@Base 5.0.2 1
  _ZN21QDeclarativeValueTypeC1EP7QObject@Base 5.0.2 1
  _ZN21QDeclarativeValueTypeC2EP7QObject@Base 5.0.2 1
- _ZN21QDeclarativeValueTypeD0Ev@Base 5.0.2 1
- _ZN21QDeclarativeValueTypeD1Ev@Base 5.0.2 1
- _ZN21QDeclarativeValueTypeD2Ev@Base 5.0.2 1
+#MISSING: 5.2.1-3# _ZN21QDeclarativeValueTypeD0Ev@Base 5.0.2 1
+#MISSING: 5.2.1-3# _ZN21QDeclarativeValueTypeD1Ev@Base 5.0.2 1
+#MISSING: 5.2.1-3# _ZN21QDeclarativeValueTypeD2Ev@Base 5.0.2 1
  _ZN22QDeclarativeDebugQuery11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.0.2 1
  _ZN22QDeclarativeDebugQuery11qt_metacastEPKc@Base 5.0.2 1
  _ZN22QDeclarativeDebugQuery12stateChangedENS_5StateE@Base 5.0.2 1
@@ -1342,7 +1342,7 @@
  _ZN7QPacketD0Ev@Base 5.0.2 1
  _ZN7QPacketD1Ev@Base 5.0.2 1
  _ZN7QPacketD2Ev@Base 5.0.2 1
- (arch=!sparc)_ZN9QBitArray8clearBitEi@Base 5.0.2
+#MISSING: 5.2.1-3# (arch=!sparc)_ZN9QBitArray8clearBitEi@Base 5.0.2
  _ZNK12QPaintDevice7devTypeEv@Base 5.0.2
  _ZNK15QDeclarativePen10metaObjectEv@Base 5.0.2 1
  _ZNK15QPacketProtocol10metaObjectEv@Base 5.0.2 1
dh_makeshlibs: failing due to earlier errors
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2


Reply to: