[issue37832] _Py_HashRandomization_Init: failed to get random numbers

2019-08-12 Thread STINNER Victor
STINNER Victor added the comment: > It seems HURD no longer provides /dev/urandom out of the box. Why not? How is an application supposed to get entropy from the kernel or from the system? In short, it seems like Python no longer supports HURD anymore. You can patch Python on HURD for your

[issue37832] _Py_HashRandomization_Init: failed to get random numbers

2019-08-12 Thread Jeffrey Walton
New submission from Jeffrey Walton : I need to setup a Debian HURD test machine to investigate a problem I was seeing in the Crypto++ library. After setting up the machine and running an apt-get install for some build tools I noticed Python was failing: Fatal Python error: _Py_HashRandomi