BIND 10 #1030: ImportError on OSX after merge of #1010
BIND 10 Development
do-not-reply at isc.org
Tue Jun 21 13:48:55 UTC 2011
#1030: ImportError on OSX after merge of #1010
-------------------------------------+-------------------------------------
Reporter: jelte | Owner: jelte
Type: defect | Status: new
Priority: major | Milestone:
Component: Unclassified | Sprint-20110628
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity: N/A
Estimated Difficulty: 2 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
After I merged #1010, the OSX test builder started reporting a problem:
{{{
Running test: master_test.py
Traceback (most recent call last):
File
"/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/datasrc/tests/master_test.py", line
16, in <module>
from isc.datasrc.master import *
File
"/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/__init__.py", line 3, in <module>
import isc.config
File
"/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/config/__init__.py", line 1, in
<module>
from isc.config.ccsession import *
File
"/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/config/ccsession.py", line 44, in
<module>
from isc.log import log_config_update
File
"/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/log/__init__.py", line 36, in
<module>
from log import *
ImportError:
dlopen(/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/log/.libs/log.so, 2): Library not
loaded:
/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/install/lib/liblog.0.dylib
Referenced from:
/Local/Users/jreed/builder/work/BIND10/20110621095437-MacOSX10.6-x86_64
-Clang-Static/build/src/lib/python/isc/log/.libs/log.so
Reason: image not found
}}}
This seems to go wrong for a lot of tests, so the patch is a bit more than
trivial (in terms of size), therefore it seems wise to make a reviewable
ticket for it.
--
Ticket URL: <http://bind10.isc.org/ticket/1030>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list