Ticket #1222 (closed defect: fixed)
[with spkg ] cvxopt import trouble on PPC OSX 10.4 with 2.8.13.rc0
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-2.8.15 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
michael-abshoffs-ibook-g4:~/Desktop/sage-2.8.13.rc0 mabshoff$ ./sage -
t devel/sage-main/sage/numerical/test.py
sage -t devel/sage-main/sage/numerical/test.py
**********************************************************************
File "test.py", line 4:
: from cvxopt.base import *
Exception raised:
Traceback (most recent call last):
File "/Users/mabshoff/Desktop/sage-2.8.13.rc0/local/lib/
python2.5/doctest.py", line 1212, in __run
compileflags, 1) in test.globs
File "<doctest __main__.example_0[0]>", line 1, in <module>
from cvxopt.base import *###line 4:
: from cvxopt.base import *
ImportError: dlopen(/Users/mabshoff/Desktop/sage-2.8.13.rc0/local/
lib/python/site-packages/cvxopt/base.so, 2): Symbol not found:
__g95_ioparm
Referenced from: /Users/mabshoff/Desktop/sage-2.8.13.rc0/local/
lib/python/site-packages/cvxopt/base.so
Expected in: dynamic lookup
**********************************************************************
File "test.py", line 5:
: from cvxopt import umfpack
Exception raised:
Traceback (most recent call last):
File "/Users/mabshoff/Desktop/sage-2.8.13.rc0/local/lib/
python2.5/doctest.py", line 1212, in __run
compileflags, 1) in test.globs
File "<doctest __main__.example_0[1]>", line 1, in <module>
from cvxopt import umfpack###line 5:
: from cvxopt import umfpack
ImportError: dlopen(/Users/mabshoff/Desktop/sage-2.8.13.rc0/local/
lib/python/site-packages/cvxopt/umfpack.so, 2): Symbol not found:
__g95_st_write_done
Referenced from: /Users/mabshoff/Desktop/sage-2.8.13.rc0/local/
lib/python/site-packages/cvxopt/umfpack.so
Expected in: dynamic lookup
**********************************************************************
1 items had failures:
2 of 6 in __main__.example_0
***Test Failed*** 2 failures.
For whitespace errors, see the file .doctest_test.py
[13.2 s]
exit code: 256
Cheers,
Michael
Change History
Note: See
TracTickets for help on using
tickets.
