Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-13 Thread Steve Langasek
On Sun, Mar 12, 2006 at 04:36:30PM +0100, Florian Boelstler wrote:

 Steve Langasek wrote:
  Ok.  Could you please send the output of ldd /usr/bin/valknut?

 sure:

 [EMAIL PROTECTED]:~$ ldd /usr/bin/valknut
 libdc.so.0 = /usr/local/lib/libdc.so.0 (0x4002e000)

Yep, this is not a bug in the Debian package.  Please get rid of this stale
old version of libdc.so.0 from /usr/local.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-13 Thread Florian Boelstler


Steve Langasek wrote:
 Yep, this is not a bug in the Debian package.  Please get rid of this stale
 old version of libdc.so.0 from /usr/local.

*OUCH*, I didn't notice that.
I am wondering where that lib came from...

Anyway, thanks for your help.

Cheers,

  Florian



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



Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-12 Thread Florian Boelstler


Steve Langasek wrote:
 Ok.  Could you please send the output of ldd /usr/bin/valknut?

sure:

[EMAIL PROTECTED]:~$ ldd /usr/bin/valknut
libdc.so.0 = /usr/local/lib/libdc.so.0 (0x4002e000)
libdl.so.2 = /lib/tls/i686/cmov/libdl.so.2 (0x400a2000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x400a6000)
libqt-mt.so.3 = /usr/lib/libqt-mt.so.3 (0x401ad000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x40899000)
libz.so.1 = /usr/lib/libz.so.1 (0x408be000)
libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x408d)
libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x408de000)
libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x409a6000)
libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x409af000)
libpthread.so.0 = /lib/tls/i686/cmov/libpthread.so.0 (0x409c6000)
libssl.so.0.9.7 = /usr/lib/i686/cmov/libssl.so.0.9.7 (0x409d6000)
libcrypto.so.0.9.7 = /usr/lib/i686/cmov/libcrypto.so.0.9.7
(0x40a07000)
libbz2.so.1.0 = /usr/lib/libbz2.so.1.0 (0x40b06000)
libstdc++.so.5 = /usr/lib/libstdc++.so.5 (0x40b16000)
libm.so.6 = /lib/tls/i686/cmov/libm.so.6 (0x40bd)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x40bf2000)
libc.so.6 = /lib/tls/i686/cmov/libc.so.6 (0x40bfb000)
libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3
(0x40d3)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x40d79000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0x40da9000)
libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x40dbe000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x40e0f000)
libXrandr.so.2 = /usr/X11R6/lib/libXrandr.so.2 (0x40e17000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x40e1b000)
libXft.so.2 = /usr/lib/libXft.so.2 (0x40e24000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x40e38000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x40ea5000)


signature.asc
Description: OpenPGP digital signature


Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-08 Thread Steve Langasek
On Wed, Mar 08, 2006 at 10:33:02AM +0100, Florian Boelstler wrote:

 I don't have installed any non-debian packages (or alike) for valknut.
 Perhaps I don't get it but I do get the same results:

 [EMAIL PROTECTED]:~$ nm -Du /usr/bin/valknut |grep SocketLog
 [EMAIL PROTECTED]:~$ apt-cache policy valknut
 valknut:
   Installiert:0.3.7-1
   Mögliche Pakete:0.3.7-1
   Versions-Tabelle:
  *** 0.3.7-1 0
 500 ftp://ftp.de.debian.org sarge/main Packages
 100 /var/lib/dpkg/status
 [EMAIL PROTECTED]:~$ /usr/bin/valknut
 /usr/bin/valknut: relocation error: /usr/bin/valknut: undefined symbol:
 _ZN7CSocket12m_eSocketLogE

Ok, I did a little more digging, and it looks like the missing symbol may
actually belong to libdc0 rather than to valknut itself.  Could you make
sure you have libdc0 version 0.3.7-2 installed?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-08 Thread Florian Boelstler


Steve Langasek wrote:
 Ok, I did a little more digging, and it looks like the missing symbol may
 actually belong to libdc0 rather than to valknut itself.  Could you make
 sure you have libdc0 version 0.3.7-2 installed?

libdc0 (0.3.7-2) is installed. I also reinstalled it. Same result.

Thanks for your help.

  Florian


signature.asc
Description: OpenPGP digital signature


Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-08 Thread Steve Langasek
On Wed, Mar 08, 2006 at 02:06:41PM +0100, Florian Boelstler wrote:

 Steve Langasek wrote:
  Ok, I did a little more digging, and it looks like the missing symbol may
  actually belong to libdc0 rather than to valknut itself.  Could you make
  sure you have libdc0 version 0.3.7-2 installed?

 libdc0 (0.3.7-2) is installed. I also reinstalled it. Same result.

 Thanks for your help.

Ok.  Could you please send the output of ldd /usr/bin/valknut?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#355686: valknut: Crashes on startup because of undefined symbol (still present)

2006-03-07 Thread Florian Boelstler
Package: valknut
Version: 0.3.7-1
Severity: grave
Justification: renders package unusable

We believe that the bug you reported is fixed in the latest version of
 valknut, which is due to be installed in the Debian FTP archive:

 dcgui-qt_0.3.7-1_i386.deb
   to pool/main/v/valknut/dcgui-qt_0.3.7-1_i386.deb
 valknut_0.3.7-1.diff.gz
   to pool/main/v/valknut/valknut_0.3.7-1.diff.gz
 valknut_0.3.7-1.dsc
   to pool/main/v/valknut/valknut_0.3.7-1.dsc
 valknut_0.3.7-1_i386.deb
   to pool/main/v/valknut/valknut_0.3.7-1_i386.deb
 valknut_0.3.7.orig.tar.gz
   to pool/main/v/valknut/valknut_0.3.7.orig.tar.gz

Original Bug#289643

Sorry, for the late response, but it seems that it isn't fixed in Sarge
(valknut 0.3.7-1):

valknut: relocation error: valknut: undefined symbol:
_ZN7CSocket12m_eSocketLogE


Regards,

  Florian

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages valknut depends on:
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libdc0 0.3.7-2   Runtime libraries for Valknut
ii  libgcc11:3.4.3-13GCC support library
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libqt3c102-mt  3:3.3.4-3 Qt GUI Library (Threaded runtime v
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libssl0.9.70.9.7e-3sarge1SSL shared libraries
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxml22.6.16-7  GNOME XML library
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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