[Pkg-mongodb-maintainers] Bug#853555: mongo-tools: ftbfs with GCC-7

Matthias Klose doko at debian.org
Tue Jan 31 09:34:01 UTC 2017


Package: src:mongo-tools
Version: 3.2.11-1
Severity: normal
Tags: sid buster
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/mongo-tools_3.2.11-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
gopkg.in/mgo.v2/internal/scram
gopkg.in/mgo.v2/internal/sasl
github.com/spacemonkeygo/spacelog
golang.org/x/crypto/ssh/terminal
github.com/howeyc/gopass
github.com/mongodb/mongo-tools/common/password
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
gopkg.in/mgo.v2/bson
github.com/mongodb/mongo-tools/common/util
gopkg.in/mgo.v2
github.com/mongodb/mongo-tools/common/json
github.com/mongodb/mongo-tools/common/signals
github.com/mongodb/mongo-tools/common/bsonutil
github.com/mongodb/mongo-tools/common/intents
github.com/spacemonkeygo/openssl
github.com/mongodb/mongo-tools/common/text
github.com/mongodb/mongo-tools/common/progress
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
github.com/mongodb/mongo-tools/mongoimport/csv
gopkg.in/tomb.v2
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
github.com/spacemonkeygo/openssl
# github.com/spacemonkeygo/openssl
_build/src/github.com/spacemonkeygo/openssl/bio.go:313:18: call of non-function C.BIO_s_readBio
debian/rules:41: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:23: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



More information about the Pkg-mongodb-maintainers mailing list