Your message dated Sat, 25 Jul 2020 12:04:06 +0000
with message-id <e1jzium-00070h...@fasolo.debian.org>
and subject line Bug#957524: fixed in mdk4 4.1+git20200420-2
has caused the Debian Bug report #957524,
regarding mdk4: ftbfs with GCC-10
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.)
--
957524: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mdk4
Version: 4.1+git20190904-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/mdk4_4.1+git20190904-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
|
~~~~~~~~~~~~~~~~~~~~~~~^~~~~
probing.c:195:27: warning: unused variable ‘ssid_len’ [-Wunused-variable]
195 | unsigned char i,c,type, ssid_len;
| ^~~~~~~~
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra -g
-O3 -Wall -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -c -o wids.o wids.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra -g
-O3 -Wall -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ieee80211s.o
ieee80211s.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra -g
-O3 -Wall -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -c -o ieee80211s.o
ieee80211s.c
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra -g
-O3 -Wall -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -c -o wids.o wids.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
make -C attacks
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/attacks'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
make -C attacks
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/attacks'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
cc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra -g
-O3 -Wall -Wextra -Wdate-time -D_FORTIFY_SOURCE=2 -c -o probing.o probing.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
probing.c: In function ‘create_probe_req’:
probing.c:236:3: warning: implicit declaration of function ‘add_ssid_set’
[-Wimplicit-function-declaration]
236 | add_ssid_set(&probe, ssid);
| ^~~~~~~~~~~~
probing.c:237:3: warning: implicit declaration of function ‘add_rate_sets’
[-Wimplicit-function-declaration]
237 | add_rate_sets(&probe, 1, 1);
| ^~~~~~~~~~~~~
probing.c:240:25: warning: pointer targets in passing argument 2 of ‘stpcpy’
differ in signedness [-Wpointer-sign]
240 | stpcpy(popt->proceed, ssid);
| ^~~~
| |
| unsigned char *
In file included from probing.c:4:
/usr/include/string.h:452:70: note: expected ‘const char * restrict’ but
argument is of type ‘unsigned char *’
452 | extern char *stpcpy (char *__restrict __dest, const char *__restrict
__src)
|
~~~~~~~~~~~~~~~~~~~~~~~^~~~~
probing.c:195:27: warning: unused variable ‘ssid_len’ [-Wunused-variable]
195 | unsigned char i,c,type, ssid_len;
| ^~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
make -C attacks
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/attacks'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/attacks'
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -D_FILE_OFFSET_BITS=64 -D_REVISION=mdk4-v1
-DCONFIG_LIBNL30 -DCONFIG_LIBNL -I/usr/include/libnl3 -g -O3 -Wall -Wextra
-Wdate-time -D_FORTIFY_SOURCE=2 mdk4.c osdep/libosdep.a debug.o helpers.o
mac_addr.o linkedlist.o greylist.o dumpfile.o packet.o brute.o osdep.o
channelhopper.o ghosting.o fragmenting.o attacks/attacks.o attacks/auth_dos.o
attacks/beacon_flood.o attacks/countermeasures.o attacks/deauth.o
attacks/dummy.o attacks/eapol.o attacks/fuzzer.o attacks/ieee80211s.o
attacks/probing.o attacks/wids.o -o mdk4 -lnl-genl-3 -lnl-3 -lm -Losdep -losdep
-lpthread -lpcap -Wl,-z,relro -Wl,-z,now
mdk4.c: In function ‘main’:
mdk4.c:169:3: warning: ignoring return value of ‘setuid’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
169 | setuid(getuid());
| ^~~~~~~~~~~~~~~~
/usr/bin/ld: channelhopper.o:./src/./attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/attacks.o:./src/attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/auth_dos.o:./src/attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/beacon_flood.o:./src/attacks/beacon_flood.c:34: multiple
definition of `bssid'; attacks/auth_dos.o:./src/attacks/auth_dos.c:50: first
defined here
/usr/bin/ld: attacks/beacon_flood.o:./src/attacks/attacks.h:39: multiple
definition of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first
defined here
/usr/bin/ld: attacks/countermeasures.o:./src/attacks/attacks.h:39: multiple
definition of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first
defined here
/usr/bin/ld: attacks/deauth.o:./src/attacks/deauth.c:19: multiple definition of
`bssid'; attacks/auth_dos.o:./src/attacks/auth_dos.c:50: first defined here
/usr/bin/ld: attacks/deauth.o:./src/attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/dummy.o:./src/attacks/attacks.h:39: multiple definition of
`attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined here
/usr/bin/ld: attacks/eapol.o:./src/attacks/attacks.h:39: multiple definition of
`attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined here
/usr/bin/ld: attacks/fuzzer.o:./src/attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/ieee80211s.o:./src/attacks/attacks.h:39: multiple
definition of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first
defined here
/usr/bin/ld: attacks/probing.o:./src/attacks/attacks.h:39: multiple definition
of `attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined
here
/usr/bin/ld: attacks/wids.o:./src/attacks/attacks.h:39: multiple definition of
`attack_count'; /tmp/cc8aVa1n.o:./src/attacks/attacks.h:39: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:36: mdk4] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:10: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mdk4
Source-Version: 4.1+git20200420-2
Done: Samuel Henrique <samuel...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mdk4, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Henrique <samuel...@debian.org> (supplier of updated mdk4 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: Sat, 25 Jul 2020 12:35:56 +0100
Source: mdk4
Architecture: source
Version: 4.1+git20200420-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Samuel Henrique <samuel...@debian.org>
Closes: 957524
Changes:
mdk4 (4.1+git20200420-2) unstable; urgency=medium
.
* Bump DH to 13
* d/p/gcc10_ftbfs.patch: New patch to fix GCC10 FTBFS by
setting '-fcommon' (closes: #957524)
Checksums-Sha1:
48ffa335da2d4a214cef195538fe9527b14cc9d7 2002 mdk4_4.1+git20200420-2.dsc
9205607b79de2e59bcf3e01d2e9651627a9db852 4240
mdk4_4.1+git20200420-2.debian.tar.xz
1b70732f32ee1559efe31325bbf22a8ffff84752 6180
mdk4_4.1+git20200420-2_amd64.buildinfo
Checksums-Sha256:
5c653a7f70eae203e669e4015408af764928e1e391da9daba422839d850b51a1 2002
mdk4_4.1+git20200420-2.dsc
d27afd00269aaeb082413cf39bee68da51a5aa7705436f756d65440426b9a113 4240
mdk4_4.1+git20200420-2.debian.tar.xz
0accff20f8766822c1881829712baa183e0c2a7d96f09bc6c5cc76a6c66c5de5 6180
mdk4_4.1+git20200420-2_amd64.buildinfo
Files:
98afb4c900d1166a5a1352f72a6b70a7 2002 net optional mdk4_4.1+git20200420-2.dsc
016e15b257ef7d74eaf09a2c86730e84 4240 net optional
mdk4_4.1+git20200420-2.debian.tar.xz
fc888f4c2099fb1d5e8b910d4306d6ec 6180 net optional
mdk4_4.1+git20200420-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAl8cGqkACgkQu6n6rcz7
Rwc+Lg/+IT18kc5xyieQ39EnT0sfMl7sOijBnSPRApLGdO7mfJDeCyxFMqeh8xuf
DPR0wYyEqBDFHCaWfKt/2hWXglC4+nru6gJzW+i+Vqqa1qDdaIBmnkhk3WBCeGUP
fEMex2/beNiTUMGIardvH4BzKU5Gyxc3SeuatKKHh9xg4oj0ghCqa/OaEsnV7/Wv
eSZelzO6Hxl/YaN3JGR5A7Atij/OrKgfx1uhMZYyJKbQswoFf3Ajx0P8ZhQpdn3r
mQ3034492GOGNxVH0GIjY12lAdNozrxxMFU8IM9jqfKkNQFt3ugwP1hIC+eFKYS5
5zHeFcpgU1qbd+pcIf32kryU5Ea92h38mCUMhegndpn78n03N1CAP6SPr9DzRAnd
Enqtuyeabs49r6uC6dmvlpQkPg92ie2F1LBXIV/mAEx1KN4PjHPIQeilvDEXLFIT
V5oYR63jAy5g234kmrMo3eVnByti18jHH6dNnc8PNOoxFTIYJPFZeKmfs5z5rS9i
StFbxxoDysIewF/m5dDcwhfu1od+zMjiBXJJ132J6yp4MiYlJu2dm8DZxKrNxxDg
+z7PC3HmJPw61NM1kcMH/o0YCV9z/QFyvsf6y47Bk08KIlLzZP8D1JsL4bxo/3mw
R57Nli0TbPOmINm0YCeZE/eCmODV0T6MuqWFozJ+tjo5MkueKPw=
=MxmU
-----END PGP SIGNATURE-----
--- End Message ---