[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: `gs-aladdin-5.03': I've packaged it.



karlheg@inetarena.com (Karl M. Hegbloom) writes:

>  Ok, well, I've recompiled with libjpegg6a (6a-5).  I don't know if
>  that's the one with the goof or not.  Is it?  The depends won't
>  change, anyhow.

Yes, the dependency is wrong, but the executable will still work:

$ head /var/lib/dpkg/info/libjpeg*.shlibs
==> /var/lib/dpkg/info/libjpeg6a.shlibs <==
libjpeg 6a libjpeg6a
libjpeg 6a libjpeg6a

==> /var/lib/dpkg/info/libjpegg6a.shlibs <==
libjpeg 6a      libjpeg6a

A shlibs.local will fix it though.

>  As far as `libpaper' goes, the library itself is not linked to any
>  other libraries.

I think the library is broken.  It does use libc functions, for
example fopen:

femto[~]$ nm -D /usr/lib/libpaper.so.1.0.2  | grep fopen
         U fopen

All libraries must have an explicit dependency on one of libc, libm,
or libdl.  If you link with this library you'll be running a library
compiled for libc5 with libc6, giving unpredictable results.


Guy


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: