STINNER Victor <vstin...@redhat.com> added the comment:

Try to compress config.log to attach it. Or at least attach the output of 
"./configure" as a file.

I'm looking for HAVE_GETRANDOM, HAVE_GETRANDOM_SYSCALL, HAVE_GETENTROPY defines 
that you can find in pyconfig.h.

About /dev/urandom: does this device exist? Is your user allowed to read from 
it? For example, run "dd if=/dev/urandom of=random bs=1 count=1" command: does 
it fail?

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36843>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to