Your message dated Mon, 10 Mar 2008 10:17:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#470241: dpkg-gensymbols doesn't look for libraries in
/emul/ia32-linux/
has caused the Debian Bug report #470241,
regarding dpkg-gensymbols doesn't look for libraries in /emul/ia32-linux/
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 [EMAIL PROTECTED]
immediately.)
--
470241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470241
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dpkg-dev
dpkg-gensymbols doesn't look for libraries in /emul/ia32-linux/
current workaround is to keep libraries in /lib32 and /usr/lib32, run
dpkg-gensymbols and then move those to /emul/ia32-linux/.
--- End Message ---
--- Begin Message ---
Raphael Hertzog writes:
> On Mon, 10 Mar 2008, Matthias Klose wrote:
> > Package: dpkg-dev
> >
> > dpkg-gensymbols doesn't look for libraries in /emul/ia32-linux/
> > current workaround is to keep libraries in /lib32 and /usr/lib32, run
> > dpkg-gensymbols and then move those to /emul/ia32-linux/.
>
> I'm sorry, you'll have to prove your point because that's not right AFAIK.
>
> dpkg-gensymbols uses the array @librarypath coming from
> /usr/share/perl5/Dpkg/Shlibs.pm and it includes:
>
> use constant DEFAULT_LIBRARY_PATH =>
> qw(/lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64
> /emul/ia32-linux/lib /emul/ia32-linux/usr/lib);
> our @librarypaths = (DEFAULT_LIBRARY_PATH);
>
> Or maybe /emul/ia32-linux/ contains directly the libraries and doesn't contain
> sub-directories?
closing, it does, but lib32 ;)
--- End Message ---