Gentoo Archives: gentoo-science

From: rose@××××××××××××××.de
To: gentoo-science@l.g.o
Subject: [gentoo-science] More than 200 hundred errors in testsuite
Date: Wed, 24 Aug 2011 16:30:59
Message-Id: 20110824182456.55c0ot5xk4ws40w0@webmail.uni-potsdam.de
1 Hi,
2
3 I installed in the last days sage-4.7.1 with the ebuild from
4 sage-on-gentoo overlay on four systems (all x86_64 AMD and INTEL).
5 After the installation I run the testsuite:
6
7 cd $(mktemp -d) && sage -testall ,
8
9 which reported that between 200 and 250 tests failed. The resulting
10 log files (/home/rose/.sage/tmp/test.log) are between 1.5 and 3.3
11 MByte. One of these shorter log files is attached.
12
13 I got the message that one reason for the downgrade to numpy-1.5.1 is
14 bug 371099, i.e. missing clapack_* symbols in scipy-0.9.0, if
15 numpy-1.6.x is used.
16
17 My scipy-0.9.0-r1 was installed with numpy-1.6.1. I tried already to
18 reinstall scipy-0.9.0-r1 (now with numpy-1.5.1), but it fails with:
19
20 ...
21 RefactoringTool:
22 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/integrate/setup.py
23 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/io/__init__.py
24 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/io/matlab/mio4.py
25 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/io/matlab/mio5.py
26 ...
27 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/integrate/ode.py
28 /var/tmp/portage/sci-libs/scipy-0.9.0-r1/work/scipy-0.9.0/build/py3k/scipy/integrate/quadpack.py
29 blas_opt_info:
30 blas_mkl_info:
31 libraries mkl,vml,guide not found in /usr/local/lib64
32 libraries mkl,vml,guide not found in /usr/local/lib
33 libraries mkl,vml,guide not found in /usr/lib64
34 libraries mkl,vml,guide not found in /usr/lib
35 NOT AVAILABLE
36
37 atlas_blas_threads_info:
38 Setting PTATLAS=ATLAS
39 Warning: No configuration returned, assuming
40 unavailable./usr/lib64/python3.2/site-packages/numpy/distutils/system_info.py:527: UserWarning: Specified path is
41 invalid.
42 warnings.warn('Specified path %s is invalid.' % d)
43 libraries atlcblas,f77blas,m,atlas not found in /usr/lib64
44 NOT AVAILABLE
45
46 atlas_blas_info:
47 libraries atlcblas,f77blas,m,atlas not found in /usr/lib64
48 NOT AVAILABLE
49
50 /usr/lib64/python3.2/site-packages/numpy/distutils/system_info.py:1399:
51 UserWarning:
52 Atlas (http://math-atlas.sourceforge.net/) libraries not found.
53 Directories to search for the libraries can be specified in the
54 numpy/distutils/site.cfg file (section [atlas]) or by setting
55 the ATLAS environment variable.
56 warnings.warn(AtlasNotFoundError.__doc__)
57 blas_info:
58 libraries blas not found in /usr/local/lib64
59 libraries blas not found in /usr/local/lib
60 libraries blas not found in /usr/lib64
61 libraries blas not found in /usr/lib
62 NOT AVAILABLE
63
64 /usr/lib64/python3.2/site-packages/numpy/distutils/system_info.py:1408:
65 UserWarning:
66 Blas (http://www.netlib.org/blas/) libraries not found.
67 Directories to search for the libraries can be specified in the
68 numpy/distutils/site.cfg file (section [blas]) or by setting
69 the BLAS environment variable.
70 warnings.warn(BlasNotFoundError.__doc__)
71 blas_src_info:
72 NOT AVAILABLE
73
74 /usr/lib64/python3.2/site-packages/numpy/distutils/system_info.py:1411:
75 UserWarning:
76 Blas (http://www.netlib.org/blas/) sources not found.
77 Directories to search for the sources can be specified in the
78 numpy/distutils/site.cfg file (section [blas_src]) or by setting
79 the BLAS_SRC environment variable.
80 warnings.warn(BlasSrcNotFoundError.__doc__)
81 Traceback (most recent call last):
82 File "setup.py", line 181, in <module>
83 setup_package()
84 File "setup.py", line 173, in setup_package
85 configuration=configuration )
86 File "/usr/lib64/python3.2/site-packages/numpy/distutils/core.py",
87 line 152, in setup
88 config = configuration()
89 ...
90 File
91 "/usr/lib64/python3.2/site-packages/numpy/distutils/system_info.py",
92 line 461, in get_info
93 raise self.notfounderror(self.notfounderror.__doc__)
94 numpy.distutils.system_info.BlasNotFoundError:
95 Blas (http://www.netlib.org/blas/) libraries not found.
96 Directories to search for the libraries can be specified in the
97 numpy/distutils/site.cfg file (section [blas]) or by setting
98 the BLAS environment variable.
99 * ERROR: sci-libs/scipy-0.9.0-r1 failed (compile phase):
100 * Building failed with CPython 3.2 in distutils_building() function
101
102
103 Any hint?

Attachments

File name MIME type
sage_test_impala.log text/x-log

Replies

Subject Author
Re: [gentoo-science] More than 200 hundred errors in testsuite Steven Trogdon <strogdon@×××××.edu>