On Fri, Aug 7, 2020 at 7:27 AM Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> wrote:
On Thu, Aug 06, 2020 at 07:58:10PM -0500, Richard Shaw wrote:
> /builddir/build/BUILD/coin-6enkw/src/xml/expat/xmlparse.c:94:3: error:
> #error You do not have support for any sources of high quality entropy
> enabled. For end user security, that is probably not what you want.
> Your options include:
> * Linux + glibc >=2.25 (getrandom): HAVE_GETRANDOM
> * Linux + glibc <2.25 (syscall SYS_getrandom): HAVE_SYSCALL_GETRANDOM
> * BSD / macOS >=10.7 (arc4random_buf): HAVE_ARC4RANDOM_BUF
...
The first one is the one you want. So the question is how to get the
compilation script to detect that. Maybe just -DHAVE_GETRANDOM will work?
Nope, but I think I got it fixed. Cmake was complaining that it couldn't find expat, which I don't remember seeing before so I added it. Now the build completes.
Something must have changed in Rawhide at some point, no clue what, but it's "fixed".
Thanks everyone!
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx