[issue36843] AIX build fails with failure to get random numbers

STINNER Victor report at bugs.python.org
Tue May 7 17:26:56 EDT 2019


STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36843>
_______________________________________


More information about the Python-bugs-list mailing list