Gentoo Archives: gentoo-science

From: "François Bissey" <frp.bissey@×××××.com>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml
Date: Mon, 09 Jun 2014 11:42:45
Message-Id: 4A3DC3A0-F400-4077-8168-A2A3FAF6A266@slingshot.co.nz
In Reply to: [gentoo-science] Trouble building scipy-0.14.0 against acml by "Bastian Löffler"
1 Hi,
2
3 Could you post the file:
4 /var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python2_7/site.cfg
5 for our perusal? You obviously managed to merge bumpy which fundamentally
6 should have the exact same problem.
7 Was it just before scipy or a while ago?
8
9 François
10
11 On 9/06/2014, at 23:25, Bastian Löffler <Bastian_Loeffler@×××××.de> wrote:
12
13 > Hi all,
14 >
15 > I can not build scipy 0.14.0 agaonst the currenct aclm since it
16 > complains a missing blas:
17 >
18 > numpy.distutils.system_info.BlasNotFoundError:
19 > Blas (
20 > http://www.netlib.org/blas/
21 > ) libraries not found.
22 > Directories to search for the libraries can be specified in the
23 > numpy/distutils/site.cfg file (section [blas]) or by setting
24 > the BLAS environment variable.
25 > * ERROR: sci-libs/scipy-0.14.0::gentoo failed (compile phase):
26 > * (no error message)
27 > *
28 > * Call stack:
29 > * ebuild.sh, line 93: Called src_compile
30 > * environment, line 4075: Called distutils-r1_src_compile
31 > * environment, line 1421: Called _distutils-r1_run_foreach_impl
32 > 'python_compile'
33 > * environment, line 312: Called python_parallel_foreach_impl
34 > 'distutils-r1_run_phase' 'python_compile'
35 > * environment, line 3808: Called multibuild_parallel_foreach_variant
36 > '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile'
37 > * environment, line 2855: Called multibuild_foreach_variant
38 > '_multibuild_parallel' '_python_multibuild_wrapper'
39 > 'distutils-r1_run_phase' 'python_compile'
40 > * environment, line 2798: Called _multibuild_run
41 > '_multibuild_parallel' '_python_multibuild_wrapper'
42 > 'distutils-r1_run_phase' 'python_compile'
43 > * environment, line 2796: Called _multibuild_parallel
44 > '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile'
45 > * environment, line 2846: Called _python_multibuild_wrapper
46 > 'distutils-r1_run_phase' 'python_compile'
47 > * environment, line 914: Called distutils-r1_run_phase 'python_compile'
48 > * environment, line 1412: Called python_compile
49 > * environment, line 3315: Called distutils-r1_python_compile
50 > 'config_fc' '--noopt' '--noarch'
51 > * environment, line 1292: Called esetup.py 'build' 'config_fc'
52 > '--noopt' '--noarch'
53 > * environment, line 1862: Called die
54 > * The specific snippet of code:
55 > * "${@}" || die
56 > *
57 > * If you need support, post the output of `emerge --info
58 > '=sci-libs/scipy-0.14.0::gentoo'`,
59 > * the complete build log and the output of `emerge -pqv
60 > '=sci-libs/scipy-0.14.0::gentoo'`.
61 > * The complete build log is located at
62 > '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/build.log'.
63 > * The ebuild environment file is located at
64 > '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/environment'.
65 > * Working directory:
66 > '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python2_7'
67 > * S: '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0'
68 > /usr/lib64/portage/bin/isolated-functions.sh: line 226: kill: (6675) -
69 > No such process
70 > blas_opt_info:
71 > system_info:
72 > NOT AVAILABLE
73 >
74 > blas_info:
75 > libraries not found in ['/usr/lib64']
76 > NOT AVAILABLE
77 >
78 > blas_src_info:
79 > NOT AVAILABLE
80 >
81 > /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown
82 > distribution option: 'test_suite'
83 > warnings.warn(msg)
84 > /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:1511:
85 > UserWarning:
86 > Atlas (
87 > http://math-atlas.sourceforge.net/
88 > ) libraries not found.
89 > Directories to search for the libraries can be specified in the
90 > numpy/distutils/site.cfg file (section [atlas]) or by setting
91 > the ATLAS environment variable.
92 > warnings.warn(AtlasNotFoundError.__doc__)
93 > /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:566:
94 > UserWarning: Specified path is invalid.
95 > warnings.warn('Specified path %s is invalid.' % d)
96 > /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:1520:
97 > UserWarning:
98 > Blas (
99 > http://www.netlib.org/blas/
100 > ) libraries not found.
101 > Directories to search for the libraries can be specified in the
102 > numpy/distutils/site.cfg file (section [blas]) or by setting
103 > the BLAS environment variable.
104 > warnings.warn(BlasNotFoundError.__doc__)
105 > /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:1523:
106 > UserWarning:
107 > Blas (
108 > http://www.netlib.org/blas/
109 > ) sources not found.
110 > Directories to search for the sources can be specified in the
111 > numpy/distutils/site.cfg file (section [blas_src]) or by setting
112 > the BLAS_SRC environment variable.
113 > warnings.warn(BlasSrcNotFoundError.__doc__)
114 > Traceback (most recent call last):
115 > File "setup.py", line 237, in <module>
116 > setup_package()
117 > File "setup.py", line 234, in setup_package
118 > setup(**metadata)
119 > File "/usr/lib64/python3.3/site-packages/numpy/distutils/core.py",
120 > line 135, in setup
121 > config = configuration()
122 > File "setup.py", line 173, in configuration
123 > config.add_subpackage('scipy')
124 > File
125 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
126 > 966, in add_subpackage
127 > caller_level = 2)
128 > File
129 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
130 > 935, in get_subpackage
131 > caller_level = caller_level + 1)
132 > File
133 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
134 > 872, in _get_configuration_from_setup_py
135 > config = setup_module.configuration(*args)
136 > File "scipy/setup.py", line 12, in configuration
137 > config.add_subpackage('integrate')
138 > File
139 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
140 > 966, in add_subpackage
141 > caller_level = 2)
142 > File
143 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
144 > 935, in get_subpackage
145 > caller_level = caller_level + 1)
146 > File
147 > "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py", line
148 > 872, in _get_configuration_from_setup_py
149 > config = setup_module.configuration(*args)
150 > File "scipy/integrate/setup.py", line 12, in configuration
151 > blas_opt = get_info('blas_opt',notfound_action=2)
152 > File
153 > "/usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py",
154 > line 340, in get_info
155 > return cl().get_info(notfound_action)
156 > File
157 > "/usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py",
158 > line 499, in get_info
159 > raise self.notfounderror(self.notfounderror.__doc__)
160 > numpy.distutils.system_info.BlasNotFoundError:
161 > Blas (
162 > http://www.netlib.org/blas/
163 > ) libraries not found.
164 > Directories to search for the libraries can be specified in the
165 > numpy/distutils/site.cfg file (section [blas]) or by setting
166 > the BLAS environment variable.
167 > * ERROR: sci-libs/scipy-0.14.0::gentoo failed (compile phase):
168 > * (no error message)
169 > *
170 > * Call stack:
171 > * ebuild.sh, line 93: Called src_compile
172 > * environment, line 4075: Called distutils-r1_src_compile
173 > * environment, line 1421: Called _distutils-r1_run_foreach_impl
174 > 'python_compile'
175 > * environment, line 312: Called python_parallel_foreach_impl
176 > 'distutils-r1_run_phase' 'python_compile'
177 > * environment, line 3808: Called multibuild_parallel_foreach_variant
178 > '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile'
179 > * environment, line 2855: Called multibuild_foreach_variant
180 > '_multibuild_parallel' '_python_multibuild_wrapper'
181 > 'distutils-r1_run_phase' 'python_compile'
182 > * environment, line 2798: Called _multibuild_run
183 > '_multibuild_parallel' '_python_multibuild_wrapper'
184 > 'distutils-r1_run_phase' 'python_compile'
185 > * environment, line 2796: Called _multibuild_parallel
186 > '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_compile'
187 > * environment, line 2846: Called _python_multibuild_wrapper
188 > 'distutils-r1_run_phase' 'python_compile'
189 > * environment, line 914: Called distutils-r1_run_phase 'python_compile'
190 > * environment, line 1412: Called python_compile
191 > * environment, line 3315: Called distutils-r1_python_compile
192 > 'config_fc' '--noopt' '--noarch'
193 > * environment, line 1292: Called esetup.py 'build' 'config_fc'
194 > '--noopt' '--noarch'
195 > * environment, line 1862: Called die
196 > * The specific snippet of code:
197 > * "${@}" || die
198 > *
199 > * If you need support, post the output of `emerge --info
200 > '=sci-libs/scipy-0.14.0::gentoo'`,
201 > * the complete build log and the output of `emerge -pqv
202 > '=sci-libs/scipy-0.14.0::gentoo'`.
203 > * The complete build log is located at
204 > '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/build.log'.
205 > * The ebuild environment file is located at
206 > '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/environment'.
207 > * Working directory:
208 > '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python3_3'
209 > * S: '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0'
210 > /usr/lib64/portage/bin/isolated-functions.sh: line 226: kill: (6675) -
211 > No such process
212 >
213 > >>> Failed to emerge sci-libs/scipy-0.14.0, Log file:
214 >
215 >
216 >
217 >
218 >

Replies

Subject Author
Re: [gentoo-science] Trouble building scipy-0.14.0 against acml "François Bissey" <frp.bissey@×××××.com>