Your message dated Wed, 26 Dec 2007 09:44:57 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457815: dpkg-dev: dpkg-shlibdeps misses symbols and thus 
outputs false warnings (redux)
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dpkg-dev
Version: 1.14.12
Severity: normal

Hi,

it looks like dpkg-dev (or symbol stuff) is missing some symbols. While
building libpano13 (pkg-phototools/libpano.git on git.d.o, in the
libpano13/unstable branch, uscan is your friend), I've got:

$ grep 'found in none of the libraries' ../libpano13_2.9.12-1_i386.build 
dpkg-shlibdeps: warning: symbol exp used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol hypot used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol atan2 used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol atan used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol asin used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol atanh used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol log used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol pow used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol ceil used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.
dpkg-shlibdeps: warning: symbol floor used by 
debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.

Looks like libm, right? Let's check:

$ for i in `grep 'found in none of the libraries' 
../libpano13_2.9.12-1_i386.build | awk '{print $4}'`; do nm -D /usr/lib/libm.so 
| cut -b 10- | grep "^W $i$" ; done
W exp
W hypot
W atan2
W atan
W asin
W atanh
W log
W pow
W ceil
W floor

I'm not that willing to dig it out how you gather symbol information,
but it really looks like you're missing something here.

And that's AFAICT not a duplicate of #454036, I'll be following up there
in some minutes.

Cheers,

-- 
Cyril Brulebois



--- End Message ---
--- Begin Message ---
On Wed, 26 Dec 2007, Cyril Brulebois wrote:
> it looks like dpkg-dev (or symbol stuff) is missing some symbols. While
> building libpano13 (pkg-phototools/libpano.git on git.d.o, in the
> libpano13/unstable branch, uscan is your friend), I've got:
> 
> $ grep 'found in none of the libraries' ../libpano13_2.9.12-1_i386.build 
> dpkg-shlibdeps: warning: symbol exp used by 
> debian/libpano13-0/usr/lib/libpano13.so.0.0.0 found in none of the libraries.

$ objdump -p debian/libpano13-0/usr/lib/libpano13.so.0.0.0 | grep NEEDED
  NEEDED      libjpeg.so.62
  NEEDED      libpng12.so.0
  NEEDED      libtiff.so.4
  NEEDED      libz.so.1
  NEEDED      libc.so.6

Looks like libm is really missing ...

> I'm not that willing to dig it out how you gather symbol information,
> but it really looks like you're missing something here.

Here it looks like dpkg-shlibdeps is right. :-)

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


--- End Message ---

Reply via email to