On Fri, Mar 10, 2017 at 10:46:34PM +0100, Marius Bakke wrote: > It looks like Hydra ran out of entropy which caused a bunch of failures. > > From the 'python-minimal' build: > > if test "no" != "yes"; then \ > ./Programs/_freeze_importlib \ > ./Lib/importlib/_bootstrap_external.py Python/importlib_external.h; \ > fi > Fatal Python error: getentropy() failed Python is not compatible with current versions of glibc on older Linux kernels (it builds fine for me on a recent kernel): Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1410175 Discussion of a fix: https://bugs.python.org/issue29157 I can't work on it today. Everyone else should feel free :)