Bug 553714
Summary: | avogadro FTBFS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> |
Component: | avogadro | Assignee: | Sebastian Dziallas <sebastian> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | kevin, sebastian |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-10 13:46:11 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 553711 |
Description
Rex Dieter
2010-01-08 18:11:05 UTC
That should be fixed in tomorrow's Rawhide. I disabled the plugin causing the issues for now. Disabling things is a bad solution for build issues. The issue turned out to be just a trivial version check breakage. I fixed this properly (well, for sip 4.10; that fix will break again with 4.11, I guess using VERSION_GREATER would be more reliable) in avogadro-1.0.0-6.fc13. Well, it still fails, apparently due to numpy being broken: -- [4/5] Numpy Module Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 132, in <module> import add_newdocs File "/usr/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module> from lib import add_newdoc File "/usr/lib/python2.6/site-packages/numpy/lib/__init__.py", line 13, in <module> from polynomial import * File "/usr/lib/python2.6/site-packages/numpy/lib/polynomial.py", line 17, in <module> from numpy.linalg import eigvals, lstsq File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47, in <module> from linalg import * File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 22, in <module> from numpy.linalg import lapack_lite ImportError: /usr/lib/python2.6/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: zgesdd_ -- Numpy headers found and later: /builddir/build/BUILD/avogadro-1.0.0/libavogadro/src/python/eigen.cpp:3:32: error: numpy/arrayobject.h: No such file or directory (followed by many errors which are due to symbols not being defined). But it should build once numpy is fixed. The numpy issue is bug 562577. avogadro-1.0.0-6.fc13 resubmitted, built successfully. Whoa, thanks a lot for taking on this! I had originally planned to look into eventually enabling the plugins again, but just got a little swamped with work. |