tags 318808 +patch thanks Here's a patch for this bug. The problem was that the namechange from libcapi20-2 to libcapi20-3 wasn't complete. To generate the patch I essentially did:
for f in *capi20-2*; do mv -vi $f `echo $f|sed s/capi20-2/capi20-3/`; done for f in $(grep -l capi20-2 *); do cp -vip $f $f.tmp; sed 's/capi20-2/capi20-3/g' < $f.tmp > $f; done (I also removed an extraneous kernel-config file that had - AFAIK - nothing to do in there.) I built the result and it works for me. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (300, 'testing'), (200, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11 Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8) Versions of packages libcapi20-3 depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]