Package: python-numpy Version: 1:1.3.0-3+b1 Severity: normal
Comparing with another system where numpy works, I noticed that the "alternative" for libblas.so.3gf hasn't been set up: sascha.si...@xo15-minimal:~/src/measure$ ls -l /usr/lib/libblas.so.3gf ls: cannot access /usr/lib/libblas.so.3gf: No such file or directory sascha.si...@xo15-minimal:~/src/measure$ ls -l /etc/alternatives/libblas.so.3gf ls: cannot access /etc/alternatives/libblas.so.3gf: No such file or directory sascha.si...@xo15-minimal:~$ There are no outstanding configurations: sascha.si...@xo15-minimal:~/src/measure$ sudo dpkg -a --configure sascha.si...@xo15-minimal:~$ dpkg.log also shows nothing unusual: sascha.si...@xo15-minimal:~$ grep blas /var/log/dpkg.log.1 2010-04-20 12:22:11 upgrade libblas3gf 1.2-4 1.2-7 2010-04-20 12:22:11 status half-configured libblas3gf 1.2-4 2010-04-20 12:22:11 status unpacked libblas3gf 1.2-4 2010-04-20 12:22:11 status half-installed libblas3gf 1.2-4 2010-04-20 12:22:11 status half-installed libblas3gf 1.2-4 2010-04-20 12:22:11 status unpacked libblas3gf 1.2-7 2010-04-20 12:22:12 status unpacked libblas3gf 1.2-7 2010-04-20 12:24:29 configure libblas3gf 1.2-7 1.2-7 2010-04-20 12:24:29 status unpacked libblas3gf 1.2-7 2010-04-20 12:24:30 status half-configured libblas3gf 1.2-7 2010-04-20 12:24:30 status installed libblas3gf 1.2-7 sascha.si...@xo15-minimal:~$ /var/log/aptitude and apt/term.log don't reach as far back, unfortunately. Reinstalling the package fixed it: sascha.si...@xo15-minimal:~$ sudo aptitude reinstall libblas3gf Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done Reading task descriptions... Done The following packages will be REINSTALLED: libblas3gf 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 211kB of archives. After unpacking 0B will be used. Writing extended state information... Done Get:1 http://ftp.de.debian.org squeeze/main libblas3gf 1.2-7 [211kB] Fetched 211kB in 0s (279kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done Parsing Found/Fixed information... Done (Reading database ... 52002 files and directories currently installed.) Preparing to replace libblas3gf 1.2-7 (using .../libblas3gf_1.2-7_i386.deb) ... Unpacking replacement libblas3gf ... Setting up libblas3gf (1.2-7) ... update-alternatives: using /usr/lib/libblas/libblas.so.3gf to provide /usr/lib/libblas.so.3gf (libblas.so.3gf) in auto mode. [master 2c8c313] committing changes in /etc after apt run Author: Sascha Silbe <[email protected]> 1 files changed, 1 insertions(+), 0 deletions(-) create mode 120000 alternatives/libblas.so.3gf Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information... Done Initializing package states... Done Reading task descriptions... Done sascha.si...@xo15-minimal:~$ python Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from numpy.linalg import lapack_lite >>> sascha.si...@xo15-minimal:~$ Unless somebody else encountered it as well and has more logs that show what happened, we can probably close this bug (even though it isn't really fixed). -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.31.6-xo1.5-1-00330-g12e4512 (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages python-numpy depends on: ii libblas3gf [libblas.so.3gf] 1.2-7 Basic Linear Algebra Reference imp ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.4-1 GCC support library ii libgfortran3 4.4.4-1 Runtime library for GNU Fortran ap ii liblapack3gf [liblapack.so.3 3.2.1-8 library of linear algebra routines ii python 2.5.4-9 An interactive high-level object-o ii python-central 0.6.14+nmu2 register and build utility for Pyt python-numpy recommends no packages. Versions of packages python-numpy suggests: pn python-nose <none> (no description available) pn python-numpy-dbg <none> (no description available) pn python-numpy-doc <none> (no description available) -- no debconf information _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

