Your message dated Mon, 21 Aug 2017 11:34:40 +0000
with message-id <[email protected]>
and subject line Bug#871140: fixed in msgpack-c 1.4.2-5
has caused the Debian Bug report #871140,
regarding msgpack-c: FTBFS: ../include/msgpack/unpack_template.h:250:17: error:
this statement may fall through [-Werror=implicit-fallthrough=]
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.)
--
871140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871140
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: msgpack-c
Version: 1.4.2-4
Severity: serious
Tags: buster sid
User: [email protected]
Usertags: qa-ftbfs-20170805 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g
> -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c -o zone.lo zone.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c objectc.c -fPIC -DPIC -o .libs/objectc.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c version.c -fPIC -DPIC -o .libs/version.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c zone.c -fPIC -DPIC -o .libs/zone.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c unpack.c -fPIC -DPIC -o .libs/unpack.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c vrefbuffer.c -fPIC -DPIC -o .libs/vrefbuffer.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c version.c -o version.o >/dev/null 2>&1
> In file included from unpack.c:268:0:
> ../include/msgpack/unpack_template.h: In function 'template_execute':
> ../include/msgpack/unpack_template.h:250:17: error: this statement may fall
> through [-Werror=implicit-fallthrough=]
> ++p;
> ^~~
> ../include/msgpack/unpack_template.h:252:13: note: here
> default:
> ^~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c zone.c -o zone.o >/dev/null 2>&1
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c vrefbuffer.c -o vrefbuffer.o >/dev/null 2>&1
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -I../include -O3 -Wall -Wextra -Werror -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat
> -Werror=format-security -g -c objectc.c -o objectc.o >/dev/null 2>&1
> cc1: all warnings being treated as errors
> Makefile:1374: recipe for target 'unpack.lo' failed
> make[3]: *** [unpack.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/08/05/msgpack-c_1.4.2-4_unstable.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.
--- End Message ---
--- Begin Message ---
Source: msgpack-c
Source-Version: 1.4.2-5
We believe that the bug you reported is fixed in the latest version of
msgpack-c, 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.
James McCoy <[email protected]> (supplier of updated msgpack-c 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: SHA512
Format: 1.8
Date: Mon, 21 Aug 2017 07:00:24 -0400
Source: msgpack-c
Binary: libmsgpackc2 libmsgpack-dev libmsgpack-doc
Architecture: source
Version: 1.4.2-5
Distribution: unstable
Urgency: medium
Maintainer: Taku YASUI <[email protected]>
Changed-By: James McCoy <[email protected]>
Description:
libmsgpack-dev - binary-based efficient object serialization library
libmsgpack-doc - binary-based efficient object serialization library (docs)
libmsgpackc2 - binary-based efficient object serialization library
Closes: 871140
Changes:
msgpack-c (1.4.2-5) unstable; urgency=medium
.
* Backport upstream patches to fix FTBFS with GCC-7. (Closes: #871140)
Checksums-Sha1:
dccd420199069add370585465202eb289c357b3a 2261 msgpack-c_1.4.2-5.dsc
37eeefb78b2d9e818d3933f08291194f99415474 9508 msgpack-c_1.4.2-5.debian.tar.xz
89409da9cffbb478904e285b1fc01af0caa2b58a 10153
msgpack-c_1.4.2-5_amd64.buildinfo
Checksums-Sha256:
deabfcc296dd6e84bf2d3070e46e76be952a3f8d016424743d45d598839a1278 2261
msgpack-c_1.4.2-5.dsc
d4b82515a200acc1f9d2069cf4f470a6fde90d3000d2ae03db4a13d7713aa73d 9508
msgpack-c_1.4.2-5.debian.tar.xz
462dbddaa8204dfdc45b0a90af236cd6f973f7573b84c5491ff2de6a70949993 10153
msgpack-c_1.4.2-5_amd64.buildinfo
Files:
957b9b1abbd0d649cde4c2a7f1481e0c 2261 libs extra msgpack-c_1.4.2-5.dsc
1738c246346d36dabcd670b5c2d4b288 9508 libs extra
msgpack-c_1.4.2-5.debian.tar.xz
a5a4b54e07c208e5cfd4383f9abf7315 10153 libs extra
msgpack-c_1.4.2-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAlmaw4tfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9sZ+A/9GWyITM67fwHgoxeWcyYQG9RsEjN2nJY0HcZ3+hPSgfKp3P4AQqStWyIP
Erwhv1RcZPr3RRHi7mhqapaPi00/BLo05s2B3O17Qa5t1ivbNaMZQfSWB4bIz/AF
ue7M/MhmR0ykIS7+/Aw/a/pBJjqejzPUO0N2YwuNDDzz22ojN/JuGvLS6Gu9BHKc
g7P4lMtItIOBmrSHeb38rv4WwtBwbPuFGR50a2uTFLOIZuO3Feyu4JVQsyIBXsaX
Vi9C3Ms7sQjosLK++v/JNmzjj79uiElrRWWtRuJ67S0Cu38aMxJqxiEz7AXQ4puy
wgJQkDkAWvuKJRZOT1TcTcseZ2py5jptRB116S0hMPVuq6U+Rpc+N3K0h5IQ6Qph
wd7F3mxmHQghpoaAlM5rF+2Zwjk1nxPtzwrd6GXxXn9GavsFcmbTpNPbI2azUMEc
ChMH3d9veKMP6KccX0pUr2HkzrU799fEbsTKGsqQ4Vrb7gdBgoWodf3WspJ+TUrH
17WVWUZG0/dLyrxf0xfEqfpkLEu0iNxhoLR21gLWpZNts1aaibl64+yw2dS15E9T
0ej5rOP99ddp0ktt4q4KWFC3UB2Wosi47gUH35nwnP9E0fDlmLtgjLA4XfMsljQW
eIJJcnLizEcaULVCfmPh5z3DxSe1/hF+mdqsYJ3Cs6q4HPHh/e0=
=kb9X
-----END PGP SIGNATURE-----
--- End Message ---