Your message dated Mon, 16 Nov 2009 17:48:36 +0000
with message-id <e1na5gq-0000k1...@ries.debian.org>
and subject line Bug#555567: fixed in lua-sec 0.4-3
has caused the Debian Bug report #555567,
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 ow...@bugs.debian.org
immediately.)


-- 
555567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lua-sec
Version: 0.3.3-1
Severity: minor
User: peter.fritzs...@gmx.de
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.

Objects inside an .a archive aren't linked yet. This means that you must resolve
their symbols when linking to a program.

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

libtool --silent --tag=CC --mode=link cc -Wall -O2 -g -Wall -O2 
-I/usr//include/lua5.1      \
                /usr//lib/liblua5.1.la -static -o app -I . 
/usr/share/lua5.1-policy-dev/app.c liblua5.1-sec.la
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_ioerror:src/ssl.c:38: error: undefined reference to 'ERR_get_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_recv:src/ssl.c:159: error: undefined reference to 'ERR_clear_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_recv:src/ssl.c:180: error: undefined reference to 'ERR_peek_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_send:src/ssl.c:115: error: undefined reference to 'ERR_clear_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_send:src/ssl.c:133: error: undefined reference to 'ERR_peek_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
meth_handshake:src/ssl.c:71: error: undefined reference to 'ERR_clear_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
meth_handshake:src/ssl.c:89: error: undefined reference to 'ERR_peek_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(ssl.o): in function 
ssl_ioerror:src/ssl.c:38: error: undefined reference to 
'ERR_reason_error_string'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
set_cipher:src/context.c:252: error: undefined reference to 'ERR_get_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
set_cipher:src/context.c:252: error: undefined reference to 
'ERR_reason_error_string'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
load_key:src/context.c:230: error: undefined reference to 'ERR_get_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
load_key:src/context.c:230: error: undefined reference to 
'ERR_reason_error_string'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
load_cert:src/context.c:202: error: undefined reference to 'ERR_get_error'
/usr/bin/ld: ./.libs/liblua5.1-sec.a(context.o): in function 
load_cert:src/context.c:202: error: undefined reference to 
'ERR_reason_error_string'
collect2: ld returned 1 exit status



--- End Message ---
--- Begin Message ---
Source: lua-sec
Source-Version: 0.4-3

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

liblua5.1-sec-dev_0.4-3_amd64.deb
  to main/l/lua-sec/liblua5.1-sec-dev_0.4-3_amd64.deb
liblua5.1-sec1_0.4-3_amd64.deb
  to main/l/lua-sec/liblua5.1-sec1_0.4-3_amd64.deb
lua-sec_0.4-3.diff.gz
  to main/l/lua-sec/lua-sec_0.4-3.diff.gz
lua-sec_0.4-3.dsc
  to main/l/lua-sec/lua-sec_0.4-3.dsc



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

Debian distribution maintenance software
pp.
Enrico Tassi <gareuselesi...@debian.org> (supplier of updated lua-sec 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: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 22:18:42 +0100
Source: lua-sec
Binary: liblua5.1-sec1 liblua5.1-sec-dev
Architecture: source amd64
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Enrico Tassi <gareuselesi...@debian.org>
Changed-By: Enrico Tassi <gareuselesi...@debian.org>
Description: 
 liblua5.1-sec-dev - SSL socket library library devel files for the Lua 
language versi
 liblua5.1-sec1 - SSL socket library for the Lua language version 5.1
Closes: 555567
Changes: 
 lua-sec (0.4-3) unstable; urgency=low
 .
   * build depend on liblua5.1-policy-dev >= 26 to specify linker flags
     for statical linkage (Closes: #555567)
Checksums-Sha1: 
 4d263b681267b4b822001c79fb6d8ce354f331bf 1231 lua-sec_0.4-3.dsc
 e663c87993388fd26cba4976a3020c0dc850ac72 3509 lua-sec_0.4-3.diff.gz
 a6d53dd1331bbfc23b82b85c6cc5ef768f20a760 17336 liblua5.1-sec1_0.4-3_amd64.deb
 fc40b8888290ebf8559e8d2d9d2986d84d71c8ae 33402 
liblua5.1-sec-dev_0.4-3_amd64.deb
Checksums-Sha256: 
 bea5574df4b15e67147e84a851482b6158e6eb65d0df93b5bfa8119b9e0e9109 1231 
lua-sec_0.4-3.dsc
 117774e0c751ac753711081bfef220098c943fbf954f06e35b22ff29250ebf63 3509 
lua-sec_0.4-3.diff.gz
 553f4ae76ba5e48517c7ce7d6fd6ddba49dbd1fe66790fd08db58548e0f5eea6 17336 
liblua5.1-sec1_0.4-3_amd64.deb
 888a3f2c4f57d405f40e81faf9491c4925cdb8e98303482525a257a6ba508eda 33402 
liblua5.1-sec-dev_0.4-3_amd64.deb
Files: 
 5885c997baff039efcae255e083f293d 1231 interpreters optional lua-sec_0.4-3.dsc
 c876a97ce953dd0cac274e8c2e2b9626 3509 interpreters optional 
lua-sec_0.4-3.diff.gz
 202489aea842fbdcf5ec7eb23bf5af2c 17336 interpreters optional 
liblua5.1-sec1_0.4-3_amd64.deb
 b10020f2929330d379bef26c8750d04c 33402 libdevel optional 
liblua5.1-sec-dev_0.4-3_amd64.deb

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

iEYEARECAAYFAkr9zbsACgkQ7kkcPgEj8vJh5QCeOyDhT2fGaJZWUaPaGm1k9wou
cZMAnAkHzao34nuvPKf1YQZCWPCQDp7b
=U5Ft
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to