Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Matt Hope

On Tue, 11 Dec 2001, Eric Van Buggenhaut [EMAIL PROTECTED] wrote...

: Thanks for the hint. That's what I did and got a step further !
: 
: Problem is now that :
: 
: TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig
: dpkg: couldn't find /lib/libdb.so.3.
: dpkg-shlibdeps: warning: could not find any packages for /lib/libdb.so.3 (libdb.so.3)
: dpkg-shlibdeps: warning: unable to find dependency information for shared library 
:libdb (soname 3, path /lib/libdb.so.3, dependency field Depends)
: [eric@mrmimePOTATO:~/gdm-2.2.2.1]$ ls -l /lib/libdb.so.3
: lrwxrwxrwx1 root eric   14 jul 18 15:22 /lib/libdb.so.3 - 
:libdb-2.1.3.so
: 
: Any idea ?

I got a very similar error after I had some library problems, and some
libraries got installed where debian didnt know about them.

try 

dpkg -S /lib/libdb.so.3

For me, that returns

libdb2: /lib/libdb.so.3




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Gustavo Noronha Silva

On Tue, 11 Dec 2001 13:55:57 +0100
Eric Van Buggenhaut [EMAIL PROTECTED] wrote:

 On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote:
  Eric Van Buggenhaut wrote:
 Problem is now that :
 
 TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig
 dpkg: couldn't find /lib/libdb.so.3.
 dpkg-shlibdeps: warning: could not find any packages for /lib/libdb.so.3
 (libdb.so.3) dpkg-shlibdeps: warning: unable to find dependency information
 for shared library libdb (soname 3, path /lib/libdb.so.3, dependency field
 Depends)[eric@mrmimePOTATO:~/gdm-2.2.2.1]$ ls -l /lib/libdb.so.3
 lrwxrwxrwx1 root eric   14 jul 18 15:22 /lib/libdb.so.3 -
 libdb-2.1.3.so
 
 Any idea ?
maybe libdb3 is providing a bogus shlibs or not proiding one at
all? try writting a shlibs.local and try again that might be a bug
on libdb3

[]s!

-- 
Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+
|  .''`.  | Debian GNU/Linux: http://www.debian.org |
| : :'  : + Debian BR...: http://debian-br.cipsga.org.br+
| `. `'`  + Q: Why did the chicken cross the road?  +
|   `-| A: Upstream's decision. -- hmh  |
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Eric Van Buggenhaut
On Mon, Dec 10, 2001 at 07:03:25PM +0100, Santiago Vila wrote:
 Eric Van Buggenhaut:
  Depends: , libpam-modules (= 0.72-1), adduser, xutils | xbase-clients, 
  gdm-cleaner
 
 
 Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the
 ELF binaries in debian/rules?

Hola Santi,

This is what my debian/rules looks like:

binary-arch: install-stamp
dh_testdir
dh_testroot
dh_installdirs
dh_movefiles
dh_installdocs
dh_installinfo
dh_installmenu
dh_installpam
dh_installexamples
dh_installdebconf
dh_installinit -r -n
dh_installmanpages
dh_undocumented
dh_makeshlibs
dh_perl
dh_installchangelogs
dh_installchangelogs  ChangeLog
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
if [ -d $(ARCHIVEDIR)/unstripped ]; then \
dh_md5sums; \
dh_builddeb --destdir=$(ARCHIVEDIR)/unstripped; \


I also think it's not a problem in the package tree, since the same problem
happened 2 weeks ago with another package.

Thanks for your help,

E.

Please Cc me.
-- 
Eric VAN BUGGENHAUT Los niƱos son esponjas
(Amaya Rodrigo Sastre)
\_|_/   Andago
   \/   \/  Av. Santa Engracia, 54
a n d a g o  |--E-28010 Madrid - tfno:+34(91)2041100
   /\___/\  http://www.andago.com
/ | \   Innovando en Internet
[EMAIL PROTECTED]



Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Santiago Vila
Eric Van Buggenhaut wrote:
 This is what my debian/rules looks like:

 binary-arch: install-stamp
 dh_testdir
 dh_testroot
 dh_installdirs
 dh_movefiles
 dh_installdocs
 dh_installinfo
 dh_installmenu
 dh_installpam
 dh_installexamples
 dh_installdebconf
 dh_installinit -r -n
 dh_installmanpages
 dh_undocumented
 dh_makeshlibs
 [...]

I would run those commands by hand and would try to investigate why
dh_makeshlibs does not seem do it's job.



Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Matt Hope
On Tue, 11 Dec 2001, Eric Van Buggenhaut [EMAIL PROTECTED] wrote...

: Thanks for the hint. That's what I did and got a step further !
: 
: Problem is now that :
: 
: TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig
: dpkg: couldn't find /lib/libdb.so.3.
: dpkg-shlibdeps: warning: could not find any packages for /lib/libdb.so.3 
(libdb.so.3)
: dpkg-shlibdeps: warning: unable to find dependency information for shared 
library libdb (soname 3, path /lib/libdb.so.3, dependency field Depends)
: [EMAIL PROTECTED]:~/gdm-2.2.2.1]$ ls -l /lib/libdb.so.3
: lrwxrwxrwx1 root eric   14 jul 18 15:22 /lib/libdb.so.3 - 
libdb-2.1.3.so
: 
: Any idea ?

I got a very similar error after I had some library problems, and some
libraries got installed where debian didnt know about them.

try 

dpkg -S /lib/libdb.so.3

For me, that returns

libdb2: /lib/libdb.so.3





Re: no shlibdeps in DEBIAN/control

2001-12-11 Thread Gustavo Noronha Silva
On Tue, 11 Dec 2001 13:55:57 +0100
Eric Van Buggenhaut [EMAIL PROTECTED] wrote:

 On Tue, Dec 11, 2001 at 11:02:34AM +0100, Santiago Vila wrote:
  Eric Van Buggenhaut wrote:
 Problem is now that :
 
 TATO:~/gdm-2.2.2.1]$ dpkg-shlibdeps gui/gdmconfig
 dpkg: couldn't find /lib/libdb.so.3.
 dpkg-shlibdeps: warning: could not find any packages for /lib/libdb.so.3
 (libdb.so.3) dpkg-shlibdeps: warning: unable to find dependency information
 for shared library libdb (soname 3, path /lib/libdb.so.3, dependency field
 Depends)[EMAIL PROTECTED]:~/gdm-2.2.2.1]$ ls -l /lib/libdb.so.3
 lrwxrwxrwx1 root eric   14 jul 18 15:22 /lib/libdb.so.3 -
 libdb-2.1.3.so
 
 Any idea ?
maybe libdb3 is providing a bogus shlibs or not proiding one at
all? try writting a shlibs.local and try again that might be a bug
on libdb3

[]s!

-- 
Gustavo Noronha Silva - kov http://www.metainfo.org/kov
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+
|  .''`.  | Debian GNU/Linux: http://www.debian.org |
| : :'  : + Debian BR...: http://debian-br.cipsga.org.br+
| `. `'`  + Q: Why did the chicken cross the road?  +
|   `-| A: Upstream's decision. -- hmh  |
*-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+



Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Santiago Vila

Eric Van Buggenhaut:
 Depends: , libpam-modules (= 0.72-1), adduser, xutils | xbase-clients, gdm-cleaner


Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the
ELF binaries in debian/rules?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Christian Marillat

 EVB == Eric Van Buggenhaut [EMAIL PROTECTED] writes:

 Since some days, when building packages, I don't have libc6 version
 included anymore. dpkg-deb then complains:

I had the same problem yesterday when building gnome-libs.

Of course I can't reproduce this problem.

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Santiago Vila
Eric Van Buggenhaut:
 Depends: , libpam-modules (= 0.72-1), adduser, xutils | xbase-clients, 
 gdm-cleaner


Are you sure you run dpkg-shlibdeps (or debhelper equivalent) on the
ELF binaries in debian/rules?



Re: no shlibdeps in DEBIAN/control

2001-12-10 Thread Christian Marillat
 EVB == Eric Van Buggenhaut [EMAIL PROTECTED] writes:

 Since some days, when building packages, I don't have libc6 version
 included anymore. dpkg-deb then complains:

I had the same problem yesterday when building gnome-libs.

Of course I can't reproduce this problem.

Christian