Package: libatlas3-base
Version: 3.8.4-4
Severity: grave
Tags: patch
Justification: renders package unusable
Dear Maintainer,
After upgrading to version 3.8.4-4 of the package, I get errors such as:
octave: error while loading shared libraries: liblapack.so.3gf: cannot open
shared object file: No such file or directory
The slave alternative to liblapack.so.3gf is not correctly created in
libatlas3-base.postinst, and this actually destroys the slave symlink. A patch
is attached.
Thanks,
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libatlas3-base depends on:
ii libc6 2.13-33
ii libgcc1 1:4.7.0-12
ii libgfortran3 4.7.0-12
libatlas3-base recommends no packages.
Versions of packages libatlas3-base suggests:
ii liblapack3 3.4.1-1
-- no debconf information
--- /var/lib/dpkg/info/libatlas3-base.postinst 2012-06-06 16:52:05.000000000 +0000
+++ libatlas3-base.postinst 2012-06-07 09:39:50.131100205 +0000
@@ -19,7 +19,7 @@
update-alternatives --install /usr/lib/liblapack.so.3 liblapack.so.3 \
/usr/lib/atlas-base/atlas/liblapack.so.3 35 \
--slave /usr/lib/liblapack.so.3gf liblapack.so.3gf \
- /usr/lib/atlas-base/libblas.so.0
+ /usr/lib/atlas-base/atlas/liblapack.so.3
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.