On Mon, 05 Jul 2010, Christoph Pleger wrote: > I want to build to build a debian package for my amd64-architecture. The > resulting package contains 32-bit libraries and executables which are part > of the orig.tar.gz from upstream. > > These libraries and executables need 32-bit libraries which are not part of > the debian 32-bit compatibility packages. So, I created a new compatibility > package ia32-libs-extra-lenny which currently contains the 32-bit version of > libidn.so.11. My debian/rules of ia32-libs-extra-lenny calls dh_makeshlibs to > create the shlibs file. After installation of the compatibility package, > /var/lib/dpkg/info/ia32-libs-extra-lenny.shlibs looks like this: > > libidn 11 ia32-libs-extra-lenny > > When I now try to build the original package, I get the following error > message: > > dpkg-shlibdeps: failure: no dependency information found for > /emul/ia32-linux/usr/lib/libidn.so.11 (used by ...)
What does "dpkg -S /emul/ia32-linux/usr/lib/libidn.so.11" return? Cheers, -- Raphaƫl Hertzog Follow my Debian News on http://RaphaelHertzog.com -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

