Bug 1136831 - LTO: python-numpy build fails
Summary: LTO: python-numpy build fails
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Liška
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1133084
  Show dependency treegraph
 
Reported: 2019-05-30 06:49 UTC by Martin Liška
Modified: 2023-09-21 11:50 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Liška 2019-05-30 06:49:39 UTC
Fails later in python-networkx package:

[  424s]   G = yaml.load(path)
[  427s] ======================================================================
[  427s] ERROR: test_spectral_bipartivity.TestSpectralBipartivity.test_single_nodes
[  427s] ----------------------------------------------------------------------
[  427s] Traceback (most recent call last):
[  427s]   File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
[  427s]     self.test(*self.arg)
[  427s]   File "/home/abuild/rpmbuild/BUILD/networkx-2.2/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py", line 82, in test_single_nodes
[  427s]     sbn = sb(G, nodes=[1, 2])
[  427s]   File "/home/abuild/rpmbuild/BUILD/networkx-2.2/networkx/algorithms/bipartite/spectral.py", line 64, in spectral_bipartivity
[  427s]     expA = scipy.linalg.expm(A)
[  427s]   File "/usr/lib64/python2.7/site-packages/scipy/linalg/matfuncs.py", line 255, in expm
[  427s]     import scipy.sparse.linalg
[  427s]   File "/usr/lib64/python2.7/site-packages/scipy/sparse/linalg/__init__.py", line 118, in <module>
[  427s]     from .matfuncs import *
[  427s]   File "/usr/lib64/python2.7/site-packages/scipy/sparse/linalg/matfuncs.py", line 19, in <module>
[  427s]     import scipy.special
[  427s]   File "/usr/lib64/python2.7/site-packages/scipy/special/__init__.py", line 641, in <module>
[  427s]     from ._ufuncs import *
[  427s] ImportError: /usr/lib64/python2.7/site-packages/scipy/special/_ufuncs.so: undefined symbol: npy_cexp