graugans / meta-udoo

:heartpulse: openembedded meta layer for the UDOO boards
MIT License
31 stars 18 forks source link

ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method #10

Closed graugans closed 8 years ago

graugans commented 8 years ago

The fix for CVE-2016-0800 some depending modules are broken in other layers. For more details check the discussion on the openembedded mailing list

As a example the following error occurs when building crda

 ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method #10 

This bug is not related to meta-udoo but the meta-udoo layer is influenced by this.

graugans commented 8 years ago

This is now fixed in upstream