Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760600 - net-wireless/crda fails to compile with libressl
Summary: net-wireless/crda fails to compile with libressl
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-18 08:44 UTC by XDwer1
Modified: 2021-04-30 21:35 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
energe --info (emerge-info-crda,16.90 KB, text/plain)
2020-12-18 08:44 UTC, XDwer1
Details
build.log (build.log,2.58 KB, text/x-log)
2020-12-23 12:18 UTC, XDwer1
Details
emerge --info (emerge-info.txt,17.05 KB, text/plain)
2020-12-23 12:19 UTC, XDwer1
Details

Note You need to log in before you can comment on or make changes to this bug.
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.