[Pkg-openssl-devel] Backporting OpenSSL 1.0.1c
Sandro Tosi
morph at debian.org
Tue Jun 19 08:17:37 UTC 2012
On Mon, Jun 18, 2012 at 6:23 PM, Kurt Roeckx <kurt at roeckx.be> wrote:
> I have no idea what the error means. Does the file generated .so
> file have all versions in it?
Debugging a bit further, it seems that at the time dpkg-gensymbols is
executed, libssl1.0.0 is not in the debian/libssl1.0.0 directory but
still in debian/tmp, so
dpkg-gensymbols -Pdebian/libssl1.0.0/ -plibssl1.0.0 -c4
fails since it can't find any library there; if I run
dpkg-gensymbols -Pdebian/tmp -plibssl1.0.0 -c4
it completes correctly generating the debian/tmp/DEBIAN/symbols file.
I start to suspect that's something fishy at install phase. In fact, I
can't see the point where the files are moved from debian/tmp to their
final locations. Ah, now I see: dh_movefiles - I'll see with
DH_VERBOSE if there's more interesting messages, I'll follow up later.
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
More information about the Pkg-openssl-devel
mailing list