version 1.9, 2018/07/28 19:14:29
|
version 1.10, 2018/07/29 10:59:29
|
Line 225 Doing a (please note that also `python36
|
Line 225 Doing a (please note that also `python36
|
#define _cffi_save_errno \ |
#define _cffi_save_errno \ |
((void(*)(void))_cffi_exports[14]) |
((void(*)(void))_cffi_exports[14]) |
|
|
The following patch workaround the issue: |
Since py-cffi-1.11.5nb1 a kludge to workaround the issue is present (by |
|
disabling __thread). |
$NetBSD: aarch64_problems.mdwn,v 1.8 2018/07/24 00:09:53 wiki Exp $ |
|
|
|
Kludge for NetBSD/aarch64 SIGILL. |
|
|
|
--- setup.py.orig 2018-02-27 18:15:41.000000000 +0000 |
|
+++ setup.py |
|
@@ -70,7 +70,7 @@ def ask_supports_thread(): |
|
ok = (sys.platform != 'win32' and |
|
config.try_compile('__thread int some_threadlocal_variable_42;')) |
|
if ok: |
|
- define_macros.append(('USE__THREAD', None)) |
|
+ pass |
|
else: |
|
ok1 = config.try_compile('int some_regular_variable_42;') |
|
if not ok1: |
|
|
|
|
|
## polkitd crashes |
## polkitd crashes |