Package: lsb-core
Version: 3.2-27
The libc6 package is going to drop the /lib64 symlink on various
architectures and replace it with a directory, see bug #632682. This
means that the symlinks created by the lsb-core package will no longer
be valid on amd64.
As soon as eglibc 2.13-17 is uploaded, please
- depend on libc6 (>= 2.13-17) on amd64
- clean up any dangling /lib/ld-lsb-x86-64.so.2 symlinks
- adjust your postinst script to correct the links:
--8<---------------cut here---------------start------------->8---
--- postinst~ 2010-09-19 00:01:52.000000000 +0200
+++ postinst 2011-08-19 13:49:44.507900442 +0200
@@ -22,8 +22,8 @@
ln -sf ld-linux.so.2 /lib/ld-lsb.so.1
ln -sf ld-linux.so.2 /lib/ld-lsb.so.2
ln -sf ld-linux.so.2 /lib/ld-lsb.so.3
- ln -sf /lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.2
- ln -sf /lib/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
+ ln -sf ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.2
+ ln -sf ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
;;
ia64)
ln -sf ld-linux-ia64.so.2 /lib/ld-lsb-ia64.so.1
--8<---------------cut here---------------end--------------->8---
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.0.3-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]