[Python-modules-team] Bug#642001: reproduce instructions

Julian Taylor jtaylor.debian at googlemail.com
Fri Apr 20 22:04:27 UTC 2012


simple way to reproduce the issue:

libatlas-base-dev installed, debug:
strace python-dbg -c 'from numpy.distutils.system_info import get_info; get_info("blas", 2)' 2>&1 | grep libblas
open("/usr/lib/libblas.so.3gf", O_RDONLY) = 10
lstat("/usr/local/lib/libblas_d.so", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)
lstat("/usr/local/lib/libblas.a", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)
lstat("/usr/lib/libblas_d.so", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)
lstat("/usr/lib/libblas.a", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)
lstat("/usr/lib/x86_64-linux-gnu/libblas_d.so", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)
lstat("/usr/lib/x86_64-linux-gnu/libblas.a", 0x7ffffee66ad0) = -1 ENOENT (No such file or directory)

non-debug
strace python -c 'from numpy.distutils.system_info import get_info; get_info("blas", 2)' 2>&1 | grep libblas
open("/usr/lib/libblas.so.3gf", O_RDONLY) = 10
lstat("/usr/local/lib/libblas.so", 0x7fff96312670) = -1 ENOENT (No such file or directory)
lstat("/usr/local/lib/libblas.a", 0x7fff96312670) = -1 ENOENT (No such file or directory)
lstat("/usr/lib/libblas.so", {st_mode=S_IFLNK|0777, st_size=28, ...}) = 0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20120421/67f7ee29/attachment.pgp>


More information about the Python-modules-team mailing list