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

Replies

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