-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self test failures on NetBSD #294
Comments
I just reproduced similar failures on NetBSD 7.99.62
|
With some work on the NetBSD kernel by Jörg Sonnenberger and the patch at
|
Ideally someone could send that NetBSD patch as a PR; updated to match the prevailing coding style. |
I think we can close this, as #320 was merged quite some time ago. Thanks! |
acme doesn't work on NetBSD. Tracking this down, I came via python cryptography and pyOpenSSL to python cffi and finally to libffi.
Here I noted that many self tests do not run on NetBSD. Here's the output of 'make check' on git head as of today:
NetBSD uses gcc and follows most conventions like the other BSDs, so I wonder about this.
Here's the longer test output:
Looking at libffi.log does not give me more clue what's wrong
here. Here's a typical entry from the log:
Can you please help debugging this?
The text was updated successfully, but these errors were encountered: