On Sunday 21 March 2010, maximilian attems wrote: > ok would need info on the missing symlinks: > > ls -l /usr/lib/klibc/include/linux > and > ls -l /usr/lib/klibc/include/asm*
I think that's the problem. They're not symlinks, but empty directories. Looks like a bug in the upgrade? $ ls -dl /usr/lib/klibc/include/linux drwxr-xr-x 2 root root 28672 Mar 18 16:21 /usr/lib/klibc/include/linux $ ls -dl /usr/lib/klibc/include/asm* drwxr-xr-x 2 root root 4096 Mar 18 16:21 /usr/lib/klibc/include/asm drwxr-xr-x 2 root root 4096 Mar 18 16:21 /usr/lib/klibc/include/asm-generic $ ls -l /usr/lib/klibc/include/linux total 0 $ ls -l /usr/lib/klibc/include/asm* /usr/lib/klibc/include/asm: total 0 /usr/lib/klibc/include/asm-generic: total 0 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

