Your message dated Fri, 20 Jul 2018 04:19:17 +0000
with message-id <e1fgmsv-0001oe...@fasolo.debian.org>
and subject line Bug#897811: fixed in mmc-utils 0+git20180327.b4fe0c8c-1
has caused the Debian Bug report #897811,
regarding mmc-utils: ftbfs with GCC-8
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 ow...@bugs.debian.org
immediately.)
--
897811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897811
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mmc-utils
Version: 0+git20170901.37c86e60-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/mmc-utils_0+git20170901.37c86e60-1_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
dh clean
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
dh_auto_clean
make -j8 -Oline clean
make[2]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
rm -f mmc mmc.o mmc_cmds.o lsmmc.o 3rdparty/hmac_sha/hmac_sha2.o
3rdparty/hmac_sha/sha2.o
make[2]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
make -C man clean
make[3]: Nothing to be done for 'clean'.
rm -rf .mmc.o.d .mmc_cmds.o.d
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
dh_clean
debian/rules build-arch
dh build-arch
dh_update_autotools_config -a
dh_autoreconf -a
dh_auto_configure -a
dh_auto_build -a
make -j8 -Oline
make -C man
make[2]: Nothing to be done for 'all'.
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wuninitialized -Wundef
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60=.
-fstack-protector-strong -Wformat -Werror=format-security
-Wp,-MMD,./.mmc.o.d,-MT,mmc.o -c mmc.c -o mmc.o
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wuninitialized -Wundef
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60=.
-fstack-protector-strong -Wformat -Werror=format-security
-Wp,-MMD,3rdparty/hmac_sha/.hmac_sha2.o.d,-MT,3rdparty/hmac_sha/hmac_sha2.o -c
3rdparty/hmac_sha/hmac_sha2.c -o 3rdparty/hmac_sha/hmac_sha2.o
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wuninitialized -Wundef
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60=.
-fstack-protector-strong -Wformat -Werror=format-security
-Wp,-MMD,3rdparty/hmac_sha/.sha2.o.d,-MT,3rdparty/hmac_sha/sha2.o -c
3rdparty/hmac_sha/sha2.c -o 3rdparty/hmac_sha/sha2.o
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wuninitialized -Wundef
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60=.
-fstack-protector-strong -Wformat -Werror=format-security
-Wp,-MMD,./.lsmmc.o.d,-MT,lsmmc.o -c lsmmc.c -o lsmmc.o
In file included from /usr/include/string.h:494,
from lsmmc.c:46:
In function 'strncpy',
inlined from 'read_file' at lsmmc.c:356:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' accessing 4096 bytes at offsets 0 and 1 overlaps 4095 bytes
at offset 1 [-Werror=restrict]
return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:36: lsmmc.o] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wuninitialized -Wundef
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60=.
-fstack-protector-strong -Wformat -Werror=format-security
-Wp,-MMD,./.mmc_cmds.o.d,-MT,mmc_cmds.o -c mmc_cmds.c -o mmc_cmds.o
make[1]: Leaving directory '/<<BUILDDIR>>/mmc-utils-0+git20170901.37c86e60'
dh_auto_build: make -j8 -Oline returned exit code 2
make: *** [debian/rules:8: build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: mmc-utils
Source-Version: 0+git20180327.b4fe0c8c-1
We believe that the bug you reported is fixed in the latest version of
mmc-utils, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated mmc-utils 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 20 Jul 2018 11:32:40 +0900
Source: mmc-utils
Binary: mmc-utils
Architecture: source amd64
Version: 0+git20180327.b4fe0c8c-1
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Description:
mmc-utils - Userspace tools for MMC/SD devices
Closes: 897811
Changes:
mmc-utils (0+git20180327.b4fe0c8c-1) unstable; urgency=medium
.
* Snapshot, taken from the master (20180327).
* Remove debian/patches/fix_build_ppc64el.patch.
By changing Upstream, patch is no longer needed.
* Fix build with gcc-8. (Closes: #897811)
Add patches/lsmmc-replace-strncpy-with-memmove-on-overlapping.patch.
* Get rid of lintian 'space-in-std-shortname-in-dep5-copyright'.
Checksums-Sha1:
31676f017bf0afc09a176567bebe05a59a8359ff 1988
mmc-utils_0+git20180327.b4fe0c8c-1.dsc
4baf1566d22e5fe52efeb78903cca1358a07b7bc 35792
mmc-utils_0+git20180327.b4fe0c8c.orig.tar.xz
e1bcdda99b04af8126ec3ab59aa0dfc8955cf68c 3168
mmc-utils_0+git20180327.b4fe0c8c-1.debian.tar.xz
84e5529a08e9e5d5e09e4d3ceda77eec9b3a40bb 100332
mmc-utils-dbgsym_0+git20180327.b4fe0c8c-1_amd64.deb
9f7c5e03f3d4798a22509783174c536b7a2ba2f5 6004
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.buildinfo
d308596448e2fd6b306240fcecda1f9ae7cbe836 40052
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.deb
Checksums-Sha256:
c4c62d9117ed426a19a20356ffb1881e37d8b8eddfad974b7603cced50079c7b 1988
mmc-utils_0+git20180327.b4fe0c8c-1.dsc
9447d20cf8c41d1f32b19286c1430b2396861cb1470f22761ba4694ed6870c3e 35792
mmc-utils_0+git20180327.b4fe0c8c.orig.tar.xz
7f66e50d64dc0f89e4b6f82ea2f274e40e4d5cc37282afd8bce0c4e5343fe37a 3168
mmc-utils_0+git20180327.b4fe0c8c-1.debian.tar.xz
16a9ff42c1b0075fa0f2af0093222cc304dc2e57dd37e1719477c2cefb510f77 100332
mmc-utils-dbgsym_0+git20180327.b4fe0c8c-1_amd64.deb
66870b5c03a5204216ac8fd48d4d63519102d4206da8fe4beae5565585413776 6004
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.buildinfo
b8dc1972c4d223c298c10a00bcb9855aba87ae15cccae137649df7e31368927a 40052
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.deb
Files:
f568eb6a3ab8ae0c684f5c7c64f807e3 1988 utils optional
mmc-utils_0+git20180327.b4fe0c8c-1.dsc
1793981b0f75662cf088a79fa8b85603 35792 utils optional
mmc-utils_0+git20180327.b4fe0c8c.orig.tar.xz
69a767baf0178a043186b2815c5ee9bf 3168 utils optional
mmc-utils_0+git20180327.b4fe0c8c-1.debian.tar.xz
6951fad13d0f9268d56b6c90b88e9012 100332 debug optional
mmc-utils-dbgsym_0+git20180327.b4fe0c8c-1_amd64.deb
a04e8f74ed00afd25b902ed98c515a03 6004 utils optional
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.buildinfo
edee4b3f7fca48dfb4558144a3515fcc 40052 utils optional
mmc-utils_0+git20180327.b4fe0c8c-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAltRXLgACgkQMiR/u0Ct
H6bPtA/9FCGMSeZk7pEdqJRByN76lWSWByi5Vq2o8LZBXS0JOXhamSQqnG4w7Ohu
N+TR7VBXu5UHVlmuhFJgqDAVyu03e5JrAV7S9cLIGN+XpvXmjPSrpb5c5V+WqdZe
/QeVQXPiKGOHVJmEEtXGwdbwwXlqF15M3JMBoKADzyz+UsKwwFr/D4TOgE0s/Jqd
U6BU7xS+GAQgzKRV/QduwUWzLc4D7gPO9Mgu/HPB5mNK23AJt4ih3m2C9OG6gwgl
L0wjpi/ONDljqzEVRvUKNVDByp+pNdtUShQMryU1T6HKzOzcFBRZFUHaIk/XCULC
9xEGrMs2EKM3xnrS5gDgKkmGwdEH8b6UU9LMS8dYwqNkxADmVQ0kZBW7lrJ4JGOz
Abz7Cz7tWI5mOG+ZmlDJIRaBnEVkATTxP4QgXfdCBWFA5aFlhWXD3dTjAIVckkFr
yriT7oRq+Lur/7klS0IRSH9N7U4mp4lyzRywkjfzoHuEXn5ICeUEA1a5FpXFTOms
Oi98FPurL+f2p7wZgeQ/Pe7vlnnG5bfA07hBmNE3l05YOmYJp/cGVmK21S6oihwy
q5BZEqcm5ssvaRogEE8Jp3yj/VWIl7Afb+I63KJ8Txt9SKYtojhbvzaGCc+KfrUt
HLDqXr7bSX9Vkj+xIFXbAnL0p5CdxeNi1pEoHq4yUyJvfjDzfE8=
=TU15
-----END PGP SIGNATURE-----
--- End Message ---