Your message dated Mon, 25 Jan 2010 18:59:35 +0000
with message-id <[email protected]>
and subject line Bug#556372: fixed in sslscan 1.8.2-1
has caused the Debian Bug report #556372,
regarding FTBFS with binutils-gold
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 [email protected]
immediately.)


-- 
556372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556372
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sslscan
Version: 1.8.0-1
Severity: minor
User: [email protected]
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gcc -lssl -o sslscan sslscan.c  -g -O2
/usr/bin/ld: /tmp/ccNyKdQm.o: in function loadCerts:sslscan.c:376: error: 
undefined reference to 'd2i_PKCS12_fp'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function loadCerts:sslscan.c:384: error: 
undefined reference to 'PKCS12_parse'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function loadCerts:sslscan.c:402: error: 
undefined reference to 'PKCS12_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function loadCerts:sslscan.c:402: error: 
undefined reference to 'PKCS12_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:810: error: 
undefined reference to 'BIO_new_socket'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:821: error: 
undefined reference to 'BIO_s_file'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:821: error: 
undefined reference to 'BIO_new'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:822: error: 
undefined reference to 'BIO_ctrl'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:825: error: 
undefined reference to 'BIO_s_file'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:825: error: 
undefined reference to 'BIO_new'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:826: error: 
undefined reference to 'BIO_ctrl'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:842: error: 
undefined reference to 'ASN1_INTEGER_get'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:851: error: 
undefined reference to 'X509_get_serialNumber'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:851: error: 
undefined reference to 'ASN1_INTEGER_get'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:870: error: 
undefined reference to 'i2a_ASN1_OBJECT'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:875: error: 
undefined reference to 'i2a_ASN1_OBJECT'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:883: error: 
undefined reference to 'X509_get_issuer_name'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:883: error: 
undefined reference to 'X509_NAME_oneline'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:893: error: 
undefined reference to 'ASN1_TIME_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:897: error: 
undefined reference to 'ASN1_TIME_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:901: error: 
undefined reference to 'ASN1_TIME_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:906: error: 
undefined reference to 'ASN1_TIME_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:914: error: 
undefined reference to 'X509_get_subject_name'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:914: error: 
undefined reference to 'X509_NAME_oneline'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:924: error: 
undefined reference to 'i2a_ASN1_OBJECT'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:929: error: 
undefined reference to 'i2a_ASN1_OBJECT'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:934: error: 
undefined reference to 'X509_get_pubkey'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:985: error: 
undefined reference to 'EVP_PKEY_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:992: error: 
undefined reference to 'sk_num'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1023: error: 
undefined reference to 'X509V3_EXT_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:997: error: 
undefined reference to 'sk_num'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1000: error: 
undefined reference to 'sk_value'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1004: error: 
undefined reference to 'X509_EXTENSION_get_object'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1006: error: 
undefined reference to 'X509_EXTENSION_get_critical'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1007: error: 
undefined reference to 'BIO_printf'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1012: error: 
undefined reference to 'BIO_printf'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1016: error: 
undefined reference to 'X509V3_EXT_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1019: error: 
undefined reference to 'ASN1_STRING_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1043: error: 
undefined reference to 'X509_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1050: error: 
undefined reference to 'BIO_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1052: error: 
undefined reference to 'BIO_free'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1024: error: 
undefined reference to 'ASN1_STRING_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:1040: error: 
undefined reference to 'X509_verify_cert_error_string'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:960: error: 
undefined reference to 'DSA_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:963: error: 
undefined reference to 'DSA_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:946: error: 
undefined reference to 'BN_num_bits'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:948: error: 
undefined reference to 'BN_num_bits'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:949: error: 
undefined reference to 'RSA_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:952: error: 
undefined reference to 'RSA_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:971: error: 
undefined reference to 'EC_KEY_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function getCertificate:sslscan.c:974: error: 
undefined reference to 'EC_KEY_print'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function defaultCipher:sslscan.c:661: error: 
undefined reference to 'BIO_new_socket'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function testCipher:sslscan.c:460: error: 
undefined reference to 'BIO_new_socket'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function testCipher:sslscan.c:485: error: 
undefined reference to 'BIO_s_file'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function testCipher:sslscan.c:485: error: 
undefined reference to 'BIO_new'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function testCipher:sslscan.c:486: error: 
undefined reference to 'BIO_ctrl'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function populateCipherList:sslscan.c:151: 
error: undefined reference to 'sk_num'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function populateCipherList:sslscan.c:173: 
error: undefined reference to 'sk_value'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function populateCipherList:sslscan.c:174: 
error: undefined reference to 'sk_value'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function populateCipherList:sslscan.c:175: 
error: undefined reference to 'sk_value'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function populateCipherList:sslscan.c:151: 
error: undefined reference to 'sk_num'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function main:sslscan.c:1390: error: undefined 
reference to 'OPENSSL_add_all_algorithms_noconf'
/usr/bin/ld: /tmp/ccNyKdQm.o: in function main:sslscan.c:1391: error: undefined 
reference to 'ERR_load_crypto_strings'
collect2: ld returned 1 exit status
make[1]: *** [all] Error 1



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

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-1.diff.gz
  to main/s/sslscan/sslscan_1.8.2-1.diff.gz
sslscan_1.8.2-1.dsc
  to main/s/sslscan/sslscan_1.8.2-1.dsc
sslscan_1.8.2-1_amd64.deb
  to main/s/sslscan/sslscan_1.8.2-1_amd64.deb
sslscan_1.8.2.orig.tar.gz
  to main/s/sslscan/sslscan_1.8.2.orig.tar.gz



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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marvin Stark <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 25 Jan 2010 19:28:33 +0100
Source: sslscan
Binary: sslscan
Architecture: source amd64
Version: 1.8.2-1
Distribution: unstable
Urgency: low
Maintainer: Marvin Stark <[email protected]>
Changed-By: Marvin Stark <[email protected]>
Description: 
 sslscan    - Fast SSL scanner
Closes: 556372
Changes: 
 sslscan (1.8.2-1) unstable; urgency=low
 .
   * New Upstream release
   * debian/control:
     - updated Standards-Version to 3.8.3
   * Fixed FTBFS with binutils-gold (Closes: #556372)
   * Fixed spelling errors in sslscan.c
   * Added patch descriptions
Checksums-Sha1: 
 aee5fca51545825588fccc27dd413e1d39136c15 968 sslscan_1.8.2-1.dsc
 aea24323b1de21d952fec194a3e7bf6065d7b57d 22149 sslscan_1.8.2.orig.tar.gz
 5bf930474e0966e10d554c584b26af85c3ecc00f 3882 sslscan_1.8.2-1.diff.gz
 44f099af3f3fcc52afd40ff4d67786619d1b751e 17522 sslscan_1.8.2-1_amd64.deb
Checksums-Sha256: 
 6ac661510cf30c916b1b2d58e66ae4ec703b32272178e3e13ce4ebef499e46c1 968 
sslscan_1.8.2-1.dsc
 874d3ab0567f621835273f7a4dce5d7b1bd1b6ecad8d7d43253018b29eb72e65 22149 
sslscan_1.8.2.orig.tar.gz
 d116295092436643ed7c5c994fabc5e46316095e098296a81b42fae11ff3c660 3882 
sslscan_1.8.2-1.diff.gz
 eca4ddb7d37e8a2a679bd3f0fcb26605134914a5b63cdd5abe1aab61bb294fd2 17522 
sslscan_1.8.2-1_amd64.deb
Files: 
 c8f4811ee54a918151cc6b73b0c41a7c 968 utils extra sslscan_1.8.2-1.dsc
 9b5171306f84b001c01c9a3fdf802574 22149 utils extra sslscan_1.8.2.orig.tar.gz
 ae2ef7b068001f6313f04c52a6b5c4cf 3882 utils extra sslscan_1.8.2-1.diff.gz
 6b972bc12e6ec1a1a6ce5ffdb1242cd8 17522 utils extra sslscan_1.8.2-1_amd64.deb

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

iEYEARECAAYFAktd5YgACgkQzgm26bkTFDpUYQCgl/dkj4wDv4Zy3Vrk2fPiDrBE
VsMAn09Uvf+ICXA3/Cl9Pm85YlxXDI0Z
=WA48
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to