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

Bug#778097: qtxmlpatterns-opensource-src: ftbfs with GCC-5



Package: src:qtxmlpatterns-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/qtxmlpatterns-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

[...]
-exec sed -i -e 's/x86_64-linux-gnu\/x86_64-linux-gnu/x86_64-linux-gnu/g' {} \;
# Remove libtool-like file
rm -f debian/tmp/usr/lib/x86_64-linux-gnu/*.la
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=qtxmlpatterns5-dbg
   dh_installchangelogs -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_perl -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_link -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_compress -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_fixperms -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_strip -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
   dh_makeshlibs -a -O--parallel -O--dbg-package=qtxmlpatterns5-dbg
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libqt5xmlpatterns5/DEBIAN/symbols doesn't match completely debian/libqt5xmlpatterns5.symbols
--- debian/libqt5xmlpatterns5.symbols (libqt5xmlpatterns5_5.3.2-2_amd64)
+++ dpkg-gensymbolsCb9Z9t	2015-02-07 16:01:04.314046223 +0000
@@ -39,9 +39,9 @@
  _ZN13QXmlFormatter9attributeERK8QXmlNameRK10QStringRef@Base 5.0.2
  _ZN13QXmlFormatterC1ERK9QXmlQueryP9QIODevice@Base 5.0.2
  _ZN13QXmlFormatterC2ERK9QXmlQueryP9QIODevice@Base 5.0.2
- _ZN13QXmlFormatterD0Ev@Base 5.0.2
- _ZN13QXmlFormatterD1Ev@Base 5.0.2
- _ZN13QXmlFormatterD2Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN13QXmlFormatterD0Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN13QXmlFormatterD1Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN13QXmlFormatterD2Ev@Base 5.0.2
  _ZN14QXmlSerializer10charactersERK10QStringRef@Base 5.0.2
  _ZN14QXmlSerializer10endElementEv@Base 5.0.2
  _ZN14QXmlSerializer11atomicValueERK8QVariant@Base 5.0.2
@@ -61,9 +61,9 @@
  _ZN14QXmlSerializerC1ERK9QXmlQueryP9QIODevice@Base 5.0.2
  _ZN14QXmlSerializerC2EP27QAbstractXmlReceiverPrivate@Base 5.0.2
  _ZN14QXmlSerializerC2ERK9QXmlQueryP9QIODevice@Base 5.0.2
- _ZN14QXmlSerializerD0Ev@Base 5.0.2
- _ZN14QXmlSerializerD1Ev@Base 5.0.2
- _ZN14QXmlSerializerD2Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN14QXmlSerializerD0Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN14QXmlSerializerD1Ev@Base 5.0.2
+#MISSING: 5.3.2-2# _ZN14QXmlSerializerD2Ev@Base 5.0.2
  _ZN15QSourceLocation6setUriERK4QUrl@Base 5.0.2
  _ZN15QSourceLocation7setLineEx@Base 5.0.2
  _ZN15QSourceLocation9setColumnEx@Base 5.0.2
dh_makeshlibs: failing due to earlier errors
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: