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? Zbyszek _______________________________________________ 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