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

Replies

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