[Pkg-libopendbx-maintainers] Bug#746868: libopendbx: ftbfs with GCC-4.9

Matthias Klose doko at debian.org
Sun May 4 00:21:58 UTC 2014


Package: src:libopendbx
Version: 1.4.6-5
Severity: important
Tags: sid jessie
User: debian-gcc at 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/libopendbx_1.4.6-5_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

[...]
- _ZN7OpenDBX10Conn_IfaceD2Ev at Base 1.4.6
- _ZN7OpenDBX10Stmt_IfaceD0Ev at Base 1.4.6
- _ZN7OpenDBX10Stmt_IfaceD1Ev at Base 1.4.6
- _ZN7OpenDBX10Stmt_IfaceD2Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Conn_IfaceD0Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Conn_IfaceD1Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Conn_IfaceD2Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Stmt_IfaceD0Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Stmt_IfaceD1Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX10Stmt_IfaceD2Ev at Base 1.4.6
  _ZN7OpenDBX11Result_Impl10columnNameEm at Base 1.4.6
  _ZN7OpenDBX11Result_Impl10columnTypeEm at Base 1.4.6
  _ZN7OpenDBX11Result_Impl10fieldValueEm at Base 1.4.6
@@ -50,9 +50,9 @@
  _ZN7OpenDBX11Result_ImplD0Ev at Base 1.4.6
  _ZN7OpenDBX11Result_ImplD1Ev at Base 1.4.6
  _ZN7OpenDBX11Result_ImplD2Ev at Base 1.4.6
- _ZN7OpenDBX12Result_IfaceD0Ev at Base 1.4.6
- _ZN7OpenDBX12Result_IfaceD1Ev at Base 1.4.6
- _ZN7OpenDBX12Result_IfaceD2Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX12Result_IfaceD0Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX12Result_IfaceD1Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX12Result_IfaceD2Ev at Base 1.4.6
  _ZN7OpenDBX15StmtSimple_Impl7executeEv at Base 1.4.6
  _ZN7OpenDBX15StmtSimple_ImplC1EP6odbx_tRKSs at Base 1.4.6
  _ZN7OpenDBX15StmtSimple_ImplC1Ev at Base 1.4.6
@@ -149,14 +149,14 @@
  _ZN7OpenDBX9ExceptionD0Ev at Base 1.4.6
  _ZN7OpenDBX9ExceptionD1Ev at Base 1.4.6
  _ZN7OpenDBX9ExceptionD2Ev at Base 1.4.6
- _ZN7OpenDBX9Lob_IfaceD0Ev at Base 1.4.6
- _ZN7OpenDBX9Lob_IfaceD1Ev at Base 1.4.6
- _ZN7OpenDBX9Lob_IfaceD2Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Lob_IfaceD0Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Lob_IfaceD1Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Lob_IfaceD2Ev at Base 1.4.6
  _ZN7OpenDBX9Stmt_ImplC1EP6odbx_t at Base 1.4.6
  _ZN7OpenDBX9Stmt_ImplC2EP6odbx_t at Base 1.4.6
- _ZN7OpenDBX9Stmt_ImplD0Ev at Base 1.4.6
- _ZN7OpenDBX9Stmt_ImplD1Ev at Base 1.4.6
- _ZN7OpenDBX9Stmt_ImplD2Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Stmt_ImplD0Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Stmt_ImplD1Ev at Base 1.4.6
+#MISSING: 1.4.6-5# _ZN7OpenDBX9Stmt_ImplD2Ev at Base 1.4.6
  _ZNK7OpenDBX9Exception7getCodeEv at Base 1.4.6
  _ZNK7OpenDBX9Exception7getTypeEv at Base 1.4.6
  _ZNK7OpenDBX9Stmt_Impl10_getHandleEv at Base 1.4.6
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



More information about the Pkg-libopendbx-maintainers mailing list