Hi there,
just did a migration to Rocko and am witnessing"

    root@device:~# python3
    Python 3.5.3 (default, Dec 20 2017, 02:02:22)
    [GCC 7.2.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from cryptography.hazmat.bindings._openssl import ffi, lib
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError:
/usr/lib/python3.5/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so:
undefined symbol: pthread_atfork


Have tried both the recipe that comes with Rocko
and master of meta-openembedded.

Seems to be the same bug as this one:

https://bugs.gentoo.org/630578

resolved with this patch:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c824d1c44fcf4556de21d2c8b8ae3732b0fc0c5b

Can someone provide hints on what would that translate to
 for the python cryptography recipe?
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to