Package dma_0.0.2010.06.17-6 failed to build from source

Bug #729118 reported by Tarun K. Mall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dma (Debian)
Fix Released
Unknown
dma (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: dma

Package failed to build from source
here is the build log

cc -Wl,-Bsymbolic-functions -lssl -lcrypto -lresolv -llockfile -o dma aliases_parse.o aliases_scan.o base64.o conf.o crypto.o dma.o dns.o local.o mail.o net.o spool.o util.o dfcompat.o
crypto.o: In function `smtp_init_crypto':
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:89: undefined reference to `SSL_library_init'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:90: undefined reference to `SSL_load_error_strings'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:92: undefined reference to `TLSv1_client_method'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:94: undefined reference to `SSL_CTX_new'
crypto.o: In function `init_cert_file':
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:53: undefined reference to `SSL_CTX_use_certificate_chain_file'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:60: undefined reference to `SSL_CTX_use_PrivateKey_file'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:70: undefined reference to `SSL_CTX_check_private_key'
crypto.o: In function `smtp_init_crypto':
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:140: undefined reference to `SSL_new'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:148: undefined reference to `SSL_set_connect_state'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:151: undefined reference to `SSL_set_fd'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:159: undefined reference to `SSL_connect'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:167: undefined reference to `SSL_get_peer_certificate'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:172: undefined reference to `X509_free'
crypto.o: In function `hmac_md5':
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:239: undefined reference to `MD5_Init'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:241: undefined reference to `MD5_Update'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:242: undefined reference to `MD5_Update'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:243: undefined reference to `MD5_Final'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:247: undefined reference to `MD5_Init'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:249: undefined reference to `MD5_Update'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:250: undefined reference to `MD5_Update'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:252: undefined reference to `MD5_Final'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:205: undefined reference to `MD5_Init'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:206: undefined reference to `MD5_Update'
/home/tarun/source/dma/dma-0.0.2010.06.17/crypto.c:207: undefined reference to `MD5_Final'
dns.o: In function `dns_get_mx_list':
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:146: undefined reference to `__res_search'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:166: undefined reference to `ns_initparse'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:169: undefined reference to `ns_msg_getflag'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:179: undefined reference to `ns_parserr'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:186: undefined reference to `ns_get16'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:188: undefined reference to `ns_name_uncompress'
/home/tarun/source/dma/dma-0.0.2010.06.17/dns.c:197: undefined reference to `ns_name_uncompress'
local.o: In function `deliver_local':
/home/tarun/source/dma/dma-0.0.2010.06.17/local.c:92: undefined reference to `maillock'
/home/tarun/source/dma/dma-0.0.2010.06.17/local.c:179: undefined reference to `mailunlock'
/home/tarun/source/dma/dma-0.0.2010.06.17/local.c:131: undefined reference to `mailunlock'
/home/tarun/source/dma/dma-0.0.2010.06.17/local.c:167: undefined reference to `mailunlock'
/home/tarun/source/dma/dma-0.0.2010.06.17/local.c:145: undefined reference to `mailunlock'
net.o: In function `ssl_errstr':
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:66: undefined reference to `ERR_get_error'
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:69: undefined reference to `ERR_error_string'
net.o: In function `send_remote_command':
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:102: undefined reference to `SSL_write'
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:103: undefined reference to `SSL_get_error'
net.o: In function `read_remote':
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:156: undefined reference to `SSL_read'
net.o: In function `close_connection':
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:311: undefined reference to `SSL_free'
/home/tarun/source/dma/dma-0.0.2010.06.17/net.c:310: undefined reference to `SSL_shutdown'
collect2: ld returned 1 exit status
make[2]: *** [dma] Error 1
make[2]: Leaving directory `/home/tarun/source/dma/dma-0.0.2010.06.17'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/home/tarun/source/dma/dma-0.0.2010.06.17'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1335:
dpkg-buildpackage -rfakeroot -D -us -uc failed

Related branches

Tarun K. Mall (c2tarun)
Changed in dma (Ubuntu):
assignee: nobody → Tarun K. Mall (c2tarun)
status: New → In Progress
Tarun K. Mall (c2tarun)
summary: - Package failed to build from source
+ Package dma_0.0.2010.06.17-6 failed to build from source
Revision history for this message
Tarun K. Mall (c2tarun) wrote :
Changed in dma (Ubuntu):
status: In Progress → Confirmed
assignee: Tarun K. Mall (c2tarun) → nobody
Revision history for this message
Krzysztof Klimonda (kklimonda) wrote :

Thanks, everything looks fine. I'm uploading it now.

Changed in dma (Ubuntu):
assignee: nobody → Krzysztof Klimonda (kklimonda)
status: Confirmed → In Progress
assignee: Krzysztof Klimonda (kklimonda) → nobody
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package dma - 0.0.2010.06.17-6ubuntu1

---------------
dma (0.0.2010.06.17-6ubuntu1) natty; urgency=low

  * debian/patches/38_fix_ftbfs_binutils-gold.patch:
    to fix FTBFS error. (LP: #729118, Closes: #616586)
 -- Tarun Kumar Mall <email address hidden> Sat, 05 Mar 2011 20:07:29 +0000

Changed in dma (Ubuntu):
status: Fix Committed → Fix Released
Changed in dma (Debian):
status: Unknown → New
Changed in dma (Debian):
status: New → Fix Committed
Changed in dma (Debian):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.