Gentoo Archives: gentoo-science

From: "Bastian Löffler" <Bastian_Loeffler@×××××.de>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml
Date: Sun, 15 Jun 2014 21:30:29
Message-Id: 539E106E.2080908@arcor.de
In Reply to: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml by "François Bissey"
1 Well of course i checked that:
2
3 eselect blas list
4 Available providers for blas:
5 [1] acml-gfortran64 *
6 [2] acml-gfortran64-openmp
7 [3] eigen
8 [4] reference
9
10 SO my blas is acml-gfortran64.
11
12
13 Am 15.06.2014 23:27, schrieb François Bissey:
14 > It looks like one of my messages didn't make it to the list but that one did:
15 > http://article.gmane.org/gmane.linux.gentoo.science/2148
16 >
17 > My final opinion on the matter looking at your site.cfg is that you don't have
18 > a blas eselected at all and that's not a valid configuration.
19 > eselect blas list
20 > will tell you all the implementation of blas available choose the one
21 > that match your current lapack one.
22 >
23 > Francois
24 >
25 > On Sun, 15 Jun 2014 23:20:30 Bastian Löffler wrote:
26 >> I did. I posted site.cfg an regarding numpy: Installing this was some
27 >> time ago. Its an scipy update making trouble.
28 >>
29 >> Regards Bastian
30 >>
31 >> Am 15.06.2014 23:13, schrieb François Bissey:
32 >>> You obviously didn't read my last two emails.
33 >>>
34 >>> Francois
35 >>>
36 >>> On Sun, 15 Jun 2014 16:22:43 Bastian Löffler wrote:
37 >>>> I still have this problem when updating to scipy-0.14.0. Ideas?
38 >>>>
39 >>>> Am 09.06.2014 20:41, schrieb Bastian Löffler:
40 >>>>> Hi,
41 >>>>>
42 >>>>> this is
43 >>>>>
44 >>>>> /var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python2_7/site.
45 >>>>> cf
46 >>>>> g:
47 >>>>>
48 >>>>> [blas]
49 >>>>> include_dirs =
50 >>>>> library_dirs = :/usr/lib64
51 >>>>> blas_libs =
52 >>>>> [lapack]
53 >>>>> library_dirs = //opt/acml5.3.1/gfortran64/lib:/usr/lib64
54 >>>>> lapack_libs = acml
55 >>>>>
56 >>>>> Buliding numpy is ago. This is any scipy update.
57 >>>>>
58 >>>>> Am 09.06.2014 13:51, schrieb François Bissey:
59 >>>>>> numpy not bumpy. Sorry for the noise.
60 >>>>>>
61 >>>>>> On 9/06/2014, at 23:42, François Bissey <frp.bissey@×××××.com> wrote:
62 >>>>>>> Hi,
63 >>>>>>>
64 >>>>>>> Could you post the file:
65 >>>>>>> /var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python2_7/sit
66 >>>>>>> e.
67 >>>>>>> cfg
68 >>>>>>> for our perusal? You obviously managed to merge bumpy which
69 >>>>>>> fundamentally
70 >>>>>>> should have the exact same problem.
71 >>>>>>> Was it just before scipy or a while ago?
72 >>>>>>>
73 >>>>>>> François
74 >>>>>>>
75 >>>>>>> On 9/06/2014, at 23:25, Bastian Löffler <Bastian_Loeffler@×××××.de>
76 >>> wrote:
77 >>>>>>>> Hi all,
78 >>>>>>>>
79 >>>>>>>> I can not build scipy 0.14.0 agaonst the currenct aclm since it
80 >>>>>>>> complains a missing blas:
81 >>>>>>>>
82 >>>>>>>> numpy.distutils.system_info.BlasNotFoundError:
83 >>>>>>>> Blas (
84 >>>>>>>>
85 >>>>>>>> http://www.netlib.org/blas/
86 >>>>>>>> ) libraries not found.
87 >>>>>>>>
88 >>>>>>>> Directories to search for the libraries can be specified in the
89 >>>>>>>> numpy/distutils/site.cfg file (section [blas]) or by setting
90 >>>>>>>> the BLAS environment variable.
91 >>>>>>>>
92 >>>>>>>> * ERROR: sci-libs/scipy-0.14.0::gentoo failed (compile phase):
93 >>>>>>>> * (no error message)
94 >>>>>>>> *
95 >>>>>>>> * Call stack:
96 >>>>>>>> * ebuild.sh, line 93: Called src_compile
97 >>>>>>>> * environment, line 4075: Called distutils-r1_src_compile
98 >>>>>>>> * environment, line 1421: Called _distutils-r1_run_foreach_impl
99 >>>>>>>> 'python_compile'
100 >>>>>>>> * environment, line 312: Called python_parallel_foreach_impl
101 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
102 >>>>>>>> * environment, line 3808: Called
103 >>>>>>>> multibuild_parallel_foreach_variant
104 >>>>>>>> '_python_multibuild_wrapper' 'distutils-r1_run_phase'
105 >>>>>>>> 'python_compile'
106 >>>>>>>> * environment, line 2855: Called multibuild_foreach_variant
107 >>>>>>>> '_multibuild_parallel' '_python_multibuild_wrapper'
108 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
109 >>>>>>>> * environment, line 2798: Called _multibuild_run
110 >>>>>>>> '_multibuild_parallel' '_python_multibuild_wrapper'
111 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
112 >>>>>>>> * environment, line 2796: Called _multibuild_parallel
113 >>>>>>>> '_python_multibuild_wrapper' 'distutils-r1_run_phase'
114 >>>>>>>> 'python_compile'
115 >>>>>>>> * environment, line 2846: Called _python_multibuild_wrapper
116 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
117 >>>>>>>> * environment, line 914: Called distutils-r1_run_phase
118 >>>>>>>> 'python_compile'
119 >>>>>>>> * environment, line 1412: Called python_compile
120 >>>>>>>> * environment, line 3315: Called distutils-r1_python_compile
121 >>>>>>>> 'config_fc' '--noopt' '--noarch'
122 >>>>>>>> * environment, line 1292: Called esetup.py 'build' 'config_fc'
123 >>>>>>>> '--noopt' '--noarch'
124 >>>>>>>> * environment, line 1862: Called die
125 >>>>>>>> * The specific snippet of code:
126 >>>>>>>> * "${@}" || die
127 >>>>>>>> *
128 >>>>>>>> * If you need support, post the output of `emerge --info
129 >>>>>>>> '=sci-libs/scipy-0.14.0::gentoo'`,
130 >>>>>>>> * the complete build log and the output of `emerge -pqv
131 >>>>>>>> '=sci-libs/scipy-0.14.0::gentoo'`.
132 >>>>>>>> * The complete build log is located at
133 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/build.log'.
134 >>>>>>>> * The ebuild environment file is located at
135 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/environment'.
136 >>>>>>>> * Working directory:
137 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python2_7'
138 >>>>>>>> * S: '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0'
139 >>>>>>>> /usr/lib64/portage/bin/isolated-functions.sh: line 226: kill: (6675)
140 >>>>>>>> -
141 >>>>>>>> No such process
142 >>>>>>>> blas_opt_info:
143 >>>>>>>>
144 >>>>>>>> system_info:
145 >>>>>>>> NOT AVAILABLE
146 >>>>>>>>
147 >>>>>>>> blas_info:
148 >>>>>>>> libraries not found in ['/usr/lib64']
149 >>>>>>>> NOT AVAILABLE
150 >>>>>>>>
151 >>>>>>>> blas_src_info:
152 >>>>>>>> NOT AVAILABLE
153 >>>>>>>>
154 >>>>>>>> /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown
155 >>>>>>>> distribution option: 'test_suite'
156 >>>>>>>>
157 >>>>>>>> warnings.warn(msg)
158 >>>>>>>>
159 >>>>>>>> /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:151
160 >>>>>>>> 1:
161 >>>>>>>>
162 >>>>>>>> UserWarning:
163 >>>>>>>> Atlas (
164 >>>>>>>>
165 >>>>>>>> http://math-atlas.sourceforge.net/
166 >>>>>>>> ) libraries not found.
167 >>>>>>>>
168 >>>>>>>> Directories to search for the libraries can be specified in the
169 >>>>>>>> numpy/distutils/site.cfg file (section [atlas]) or by setting
170 >>>>>>>> the ATLAS environment variable.
171 >>>>>>>>
172 >>>>>>>> warnings.warn(AtlasNotFoundError.__doc__)
173 >>>>>>>>
174 >>>>>>>> /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:566
175 >>>>>>>> :
176 >>>>>>>> UserWarning: Specified path is invalid.
177 >>>>>>>>
178 >>>>>>>> warnings.warn('Specified path %s is invalid.' % d)
179 >>>>>>>>
180 >>>>>>>> /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:152
181 >>>>>>>> 0:
182 >>>>>>>>
183 >>>>>>>> UserWarning:
184 >>>>>>>> Blas (
185 >>>>>>>>
186 >>>>>>>> http://www.netlib.org/blas/
187 >>>>>>>> ) libraries not found.
188 >>>>>>>>
189 >>>>>>>> Directories to search for the libraries can be specified in the
190 >>>>>>>> numpy/distutils/site.cfg file (section [blas]) or by setting
191 >>>>>>>> the BLAS environment variable.
192 >>>>>>>>
193 >>>>>>>> warnings.warn(BlasNotFoundError.__doc__)
194 >>>>>>>>
195 >>>>>>>> /usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py:152
196 >>>>>>>> 3:
197 >>>>>>>>
198 >>>>>>>> UserWarning:
199 >>>>>>>> Blas (
200 >>>>>>>>
201 >>>>>>>> http://www.netlib.org/blas/
202 >>>>>>>> ) sources not found.
203 >>>>>>>>
204 >>>>>>>> Directories to search for the sources can be specified in the
205 >>>>>>>> numpy/distutils/site.cfg file (section [blas_src]) or by setting
206 >>>>>>>> the BLAS_SRC environment variable.
207 >>>>>>>>
208 >>>>>>>> warnings.warn(BlasSrcNotFoundError.__doc__)
209 >>>>>>>>
210 >>>>>>>> Traceback (most recent call last):
211 >>>>>>>> File "setup.py", line 237, in <module>
212 >>>>>>>>
213 >>>>>>>> setup_package()
214 >>>>>>>>
215 >>>>>>>> File "setup.py", line 234, in setup_package
216 >>>>>>>>
217 >>>>>>>> setup(**metadata)
218 >>>>>>>>
219 >>>>>>>> File "/usr/lib64/python3.3/site-packages/numpy/distutils/core.py",
220 >>>>>>>>
221 >>>>>>>> line 135, in setup
222 >>>>>>>>
223 >>>>>>>> config = configuration()
224 >>>>>>>>
225 >>>>>>>> File "setup.py", line 173, in configuration
226 >>>>>>>>
227 >>>>>>>> config.add_subpackage('scipy')
228 >>>>>>>>
229 >>>>>>>> File
230 >>>>>>>>
231 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
232 >>>>>>>> line
233 >>>>>>>> 966, in add_subpackage
234 >>>>>>>>
235 >>>>>>>> caller_level = 2)
236 >>>>>>>>
237 >>>>>>>> File
238 >>>>>>>>
239 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
240 >>>>>>>> line
241 >>>>>>>> 935, in get_subpackage
242 >>>>>>>>
243 >>>>>>>> caller_level = caller_level + 1)
244 >>>>>>>>
245 >>>>>>>> File
246 >>>>>>>>
247 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
248 >>>>>>>> line
249 >>>>>>>> 872, in _get_configuration_from_setup_py
250 >>>>>>>>
251 >>>>>>>> config = setup_module.configuration(*args)
252 >>>>>>>>
253 >>>>>>>> File "scipy/setup.py", line 12, in configuration
254 >>>>>>>>
255 >>>>>>>> config.add_subpackage('integrate')
256 >>>>>>>>
257 >>>>>>>> File
258 >>>>>>>>
259 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
260 >>>>>>>> line
261 >>>>>>>> 966, in add_subpackage
262 >>>>>>>>
263 >>>>>>>> caller_level = 2)
264 >>>>>>>>
265 >>>>>>>> File
266 >>>>>>>>
267 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
268 >>>>>>>> line
269 >>>>>>>> 935, in get_subpackage
270 >>>>>>>>
271 >>>>>>>> caller_level = caller_level + 1)
272 >>>>>>>>
273 >>>>>>>> File
274 >>>>>>>>
275 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/misc_util.py",
276 >>>>>>>> line
277 >>>>>>>> 872, in _get_configuration_from_setup_py
278 >>>>>>>>
279 >>>>>>>> config = setup_module.configuration(*args)
280 >>>>>>>>
281 >>>>>>>> File "scipy/integrate/setup.py", line 12, in configuration
282 >>>>>>>>
283 >>>>>>>> blas_opt = get_info('blas_opt',notfound_action=2)
284 >>>>>>>>
285 >>>>>>>> File
286 >>>>>>>>
287 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py",
288 >>>>>>>> line 340, in get_info
289 >>>>>>>>
290 >>>>>>>> return cl().get_info(notfound_action)
291 >>>>>>>>
292 >>>>>>>> File
293 >>>>>>>>
294 >>>>>>>> "/usr/lib64/python3.3/site-packages/numpy/distutils/system_info.py",
295 >>>>>>>> line 499, in get_info
296 >>>>>>>>
297 >>>>>>>> raise self.notfounderror(self.notfounderror.__doc__)
298 >>>>>>>>
299 >>>>>>>> numpy.distutils.system_info.BlasNotFoundError:
300 >>>>>>>> Blas (
301 >>>>>>>>
302 >>>>>>>> http://www.netlib.org/blas/
303 >>>>>>>> ) libraries not found.
304 >>>>>>>>
305 >>>>>>>> Directories to search for the libraries can be specified in the
306 >>>>>>>> numpy/distutils/site.cfg file (section [blas]) or by setting
307 >>>>>>>> the BLAS environment variable.
308 >>>>>>>>
309 >>>>>>>> * ERROR: sci-libs/scipy-0.14.0::gentoo failed (compile phase):
310 >>>>>>>> * (no error message)
311 >>>>>>>> *
312 >>>>>>>> * Call stack:
313 >>>>>>>> * ebuild.sh, line 93: Called src_compile
314 >>>>>>>> * environment, line 4075: Called distutils-r1_src_compile
315 >>>>>>>> * environment, line 1421: Called _distutils-r1_run_foreach_impl
316 >>>>>>>> 'python_compile'
317 >>>>>>>> * environment, line 312: Called python_parallel_foreach_impl
318 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
319 >>>>>>>> * environment, line 3808: Called
320 >>>>>>>> multibuild_parallel_foreach_variant
321 >>>>>>>> '_python_multibuild_wrapper' 'distutils-r1_run_phase'
322 >>>>>>>> 'python_compile'
323 >>>>>>>> * environment, line 2855: Called multibuild_foreach_variant
324 >>>>>>>> '_multibuild_parallel' '_python_multibuild_wrapper'
325 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
326 >>>>>>>> * environment, line 2798: Called _multibuild_run
327 >>>>>>>> '_multibuild_parallel' '_python_multibuild_wrapper'
328 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
329 >>>>>>>> * environment, line 2796: Called _multibuild_parallel
330 >>>>>>>> '_python_multibuild_wrapper' 'distutils-r1_run_phase'
331 >>>>>>>> 'python_compile'
332 >>>>>>>> * environment, line 2846: Called _python_multibuild_wrapper
333 >>>>>>>> 'distutils-r1_run_phase' 'python_compile'
334 >>>>>>>> * environment, line 914: Called distutils-r1_run_phase
335 >>>>>>>> 'python_compile'
336 >>>>>>>> * environment, line 1412: Called python_compile
337 >>>>>>>> * environment, line 3315: Called distutils-r1_python_compile
338 >>>>>>>> 'config_fc' '--noopt' '--noarch'
339 >>>>>>>> * environment, line 1292: Called esetup.py 'build' 'config_fc'
340 >>>>>>>> '--noopt' '--noarch'
341 >>>>>>>> * environment, line 1862: Called die
342 >>>>>>>> * The specific snippet of code:
343 >>>>>>>> * "${@}" || die
344 >>>>>>>> *
345 >>>>>>>> * If you need support, post the output of `emerge --info
346 >>>>>>>> '=sci-libs/scipy-0.14.0::gentoo'`,
347 >>>>>>>> * the complete build log and the output of `emerge -pqv
348 >>>>>>>> '=sci-libs/scipy-0.14.0::gentoo'`.
349 >>>>>>>> * The complete build log is located at
350 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/build.log'.
351 >>>>>>>> * The ebuild environment file is located at
352 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/temp/environment'.
353 >>>>>>>> * Working directory:
354 >>>>>>>> '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0-python3_3'
355 >>>>>>>> * S: '/var/tmp/portage/sci-libs/scipy-0.14.0/work/scipy-0.14.0'
356 >>>>>>>> /usr/lib64/portage/bin/isolated-functions.sh: line 226: kill: (6675)
357 >>>>>>>> -
358 >>>>>>>> No such process
359 >>>>>>>>
360 >>>>>>>>>>> Failed to emerge sci-libs/scipy-0.14.0, Log file:
361 >
362 >

Replies

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