Your message dated Sun, 19 Jul 2015 15:39:09 +0000
with message-id <e1zgqgh-0004v8...@franck.debian.org>
and subject line Bug#778167: fixed in weplab 0.1.5-3
has caused the Debian Bug report #778167,
regarding weplab: ftbfs with GCC-5
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.)


-- 
778167: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:weplab
Version: 0.1.5-2
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/weplab_0.1.5-2_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
md5.c:262:2: note: include '<stdio.h>' or provide a declaration of 'printf'
md5.c: In function 'dumpBytes':
md5.c:278:4: warning: incompatible implicit declaration of built-in function 
'printf'
    printf("\n");
    ^
md5.c:278:4: note: include '<stdio.h>' or provide a declaration of 'printf'
md5.c:280:3: warning: incompatible implicit declaration of built-in function 
'printf'
   printf("%02x", b[i]&0xff);
   ^
md5.c:280:3: note: include '<stdio.h>' or provide a declaration of 'printf'
md5.c:282:2: warning: incompatible implicit declaration of built-in function 
'printf'
  printf("\n");
  ^
md5.c:282:2: note: include '<stdio.h>' or provide a declaration of 'printf'
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"main\" 
-DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" 
-DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ 
\<top...@users.sourceforge.net\>\" -DPACKAGE=\"weplab\" -DVERSION=\"0.1.5\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PCAP_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_TIME_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIBPCAP=1  -I. -I.      -Wall -g -O2 -c wep.c
wep.c: In function 'GetLessSizedPackets':
wep.c:289:8: warning: implicit declaration of function 'target_bssid' 
[-Wimplicit-function-declaration]
    if (target_bssid(pkt)) {
        ^
wep.c:294:8: warning: implicit declaration of function 'GetPacketBssid' 
[-Wimplicit-function-declaration]
    if (GetPacketBssid(pkt,global_v.target_bssid)){
        ^
wep.c:360:8: warning: format '%u' expects argument of type 'unsigned int', but 
argument 2 has type 'long unsigned int' [-Wformat=]
 printf("Total packets read: %u\n",totalPackets);
        ^
In file included from wep.c:36:0:
wep.c: At top level:
debug.h:31:13: warning: inline function 'debug' declared but never defined
 inline void debug(char *formatString, ...);
             ^
x86_64-linux-gnu-gcc -DPACKAGE_NAME=\"weplab\" -DPACKAGE_TARNAME=\"main\" 
-DPACKAGE_VERSION=\"0.1.5\" -DPACKAGE_STRING=\"weplab\ 0.1.5\" 
-DPACKAGE_BUGREPORT=\"TopoLB\ -\ Jose\ Ignacio\ Sanchez\ 
\<top...@users.sourceforge.net\>\" -DPACKAGE=\"weplab\" -DVERSION=\"0.1.5\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PCAP_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_TIME_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_WAIT_H=1 -DSTDC_HEADERS=1 
-DHAVE_LIBPCAP=1  -I. -I.      -Wall -g -O2 -c attack.c
attack.c: In function 'AttackAndEvaluate':
attack.c:88:16: warning: variable 'foundWeak' set but not used 
[-Wunused-but-set-variable]
  unsigned char foundWeak[NUMBER_ATTACKS];
                ^
x86_64-linux-gnu-gcc  -Wall -g -O2 -Wl,-z,defs -o weplab  main.o analpfile.o 
bruteforce.o capture.o debug.o dictionary.o globals.o heuristics.o md5.o wep.o 
attack.o  -lpcap 
analpfile.o: In function `AnalyzePcapFile':
/«PKGBUILDDIR»/analpfile.c:85: undefined reference to `debug'
/«PKGBUILDDIR»/analpfile.c:88: undefined reference to `debug'
/«PKGBUILDDIR»/analpfile.c:160: undefined reference to `debug'
/«PKGBUILDDIR»/analpfile.c:161: undefined reference to `debug'
/«PKGBUILDDIR»/analpfile.c:163: undefined reference to `debug'
analpfile.o:/«PKGBUILDDIR»/analpfile.c:164: more undefined references to 
`debug' follow
collect2: error: ld returned 1 exit status
make[1]: *** [weplab] Error 1
Makefile:172: recipe for target 'weplab' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:36: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: weplab
Source-Version: 0.1.5-3

We believe that the bug you reported is fixed in the latest version of
weplab, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated weplab 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: Sun, 19 Jul 2015 17:19:53 +0200
Source: weplab
Binary: weplab
Architecture: source
Version: 0.1.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 weplab     - tool designed to break WEP keys
Closes: 778167
Changes:
 weplab (0.1.5-3) unstable; urgency=medium
 .
   * QA upload.
     Set maintainer to "Debian QA Group <packa...@qa.debian.org>".
     Cf. #673977
   * Fix "ftbfs with GCC-5": apply patch from Elizabeth J Dall:
     build with "-std=gnu89".
     (Closes: #778167)
Checksums-Sha1:
 2330cc3259d584ea5b9ceb9cb58bbff691983c83 1811 weplab_0.1.5-3.dsc
 97642ed3c2297afdb3c5ef314f07612047cc2598 2430 weplab_0.1.5-3.diff.gz
Checksums-Sha256:
 e016d6cebeee4b067dfafd1505fe699027131f799e46ef1ca1970e5d81064b60 1811 
weplab_0.1.5-3.dsc
 4a6bbbc3e001e0d405b32b8ff234c5fc8898dc1ea4a039cf97c1ce616494c4b8 2430 
weplab_0.1.5-3.diff.gz
Files:
 b0d67b6e1cc94e0668ca36b352e29274 1811 net optional weplab_0.1.5-3.dsc
 3fe6d90840f3f372d52f579f7ac3306c 2430 net optional weplab_0.1.5-3.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJVq8BXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGDU4P/19BaMcl9vSJhUKb/cIhFI8g
K8uxJChKvXQlKIM9/PLsF09eeiSkfx93Hv5wwsEwPLXM5fPhv6zdZJRpvzd3VBpz
82Puq7oYpVL8OD/fhf/GZk2h0NiwcLXvRR0MzBBvwLKo/HYKaE8ejZJT7Lf8Jz5S
sV1YNyb5JMGkLpsdTsP5O7uKvZgfIEpH0yUcJtFqORnBIIMr0ipc8soiNLd/Ysv8
ij7cu3u7dcuubv2LtJiLASqIHXBsRF1k3DDG04BLQ29FBMVgSA2i54Ayyinc+O31
DyRg/ig28N2G65GXpSYt0qEMMFklGeODX74x83Bl23AAe8bBRDt0GmqCcvwPlYc+
mv+NY6h9ugxFX15ldFi1w+9ozPYUwymb86ViKnkFoZDkRLtE0gu0O63vWc34TP8g
Nrx5bq1EnJjOZL4ExxwOEb5PeSAvtUn68GH0U1Wq+FMTSQhNoMdetTKoDnRBNezJ
3E5P3MBs57o0BTNbT3EWjrgO9Bt4EiHkb1rzP01iadYK1hRI+CTYDGvZcZF+IdDb
ioAWZmPk1/cgMVv5ozgfCBwDju12mWjVe8Zlu7zyj0bAkjd3d6IsxiDoWhvlqYm3
pGpPVnMh4vwSg4MLXhHozz7e023RM1sHN2pTse9RVOMM1EIYtPCPkdlz5UmAYfZk
+RgQJRBgvFGtgo5B+bat
=HcHV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to