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

Replies

Subject Author
Re: [gentoo-science] Trouble building scipy-0.14.0 against acml "Bastian Löffler" <Bastian_Loeffler@×××××.de>