Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 760600

Summary: net-wireless/crda fails to compile with libressl
Product: Gentoo Linux Reporter: XDwer1
Component: Current packagesAssignee: Rick Farina (Zero_Chaos) <zerochaos>
Status: RESOLVED WONTFIX    
Severity: normal CC: jstein, kernelpanic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: energe --info
build.log
emerge --info

Description XDwer1 2020-12-18 08:44:29 UTC
Created attachment 678685 [details]
energe --info

crda fail compile
Comment 1 Jonas Stein gentoo-dev 2020-12-18 22:55:42 UTC
related to 651228?
Comment 2 Toralf Förster gentoo-dev 2020-12-22 09:27:21 UTC
  File "/usr/lib/python3.8/site-packages/M2Crypto/m2crypto.py", line 13, in <module>
    from ._m2crypto import *
ImportError: /usr/lib/python3.8/site-packages/M2Crypto/_m2crypto.cpython-38-x86_64-linux-gnu.so: undefined symbol: EVP_DigestVerify

During handling of the above exception, another exception occurred:
Comment 3 XDwer1 2020-12-23 12:18:04 UTC
Created attachment 679305 [details]
build.log
Comment 4 XDwer1 2020-12-23 12:19:36 UTC
Created attachment 679308 [details]
emerge --info
Comment 5 ysf.hkmt.cksr 2020-12-27 00:18:37 UTC
I've encountered this bug too. I couldn't install wpa_supplicant because of it. I hope the problem would be solved as soon as possible.
Comment 6 Michelangelo Scopelliti 2020-12-27 20:05:25 UTC
(In reply to Toralf Förster from comment #2)
>   File "/usr/lib/python3.8/site-packages/M2Crypto/m2crypto.py", line 13, in
> <module>
>     from ._m2crypto import *
> ImportError:
> /usr/lib/python3.8/site-packages/M2Crypto/_m2crypto.cpython-38-x86_64-linux-
> gnu.so: undefined symbol: EVP_DigestVerify
> 
> During handling of the above exception, another exception occurred:

A possible workaround: see bug #761981 and attached patch to m2crypto
Comment 7 ysf.hkmt.cksr 2020-12-28 00:57:35 UTC
(In reply to Michelangelo Scopelliti from comment #6)
> (In reply to Toralf Förster from comment #2)
> >   File "/usr/lib/python3.8/site-packages/M2Crypto/m2crypto.py", line 13, in
> > <module>
> >     from ._m2crypto import *
> > ImportError:
> > /usr/lib/python3.8/site-packages/M2Crypto/_m2crypto.cpython-38-x86_64-linux-
> > gnu.so: undefined symbol: EVP_DigestVerify
> > 
> > During handling of the above exception, another exception occurred:
> 
> A possible workaround: see bug #761981 and attached patch to m2crypto

It worked just fine. Thanks.