-
Type:
Bug
-
Status: Open
-
Priority:
Major - P3
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
Even if we build with --enable-python and have Python tests running, make check fails like so:
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS
|
FAIL: run-ex_access
|
============================================================================
|
Testsuite summary for WiredTiger 10.0.0
|
============================================================================
|
# TOTAL: 1
|
# PASS: 0
|
# SKIP: 0
|
# XFAIL: 0
|
# FAIL: 1
|
# XPASS: 0
|
# ERROR: 0
|
============================================================================
|
See lang/python/test-suite.log
|
Please report to support@wiredtiger.com
|
============================================================================
|
make[3]: *** [test-suite.log] Error 1
|
make[2]: *** [check-TESTS] Error 2
|
make[1]: *** [check-am] Error 2
|
make: *** [check-recursive] Error 1
|
The error log looks like this:
===================================================
|
WiredTiger 10.0.0: lang/python/test-suite.log
|
===================================================# TOTAL: 1
|
# PASS: 0
|
# SKIP: 0
|
# XFAIL: 0
|
# FAIL: 1
|
# XPASS: 0
|
# ERROR: 0.. contents:: :depth: 2FAIL: run-ex_access
|
===================Traceback (most recent call last):
|
File "../../../lang/python/../../examples/python/ex_access.py", line 31, in <module>
|
from wiredtiger import wiredtiger_open
|
File "./wiredtiger/__init__.py", line 48, in <module>
|
import _wiredtiger
|
ImportError: dlopen(./_wiredtiger.so, 2): no suitable image found. Did find:
|
file system relative paths not allowed in hardened programs
|
FAIL run-ex_access (exit status: 1)
|
- mentioned in
-
Page Loading...