Your message dated Wed, 21 Jun 2017 17:04:57 +0000
with message-id <[email protected]>
and subject line Bug#853365: fixed in czmq 4.0.2-8
has caused the Debian Bug report #853365,
regarding czmq: 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.)
--
853365: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853365
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:czmq
Version: 4.0.2-6
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/czmq_4.0.2-6_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
[...]
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src
-I/usr/include/uuid -I./include -pedantic -Werror -Wall -Wc++-compat
-D_GNU_SOURCE -DLINUX -DCZMQ_INTERNAL_BUILD -D_REENTRANT -D_THREAD_SAFE
-Wdate-time -D_FORTIFY_SOURCE=2 -Werror=format-security -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -pthread -c -o src/src_libczmq_la-zbeacon.lo `test -f
'src/zbeacon.c' || echo './'`src/zbeacon.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I/usr/include/uuid
-I./include -pedantic -Werror -Wall -Wc++-compat -D_GNU_SOURCE -DLINUX
-DCZMQ_INTERNAL_BUILD -D_REENTRANT -D_THREAD_SAFE -Wdate-time
-D_FORTIFY_SOURCE=2 -Werror=format-security -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -pthread -c src/zbeacon.c -fPIC -DPIC -o
src/.libs/src_libczmq_la-zbeacon.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I/usr/include/uuid
-I./include -pedantic -Werror -Wall -Wc++-compat -D_GNU_SOURCE -DLINUX
-DCZMQ_INTERNAL_BUILD -D_REENTRANT -D_THREAD_SAFE -Wdate-time
-D_FORTIFY_SOURCE=2 -Werror=format-security -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -pthread -c src/zbeacon.c -o
src/src_libczmq_la-zbeacon.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src
-I/usr/include/uuid -I./include -pedantic -Werror -Wall -Wc++-compat
-D_GNU_SOURCE -DLINUX -DCZMQ_INTERNAL_BUILD -D_REENTRANT -D_THREAD_SAFE
-Wdate-time -D_FORTIFY_SOURCE=2 -Werror=format-security -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -pthread -c -o src/src_libczmq_la-zgossip.lo `test -f
'src/zgossip.c' || echo './'`src/zgossip.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./src -I/usr/include/uuid
-I./include -pedantic -Werror -Wall -Wc++-compat -D_GNU_SOURCE -DLINUX
-DCZMQ_INTERNAL_BUILD -D_REENTRANT -D_THREAD_SAFE -Wdate-time
-D_FORTIFY_SOURCE=2 -Werror=format-security -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -pthread -c src/zgossip.c -fPIC -DPIC -o
src/.libs/src_libczmq_la-zgossip.o
In file included from src/zgossip.c:159:0:
src/zgossip_engine.inc: In function 's_client_free':
src/zgossip_engine.inc:261:23: error: output truncated before the last format
character [-Werror=format-truncation=]
"%6d:%-33s", self->unique_id, string);
~~~~~~~~~^
In file included from /usr/include/stdio.h:938:0,
from /usr/include/zmq.h:59,
from src/../include/czmq_prelude.h:214,
from src/../include/czmq_library.h:23,
from src/../include/czmq.h:37,
from src/czmq_classes.h:25,
from src/zgossip.c:92:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between
41 and 46 bytes into a destination of size 40
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/zgossip.c:159:0:
src/zgossip_engine.inc: In function 's_server_handle_protocol':
src/zgossip_engine.inc:261:23: error: output truncated before the last format
character [-Werror=format-truncation=]
"%6d:%-33s", self->unique_id, string);
~~~~~~~~~^
In file included from /usr/include/stdio.h:938:0,
from /usr/include/zmq.h:59,
from src/../include/czmq_prelude.h:214,
from src/../include/czmq_library.h:23,
from src/../include/czmq.h:37,
from src/czmq_classes.h:25,
from src/zgossip.c:92:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: format output between
41 and 46 bytes into a destination of size 40
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1314: recipe for target 'src/src_libczmq_la-zgossip.lo' failed
make[2]: *** [src/src_libczmq_la-zgossip.lo] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:1480: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:8: 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: czmq
Source-Version: 4.0.2-8
We believe that the bug you reported is fixed in the latest version of
czmq, 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.
Luca Boccassi <[email protected]> (supplier of updated czmq 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: Tue, 20 Jun 2017 16:07:00 +0100
Source: czmq
Binary: libczmq4 libczmq-dev libczmq-dbg
Architecture: source
Version: 4.0.2-8
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi <[email protected]>
Changed-By: Luca Boccassi <[email protected]>
Description:
libczmq-dbg - High-level C binding for ZeroMQ (debugging symbols)
libczmq-dev - High-level C binding for ZeroMQ (development files)
libczmq4 - High-level C binding for ZeroMQ
Closes: 853365
Changes:
czmq (4.0.2-8) unstable; urgency=medium
.
* Backport patches to fix build with GCC 7:
0008-gcc7-zgossip-engine-fix.patch and 0009-gcc7-zsys-fix.patch
(Closes: #853365)
Checksums-Sha1:
f1be1f262a266a262bac1f4e10dd331f67f56938 1726 czmq_4.0.2-8.dsc
07be3302301ea4b69a990884593a9093039242c7 23940 czmq_4.0.2-8.debian.tar.xz
918d9ccfa2bbaa42eb3828291e822b21eaaa3cba 6916 czmq_4.0.2-8_source.buildinfo
Checksums-Sha256:
7aaa62dc5912886da192962be85795e34b563fd7f49f2bde48e2c166d5ef6e1a 1726
czmq_4.0.2-8.dsc
5bf099934ae1d5d081b4cab5c350d3924f4c827c0ff9eff2c6e0b4c4b9049709 23940
czmq_4.0.2-8.debian.tar.xz
6424f9d29aee35c06c297db467de5a06d046c2b643c382eb9b801be8f8c0b021 6916
czmq_4.0.2-8_source.buildinfo
Files:
7a4fd21ccbc1daaf0d1eec25c492263f 1726 libs optional czmq_4.0.2-8.dsc
4afbda3b91f53a558c32e63d88b9b11f 23940 libs optional czmq_4.0.2-8.debian.tar.xz
17f0381a3014350790fc7e13bf45a7a5 6916 libs optional
czmq_4.0.2-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFMBAEBCAA2FiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAllKoHEYHGx1Y2EuYm9j
Y2Fzc2lAZ21haWwuY29tAAoJEEspZoBQeFFi1hAIALqjwPXJ3AipoSncNWcdkOPh
oEtKkT83DEtIxRiO/JL4AY9aYTfhMAHqk7oKIWP9Rqw2lMRMoiu9I38OZx+kd4ep
y/jtkumIMpMicD4ILcAQfUCwXGCWVR2VWyrIRqY9LpGrNS5kokR5J2PHDnCqloCv
R9QNpsEp/k3mpLLnvjq1TTaK77O1wz03rDyma9xBAeSqmUibDiT11TJoMhJUVOtx
KN51lXZ2KIWH15onG6nJ3KLTTAufdc9Fmx6R0VGQYxU87PL+LHoNnnupUacOLCdu
coEeUf0nINpud4eIvTXtaurypPNCgSSav9Hios5TdyrPCW725zh9bS58QfQAhag=
=3KqF
-----END PGP SIGNATURE-----
--- End Message ---