On Tue, Nov 22, 2011 at 08:59:34PM +0000, Iain Lane wrote:
> haskell-dpkg builds with this but doesn't work (as I said on IRC).

I must have missed this discussion.

> | for: dpkg (libdpkg.so: cannot open shared object file: No such file or
> | directory)

This is a consequence of libdpkg being static-only.  I think this is
impossible to address it before dpkg starts shipping a shared
library, but i think you can work around it with something like

ghci -lbz2 -lz /tmp/libdpkg-extracted/*.o dist/build/Debian/Dpkg/*.hs

(/tmp/libdpkg-extracted containing the result of `ar x /usr/lib/libdpkg.a`)

> The version in sid has this too. Any ideas?

No, but you should have fewer problems with runhaskell or ghc.

> Anyway, I'd appreciate it if you could take a look at the patch.

Looks reasonable enough.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to