Source: isc-kea Version: 1.0.0-3 Severity: serious Tags: stretch sid User: [email protected] Usertags: qa-ftbfs-20160713 qa-ftbfs Justification: FTBFS with GCC 6 on amd64
Hi, During a rebuild of all packages in sid using the gcc-defaults package available in experimental to make GCC default to version 6, your package failed to build on amd64. For more information about GCC 6 and Stretch, see: - https://wiki.debian.org/GCC6 - https://lists.debian.org/debian-devel-announce/2016/06/msg00007.html Relevant part (hopefully): > /bin/bash ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H > -I. -I../../../../../src/lib/util/threads -I../../../.. > -I../../../../../src/lib -I../../../../src/lib -Wdate-time > -D_FORTIFY_SOURCE=2 -DOS_LINUX -I../../../../../ext/coroutine > -DBOOST_ASIO_HEADER_ONLY -DBOOST_ASIO_DISABLE_THREADS=1 -Wall -Wextra > -Wnon-virtual-dtor -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare > -pthread -Werror -fPIC -g -fPIE -fstack-protector-strong -Wformat > -Werror=format-security -c -o sync.lo > ../../../../../src/lib/util/threads/sync.cc > libtool: compile: g++ -DHAVE_CONFIG_H -I. > -I../../../../../src/lib/util/threads -I../../../.. -I../../../../../src/lib > -I../../../../src/lib -Wdate-time -D_FORTIFY_SOURCE=2 -DOS_LINUX > -I../../../../../ext/coroutine -DBOOST_ASIO_HEADER_ONLY > -DBOOST_ASIO_DISABLE_THREADS=1 -Wall -Wextra -Wnon-virtual-dtor > -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -pthread -Werror -fPIC > -g -fstack-protector-strong -Wformat -Werror=format-security -c > ../../../../../src/lib/util/threads/sync.cc -fPIC -DPIC -o .libs/sync.o > ../../../../../src/lib/util/threads/sync.cc: In constructor > 'isc::util::thread::Mutex::Mutex()': > ../../../../../src/lib/util/threads/sync.cc:85:5: error: 'template<class> > class std::auto_ptr' is deprecated [-Werror=deprecated-declarations] > auto_ptr<Impl> impl(new Impl); > ^~~~~~~~ > In file included from /usr/include/c++/6/memory:81:0, > from ../../../../../src/lib/util/threads/sync.cc:14: > /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here > template<typename> class auto_ptr; > ^~~~~~~~ > cc1plus: all warnings being treated as errors > make[7]: *** [sync.lo] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2016/07/13/isc-kea_1.0.0-3_unstable_gcc6.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.

