This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Robert Boehne, christian.heimes, jmadden, vstinner
Date 2019-05-07.21:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557264416.8.0.474969208808.issue36843@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-05-07 21:26:56vstinnersetrecipients: + vstinner, christian.heimes, jmadden, Robert Boehne
2019-05-07 21:26:56vstinnersetmessageid: <1557264416.8.0.474969208808.issue36843@roundup.psfhosted.org>
2019-05-07 21:26:56vstinnerlinkissue36843 messages
2019-05-07 21:26:56vstinnercreate