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