Your message dated Wed, 11 Oct 2017 07:49:02 +0000
with message-id <[email protected]>
and subject line Bug#853497: fixed in libmemcached 1.0.18-4.2
has caused the Debian Bug report #853497,
regarding libmemcached: ftbfs with GCC-7
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
853497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libmemcached
Version: 1.0.18-4.1
Severity: normal
Tags: sid buster
User: [email protected]
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/libmemcached_1.0.18-4.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
[...]
./libtest/thread.hpp: In destructor 'libtest::thread::Mutex::~Mutex()':
./libtest/thread.hpp:59:93: warning: throw will always call terminate()
[-Wterminate]
throw libtest::fatal(LIBYATL_DEFAULT_PARAM, "pthread_cond_destroy: %s",
strerror(_err));
^
./libtest/thread.hpp:59:93: note: in C++11 destructors default to noexcept
./libtest/thread.hpp: In destructor
'libtest::thread::ScopedLock::~ScopedLock()':
./libtest/thread.hpp:92:92: warning: throw will always call terminate()
[-Wterminate]
throw libtest::fatal(LIBYATL_DEFAULT_PARAM, "pthread_mutex_unlock: %s",
strerror(err));
^
./libtest/thread.hpp:92:92: note: in C++11 destructors default to noexcept
./libtest/thread.hpp: In destructor 'libtest::thread::Condition::~Condition()':
./libtest/thread.hpp:132:92: warning: throw will always call terminate()
[-Wterminate]
throw libtest::fatal(LIBYATL_DEFAULT_PARAM, "pthread_cond_destroy: %s",
strerror(err));
^
./libtest/thread.hpp:132:92: note: in C++11 destructors default to noexcept
libtest/main.cc: In function 'int main(int, char**)':
libtest/main.cc:300:12: warning: 'template<class> class std::auto_ptr' is
deprecated [-Wdeprecated-declarations]
std::auto_ptr<libtest::Framework> frame(new libtest::Framework(signal,
binary_name, collection_to_run, wildcard));
^~~~~~~~
In file included from /usr/include/c++/7/memory:80:0,
from libtest/main.cc:50:
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/memcached.cc -fPIE
-pie -o libtest/libtest_libt
est_la-memcached.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/result.cc -fPIE
-pie -o libtest/libtest_libtest
_la-result.o >/dev/null 2>&1
libtest/framework.cc: In member function 'void
libtest::Framework::collections(collection_st*)':
libtest/framework.cc:73:48: warning: missed loop optimization, the loop counter
may overflow [-Wunsafe-loop-optimizations]
for (collection_st *next= collections_; next and next->name; next++)
~~~~~^~~~~~~~~~~~~~
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/gearmand.cc -fPIE
-pie -o libtest/libtest_libte
st_la-gearmand.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/framework.cc -fPIE
-pie -o libtest/libtest_libt
est_la-framework.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/vchar.cc -fPIE
-pie -o libtest/libtest_libtest_
la-vchar.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/libtool.cc -fPIE
-pie -o libtest/libtest_libtes
t_la-libtool.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/killpid.cc -fPIE
-pie -o libtest/libtest_libtes
t_la-killpid.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/port.cc -fPIE -pie
-o libtest/libtest_libtest_l
a-port.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/formatter.cc -fPIE
-pie -o libtest/libtest_libt
est_la-formatter.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/runner.cc -fPIE
-pie -o libtest/libtest_libtest
_la-runner.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c
libtest/server_container.cc -fPIE -pie -o libtest/libte
st_libtest_la-server_container.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/server.cc -fPIE
-pie -o libtest/libtest_libtest
_la-server.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/signal.cc -fPIE
-pie -o libtest/libtest_libtest
_la-signal.o >/dev/null 2>&1
libtool: compile: c++ -std=c++0x -DHAVE_CONFIG_H -I. -Wdate-time
-D_FORTIFY_SOURCE=2 -fvisibility=hidden -DBUILDING_LIBTEST -lpthread
-DLIBTEST_TEMP=\"tmp_chroot\" -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wno-unknown-pragmas
-Wno-pragmas -Wall -Wextra -Wno-attributes -Wvarargs -Waddress -Warray-bounds
-Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2
-Wformat-y2k -Wmaybe-uninitialized -Wmissing-field-initializers -Wlogical-op
-Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith
-Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow=1 -Wswitch-enum
-Wtrampolines -Wundef -Wunsafe-loop-optimizations -funsafe-loop-optimizations
-Wc++11-compat -Wclobbered -Wunused -Wunused-result -Wunused-variable
-Wunused-parameter -Wunused-local-typedefs -Wwrite-strings -Wformat-security
-fwrapv -pipe -Wsizeof-pointer-memaccess -Wpacked -c libtest/main.cc -fPIE -pie
-o libtest/libtest_libtest_l
a-main.o >/dev/null 2>&1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:3589: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libmemcached
Source-Version: 1.0.18-4.2
We believe that the bug you reported is fixed in the latest version of
libmemcached, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated libmemcached package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 11 Oct 2017 09:19:11 +0200
Source: libmemcached
Binary: libmemcached11 libmemcached-dev libmemcached-dbg libmemcachedutil2
libhashkit2 libhashkit-dev libmemcached-tools
Architecture: source
Version: 1.0.18-4.2
Distribution: unstable
Urgency: medium
Maintainer: Michael Fladischer <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
libhashkit-dev - libmemcached hashing functions and algorithms (development
files)
libhashkit2 - libmemcached hashing functions and algorithms
libmemcached-dbg - Debug Symbols for libmemcached
libmemcached-dev - C and C++ client library to the memcached server
(development fil
libmemcached-tools - Commandline tools for talking to memcached via
libmemcached
libmemcached11 - C and C++ client library to the memcached server
libmemcachedutil2 - library implementing connection pooling for libmemcached
Closes: 853497
Changes:
libmemcached (1.0.18-4.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix build with GCC 7. Closes: #853497.
* Mark -dev packages as M-A: same.
Checksums-Sha1:
1feed8e85050b2e6d90defd8f6dc0a43b746b23a 2361 libmemcached_1.0.18-4.2.dsc
6cec4ee617217d059ed62fb1e6c5a8044b38df2f 12344
libmemcached_1.0.18-4.2.debian.tar.xz
fbff577bb3ef938c52d67a219f07e0054ffb7059 5296
libmemcached_1.0.18-4.2_source.buildinfo
Checksums-Sha256:
676bee656e559075f931a0d7944921a6c4bede7862bc300aff7488cb08bdac64 2361
libmemcached_1.0.18-4.2.dsc
1d7eb6ef47759d07bcd40f9aa7c8a622aa7da540557b67d64f0bc1e0eba379a7 12344
libmemcached_1.0.18-4.2.debian.tar.xz
44a20e621d2ff9e7dad53b1f441b49e019e0f1d00d0ac8235ab2d3b946d21dff 5296
libmemcached_1.0.18-4.2_source.buildinfo
Files:
d1b58eecc46474bebafd1833005573ef 2361 libs optional libmemcached_1.0.18-4.2.dsc
c9cdae2e09908f8edd276bcdd7dc073f 12344 libs optional
libmemcached_1.0.18-4.2.debian.tar.xz
99cef76fa9c4ff35c5094cf9048d0a26 5296 libs optional
libmemcached_1.0.18-4.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJZ3cdaAAoJEL1+qmB3j6b1XKcP/jxVD83q4awNzRpgL85Q591g
MlehMV+Z/bZSSS8DYZHRfdXMnO2hPSwfmD0A/1S1MkcwIdrHD9I6LMeG2IuLL42f
oVIo1sRGmNwTQozfIkwYq9i3Hk2SBP3eLfxEb2MzQB+s1FHh3a/yXwc/0i4Nz9D1
Q21f2YUyKf5eg3ok8vOClESHlDICvx+1qPPnWXeh3ob9te3bNHxCYePaV/M6ITRS
EXM421hbOeu2CdlLp1H90sGseBTA8AWnIkJoYKLZmYM2sDxWBw2RJ6SiJuypwU9z
AK+X6iqBKnSmvoA0mf8rU62708E1lWiqbpb1x+hwlxvxRk7QyQ3jUKwjvGn3murv
vvcSyxxFHhAA2K74hG1Iz+PtaneYB9V+zW7idlqGcSOw8aiCYU8yYnIhKe8Xn1s9
SKMGWb8nBAu6bkA/Li7sGCM/lcluSUmrMKzwZavZMriajcuFvg0yJLwyzmxnNqpS
1wDRI9loVij6v11318c4GMoGp9aQ15MLwGT3NxUfEV3ROY+vVDVfTVdhTcjKFFmJ
xj44VuRlF0GZ10mgpv5EAu3yWDJxE0+vPlgQ2MyVV6Y7Dm5mVIifJm9HvK2YBEIR
/fDEVKpq9FRS/ZNHVz6tBapzTmwEMk+5QVffK0NhyPLAajadM76+8/y8LtqBoetv
kcCyXOtMduMkKFMusO00
=YD6R
-----END PGP SIGNATURE-----
--- End Message ---