Your message dated Thu, 22 Dec 2011 17:17:53 +0000
with message-id <e1rdmhb-0004nm...@franck.debian.org>
and subject line Bug#622019: fixed in sslscan 1.8.2-2
has caused the Debian Bug report #622019,
regarding sslscan: FTBFS: sslscan.c:566: undefined reference to 
`SSLv2_client_method'
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.)


-- 
622019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622019
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sslscan
Version: 1.8.2-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110408 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> gcc -g -Wall -lssl -lcrypto -o sslscan sslscan.c  -g -O2
> sslscan.c: In function 'testCipher':
> sslscan.c:566:6: warning: implicit declaration of function 
> 'SSLv2_client_method'
> sslscan.c:566:38: warning: comparison between pointer and integer
> sslscan.c: In function 'defaultCipher':
> sslscan.c:691:22: warning: comparison between pointer and integer
> sslscan.c: In function 'getCertificate':
> sslscan.c:811:13: warning: assignment discards qualifiers from pointer target 
> type
> sslscan.c: In function 'testHost':
> sslscan.c:1195:5: warning: passing argument 2 of 'defaultCipher' makes 
> pointer from integer without a cast
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'int'
> sslscan.c:1197:6: warning: passing argument 2 of 'defaultCipher' discards 
> qualifiers from pointer target type
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1199:6: warning: passing argument 2 of 'defaultCipher' discards 
> qualifiers from pointer target type
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1202:5: warning: passing argument 2 of 'defaultCipher' makes 
> pointer from integer without a cast
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'int'
> sslscan.c:1205:5: warning: passing argument 2 of 'defaultCipher' discards 
> qualifiers from pointer target type
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1208:5: warning: passing argument 2 of 'defaultCipher' discards 
> qualifiers from pointer target type
> sslscan.c:648:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c: In function 'main':
> sslscan.c:1418:6: warning: passing argument 2 of 'populateCipherList' makes 
> pointer from integer without a cast
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'int'
> sslscan.c:1419:6: warning: passing argument 2 of 'populateCipherList' 
> discards qualifiers from pointer target type
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1420:6: warning: passing argument 2 of 'populateCipherList' 
> discards qualifiers from pointer target type
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1423:6: warning: passing argument 2 of 'populateCipherList' makes 
> pointer from integer without a cast
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'int'
> sslscan.c:1426:6: warning: passing argument 2 of 'populateCipherList' 
> discards qualifiers from pointer target type
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> sslscan.c:1429:6: warning: passing argument 2 of 'populateCipherList' 
> discards qualifiers from pointer target type
> sslscan.c:128:5: note: expected 'struct SSL_METHOD *' but argument is of type 
> 'const struct SSL_METHOD *'
> /tmp/ccWtWPvu.o: In function `testCipher':
> /build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:566: 
> undefined reference to `SSLv2_client_method'
> /tmp/ccWtWPvu.o: In function `defaultCipher':
> /build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:691: 
> undefined reference to `SSLv2_client_method'
> /tmp/ccWtWPvu.o: In function `testHost':
> /build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:1195: 
> undefined reference to `SSLv2_client_method'
> /build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:1202: 
> undefined reference to `SSLv2_client_method'
> /tmp/ccWtWPvu.o: In function `main':
> /build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:1423: 
> undefined reference to `SSLv2_client_method'
> /tmp/ccWtWPvu.o:/build/user-sslscan_1.8.2-1-amd64-IKDDv2/sslscan-1.8.2/sslscan.c:1418:
>  more undefined references to `SSLv2_client_method' follow
> collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/04/08/sslscan_1.8.2-1_lsid64.buildlog

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: sslscan
Source-Version: 1.8.2-2

We believe that the bug you reported is fixed in the latest version of
sslscan, which is due to be installed in the Debian FTP archive:

sslscan_1.8.2-2.diff.gz
  to main/s/sslscan/sslscan_1.8.2-2.diff.gz
sslscan_1.8.2-2.dsc
  to main/s/sslscan/sslscan_1.8.2-2.dsc
sslscan_1.8.2-2_i386.deb
  to main/s/sslscan/sslscan_1.8.2-2_i386.deb



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 622...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marvin Stark <m...@der-marv.de> (supplier of updated sslscan 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 22 Dec 2011 15:29:19 +0000
Source: sslscan
Binary: sslscan
Architecture: source i386
Version: 1.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark <m...@der-marv.de>
Changed-By: Marvin Stark <m...@der-marv.de>
Description: 
 sslscan    - Fast SSL scanner
Closes: 622019 633456 639013
Changes: 
 sslscan (1.8.2-2) unstable; urgency=low
 .
   * debian/control:
     - Updated Homepage (Closes: #633456)
     - Updated Standards-Version to 3.9.2
   * Fixed FTBFS with ld --as-needed (Closes: #639013)
   * Fixed FTBFS undefined reference to SSLv2_client_method (Closes: #622019)
   * debian/rules:
     - Added build-arch build-indep targets
     - Substituded dh_clean with dh_prep in install target
Checksums-Sha1: 
 b29041473cc6dce08cb3834b41972e9ca31a4dd0 1648 sslscan_1.8.2-2.dsc
 bf4d6c5b22409d0a877ba904c67040b77d2138d4 4572 sslscan_1.8.2-2.diff.gz
 a24d64f9c29f561bb51b7727c59e3fe7ee91f1df 16484 sslscan_1.8.2-2_i386.deb
Checksums-Sha256: 
 760ecd6e2ee2cd21e1d92040aa55edc4c6230b5450d7ac902c77bbda5902a3e2 1648 
sslscan_1.8.2-2.dsc
 afb6ca066dc2cedb58c8a7cb46a93a233e2bb0fecee4263fd79fe4b5010daff8 4572 
sslscan_1.8.2-2.diff.gz
 574fbce3449328dc745699e8d217ced9144bc4eb1f7c38c0618beb1916d4ebaa 16484 
sslscan_1.8.2-2_i386.deb
Files: 
 edc55f5950b9bde026fe5e8cb373032a 1648 utils extra sslscan_1.8.2-2.dsc
 d9cdac71f0f3b37f1501980df6d1d3f3 4572 utils extra sslscan_1.8.2-2.diff.gz
 ab5f9852402ecca1420f7ad062c82d2e 16484 utils extra sslscan_1.8.2-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO82RRAAoJEExaa6sS0qeuqAsP+gJ8qyiiafp0c9k5IdtTt0/o
Mpgqfb2Gvjv59yyszrJe3MIBuZXlScgsXSTDOFo6PysOO/WDZ2n85bKjahZj1rSe
GwfuhuzyxKOG0uBHmGsNT47vuLktuLFjvEEF6Me3O2MG1YWMDQ3H1UndVvtNSTxv
io2RcZq548XQKHWN7IXo+JBeephWdN9z+GmX8gzrc9q9b5fVGcJGwM7G20eWbVAz
jqeNXNkC9tE+nLx4q/fObC/kG03A8uI8QCwqQPnHk/PCVeToXMuZSeWwRNtDjdib
jmu5+1Y//MDkZT9iDGkHG2QSk3NcF7DRFPJInMqmx3Kk5TCPjdnHFPz3pcdZ6T+4
DtVtIjieSE1u1v31Yn8Po4K8dxOSktUtucWfph45xqQKkhXJKJlMKk7H8Jn01eQh
2zZVx/tuforpYTUqnDesiF7mcCMXdOmQAviY7JvdWcqp16P4DczeqWFoo678vxtL
QdJxZv+6ULfUXgAH8N9P77DxEbhy1xfEXlxCEqao2d1XXLxf8UyO+N/DRQVWIhD5
q9LtGgqSqANwhZvcdfQOlLfjWngKKzQsFm6UYWIKBrqp2U73w1Fg4CdjV0jbZOKu
nj3JYhtZewpAPTvufUqAwAecc/Om8INAxDrOReoj79xyGVj21Q2kGeqgHB8hRyk6
qEUDX987/+e84xMsOj/9
=mDLP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to