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

Bug#778082: qbs: ftbfs with GCC-5



Package: src:qbs
Version: 1.3.3+dfsg-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/qbs_1.3.3+dfsg-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

[...]
@@ -151,9 +152,9 @@
  _ZN3qbs15SetupProjectJob7resolveERKNS_7ProjectERKNS_22SetupProjectParametersE@Base 1.3.1
  _ZN3qbs15SetupProjectJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
  _ZN3qbs15SetupProjectJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
- _ZN3qbs15SetupProjectJobD0Ev@Base 1.2.1
- _ZN3qbs15SetupProjectJobD1Ev@Base 1.2.1
- _ZN3qbs15SetupProjectJobD2Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs15SetupProjectJobD0Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs15SetupProjectJobD1Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs15SetupProjectJobD2Ev@Base 1.2.1
  _ZN3qbs17defaultEndiannessERK7QString@Base 1.3.2
  _ZN3qbs21canonicalArchitectureERK7QString@Base 1.3.2
  _ZN3qbs22SetupProjectParameters12setBuildRootERK7QString@Base 1.2.1
@@ -211,18 +212,18 @@
  _ZN3qbs8BuildJob5buildERK14QSharedPointerINS_8Internal15TopLevelProjectEERK5QListIS1_INS2_15ResolvedProductEEERKNS_12BuildOptionsE@Base 1.2.1
  _ZN3qbs8BuildJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
  _ZN3qbs8BuildJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
- _ZN3qbs8BuildJobD0Ev@Base 1.2.1
- _ZN3qbs8BuildJobD1Ev@Base 1.2.1
- _ZN3qbs8BuildJobD2Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8BuildJobD0Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8BuildJobD1Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8BuildJobD2Ev@Base 1.2.1
  _ZN3qbs8CleanJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 1.2.1
  _ZN3qbs8CleanJob11qt_metacastEPKc@Base 1.2.1
  _ZN3qbs8CleanJob16staticMetaObjectE@Base 1.2.1
  _ZN3qbs8CleanJob5cleanERK14QSharedPointerINS_8Internal15TopLevelProjectEERK5QListIS1_INS2_15ResolvedProductEEERKNS_12CleanOptionsE@Base 1.2.1
  _ZN3qbs8CleanJobC1ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
  _ZN3qbs8CleanJobC2ERKNS_8Internal6LoggerEP7QObject@Base 1.2.1
- _ZN3qbs8CleanJobD0Ev@Base 1.2.1
- _ZN3qbs8CleanJobD1Ev@Base 1.2.1
- _ZN3qbs8CleanJobD2Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8CleanJobD0Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8CleanJobD1Ev@Base 1.2.1
+#MISSING: 1.3.3+dfsg-3# _ZN3qbs8CleanJobD2Ev@Base 1.2.1
  _ZN3qbs8ILogSink11setLogLevelENS_11LoggerLevelE@Base 1.2.1
  _ZN3qbs8ILogSink12printMessageENS_11LoggerLevelERK7QStringS4_b@Base 1.2.1
  _ZN3qbs8ILogSink12printWarningERKNS_9ErrorInfoE@Base 1.2.1
@@ -323,6 +324,7 @@
  _ZN3qbsneERKNS_14TargetArtifactES2_@Base 1.2.1
  _ZN3qbsneERKNS_15InstallableFileES2_@Base 1.2.1
  _ZN3qbsneERKNS_9GroupDataES2_@Base 1.2.1
+ _ZN9QHashData9hasShrunkEv@Base 1.3.3+dfsg-3
  _ZNK3qbs10InstallJob10metaObjectEv@Base 1.2.1
  _ZNK3qbs11AbstractJob10metaObjectEv@Base 1.2.1
  _ZNK3qbs11AbstractJob5errorEv@Base 1.2.1
dh_makeshlibs: failing due to earlier errors
make: *** [binary-arch] Error 2
debian/rules:16: recipe for target 'binary-arch' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2


Reply to: