[Pkg-kde-extras] Bug#465533: ktorrent: Fails to start; symbol lookup error: lstat64
Chris Knadle
Chris.Knadle at coredump.us
Wed Feb 13 00:42:05 UTC 2008
Package: ktorrent
Version: 2.2.5.dfsg.1-1
Severity: grave
Justification: renders package unusable
Starting ktorrent now fails:
$ ktorrent
ktorrent: symbol lookup error: /usr/lib/libktorrent-2.2.5.so: undefined symbol: lstat64
Best guess of where the problem is that HAVE_STAT64 was configured in such
that line 208 in libktorrent/util/fileops.cpp was included in the compile:
206 #if HAVE_STAT64
207 struct stat64 statbuf;
208 if (lstat64(fn, &statbuf) < 0)
209 return;
210 #else
211 struct stat statbuf;
212 if (lstat(fn, &statbuf) < 0)
213 return;
214 #endif
-- Chris
Chris Knadle
Chris.Knadle at coredump.us
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.15-686-crk1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages ktorrent depends on:
ii kdelibs4c2a 4:3.5.8.dfsg.1-7 core libraries and binaries for al
ii libavahi-client3 0.6.22-2 Avahi client library
ii libavahi-common3 0.6.22-2 Avahi common library
ii libavahi-qt3-1 0.6.22-2 Avahi Qt 3 integration library
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libgcc1 1:4.3-20080202-1 GCC support library
ii libgeoip1 1.4.4.dfsg-1 A non-DNS IP-to-country resolver l
ii libgmp3c2 2:4.2.2+dfsg-2 Multiprecision arithmetic library
ii libqt3-mt 3:3.3.8b-1 Qt GUI Library (Threaded runtime v
ii libstdc++6 4.3-20080202-1 The GNU Standard C++ Library v3
Versions of packages ktorrent recommends:
ii kdebase-data 4:3.5.8.dfsg.1-7 shared data files for the KDE base
ii kdebase-kio-plugins 4:3.5.8.dfsg.1-7 core I/O slaves for KDE
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-kde-extras/attachments/20080212/0404f38a/attachment.pgp
More information about the pkg-kde-extras
mailing list