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

Re: dh_shlibdeps warnings



On Tue, Nov 30, 1999 at 06:58:24PM -0600, Laurence J Lane wrote:
> This isn't a grave problem, but warnings in my packages tend to
> disturb me. I have a package that will be split into bins, libs,
> and a dev. dh_shlibdeps always gives a warning about the ldd
> output from the libs when they're not already installed, in the
> ld.so path.
> 
> When I try "dh_shlibdeps -ldebian/libepplet0/usr/lib", I get this:
> 
> dpkg-shlibdeps: warning: unknown output from ldd on `debian/epplets/usr/bin/E-Mountbox.epplet': `libepplet.so.0 => debian/libepplet0/usr/lib/libepplet.so.0 (0x40019000)'

You can get rid of this warning by using 
  dh_shlibdeps -l`pwd`/debian/libepplet0/usr/lib
for then the directory name will be absolute (and dpkg-shlibdeps
expects this).

You will, however, replace the warnings with other warnings about
being unable to locate the package containing
/usr/local/.../debian/libepplet0/usr/lib/libepplet.so.0.

Can't win!

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  Julian Gilbey, Dept of Maths, QMW, Univ. of London. J.D.Gilbey@qmw.ac.uk
        Debian GNU/Linux Developer,  see http://www.debian.org/~jdg
  Donate free food to the world's hungry: see http://www.thehungersite.com/


Reply to: