Your message dated Sat, 17 Aug 2019 10:31:48 +0000
with message-id <e1hyvzw-0003t0...@fasolo.debian.org>
and subject line Bug#925677: fixed in fcoe-utils 1.0.32+git20190507.9834b34-1
has caused the Debian Bug report #925677,
regarding fcoe-utils: ftbfs with GCC-9
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.)
--
925677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fcoe-utils
Version: 1.0.31+git20160622.5dfd3e4-5
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/fcoe-utils_1.0.31+git20160622.5dfd3e4-5_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fcoemon.c: In function 'fcm_vlan_dev_real_dev':
fcoemon.c:1092:36: note: length computed here
1092 | strncpy(ifv.device1, vlan_ifname, strlen(vlan_ifname)+1);
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from /usr/include/x86_64-linux-gnu/sys/un.h:37,
from fcoemon.c:41:
In function 'strncpy',
inlined from 'fcm_vlan_dev_real_dev' at fcoemon.c:1094:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' specified bound depends on the length of the source
argument [-Werror=stringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fcoemon.c: In function 'fcm_vlan_dev_real_dev':
fcoemon.c:1094:39: note: length computed here
1094 | strncpy(real_ifname, ifv.u.device2, strlen(ifv.u.device2)+1);
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from /usr/include/x86_64-linux-gnu/sys/un.h:37,
from fcoemon.c:41:
In function 'strncpy',
inlined from 'fcm_process_ieee_msg' at fcoemon.c:1786:2,
inlined from 'fcm_link_recv' at fcoemon.c:1899:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' specified bound 16 equals destination size
[-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'fcm_process_link_msg' at fcoemon.c:1646:4,
inlined from 'fcm_link_recv' at fcoemon.c:1894:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin___strncpy_chk' specified bound depends on the length of the source
argument [-Werror=stringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fcoemon.c: In function 'fcm_link_recv':
fcoemon.c:1646:38: note: length computed here
1646 | strncpy(p->real_ifname, real_dev, strlen(real_dev)+1);
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from /usr/include/x86_64-linux-gnu/sys/un.h:37,
from fcoemon.c:41:
In function 'strncpy',
inlined from 'fcm_process_link_msg' at fcoemon.c:1658:4,
inlined from 'fcm_link_recv' at fcoemon.c:1894:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin___strncpy_chk' specified bound depends on the length of the source
argument [-Werror=stringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fcoemon.c: In function 'fcm_link_recv':
fcoemon.c:1658:36: note: length computed here
1658 | strncpy(p->real_ifname, ifname, strlen(ifname)+1);
| ^~~~~~~~~~~~~~
In file included from /usr/include/string.h:494,
from /usr/include/x86_64-linux-gnu/sys/un.h:37,
from fcoemon.c:41:
In function 'strncpy',
inlined from 'main' at fcoemon.c:3686:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' specified bound 20 equals destination size
[-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncat',
inlined from 'fcm_read_config_files' at fcoemon.c:522:3,
inlined from 'fcm_fcoe_init' at fcoemon.c:1962:6,
inlined from 'main' at fcoemon.c:3765:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: error:
'__builtin___strncat_chk' output may be truncated copying between 1 and 80
bytes from a string of length 255 [-Werror=stringop-truncation]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:650: fcoemon-fcoemon.o] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/fcoe-utils-1.0.31+git20160622.5dfd3e4'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: fcoe-utils
Source-Version: 1.0.32+git20190507.9834b34-1
We believe that the bug you reported is fixed in the latest version of
fcoe-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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Valentin Vidic <vvi...@debian.org> (supplier of updated fcoe-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: SHA512
Format: 1.8
Date: Fri, 16 Aug 2019 23:39:25 +0200
Source: fcoe-utils
Architecture: source
Version: 1.0.32+git20190507.9834b34-1
Distribution: unstable
Urgency: medium
Maintainer: Debian FCoE Team <team+f...@tracker.debian.org>
Changed-By: Valentin Vidic <vvi...@debian.org>
Closes: 925677
Changes:
fcoe-utils (1.0.32+git20190507.9834b34-1) unstable; urgency=medium
.
* New upstream version 1.0.32+git20190507.9834b34
* Fix FTBFS with GCC-9 (Closes: #925677)
* Update Standards-Version to 4.4.0
* Update Homepage to use github
* Update watch file to use github
Checksums-Sha1:
3775c86932800373109ce3387b00b597d55c8798 2326
fcoe-utils_1.0.32+git20190507.9834b34-1.dsc
04cbaa552808088a5f0f0ece9dae7ee6030f8923 149217
fcoe-utils_1.0.32+git20190507.9834b34.orig.tar.gz
42ff3a07a7b6cddc491d5dfe8f1d9589de4af480 10504
fcoe-utils_1.0.32+git20190507.9834b34-1.debian.tar.xz
4a42f757f915650cd1c783955e8df2c634655033 5877
fcoe-utils_1.0.32+git20190507.9834b34-1_source.buildinfo
Checksums-Sha256:
4b19b090d5bd794fb7d264649afe79c5bc3fc90a9bc7ac302e6cf1397d84c45b 2326
fcoe-utils_1.0.32+git20190507.9834b34-1.dsc
b7636916640c741e5887595405bb636e4c843f2742f2c1e98228b34b51212635 149217
fcoe-utils_1.0.32+git20190507.9834b34.orig.tar.gz
78713435319910038b0b3316cc93505510ad288ac00ca066fbbaef59a44cdf2e 10504
fcoe-utils_1.0.32+git20190507.9834b34-1.debian.tar.xz
55aa7b67cb4d12633c95267cd139ded7077d021a11c28108e9199e84a94cb22c 5877
fcoe-utils_1.0.32+git20190507.9834b34-1_source.buildinfo
Files:
46c0ec6f11628f869aa513968c650e26 2326 misc optional
fcoe-utils_1.0.32+git20190507.9834b34-1.dsc
f825a516fd3a24ffaaae66d66e9d973d 149217 misc optional
fcoe-utils_1.0.32+git20190507.9834b34.orig.tar.gz
19921db8254ef6ce58c7fc6fa5b4192a 10504 misc optional
fcoe-utils_1.0.32+git20190507.9834b34-1.debian.tar.xz
b313aa4ae6e6f9b2b3141aafbf47456a 5877 misc optional
fcoe-utils_1.0.32+git20190507.9834b34-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAl1XyPASHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah7O28P/ijQYV6Of172+Oz6OID0YvX/1CZUmSJX
wtqi/EooZhR39rLW4mGy359AdiPUBERoYAG+4BAL0KNZtzGBDyBa6rVEcd4ffora
jG4mY1zVCZos2oJKRmWoMsZKMxcxDXsowI0mWpLfj+Ail66M5ckp7PDGhukfUE9P
2FiolobRpeRqQrwuJCbbJzMxETHi93mqiUoZlWZNAcP+F1FqEZSGPtAQ/kkB5cLm
3IUbc/CPxFOWXTazd0EGExcmA5Tlerqca85i1T5HxLTrLTHB2E2bQAvlfZhxwrpI
2ZHg685J0JicpM+Ta/vyMaUHsaKecakzza4L7V9gu/tfL9Zhk1BAqGyDn6VILwhL
u9UdRWJEiubiUdA05qOdqQ5f22PF28Ln73/EHMXJc0FnKF3SUNyV6asRS/l4G6+i
IU7zICdnBu1BBJZcj2/L2rJtN7vas6zTjF4rsVg6HJLarsEyqhoPPAOjsfacDk7t
lKOs8YAzu9/rgiQAE48GwZC9qVwkXYdHAcSFpGw/gzkByPfF3/6l6v7aY92rAIGb
9B7JEhZgE/yYGW6VEp8rqXpRkbuXWNGO5oO7zyQhg1CMb2H8ODBP4rmQiBJESHOR
2mq1CM9K7w0/0c6YQN4PBIeEIXsyUW6MWdTL0ql92J0g2HIhhopvPFuGzVy6xxr5
LDWKIWTPvE3b
=mrd9
-----END PGP SIGNATURE-----
--- End Message ---