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 Robert Boehne
Recipients Robert Boehne
Date 2019-05-07.21:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557262829.81.0.959754747074.issue36843@roundup.psfhosted.org>
In-reply-to
Content
robb@nepal:/raid/checkouts-raid/robb/nepal/build-py37$ gmake
xlc_r -c   -DNDEBUG -O -q64 -qlanglvl=extc99     -IObjects -IInclude -IPython -I. -I../../Python-3.7.3/Include -I/raid/checkouts-raid/robb/Python-2.7.15/Modules/zlib   -DPy_BUILD_CORE -o Modules/_math.o ../../Python-3.7.3/Modules/_math.c
LIBPATH=/raid/checkouts-raid/robb/nepal/build-py37 CC='xlc_r' LDSHARED='Modules/ld_so_aix xlc_r -bI:Modules/python.exp -L/raid/checkouts-raid/robb/zlib-dl/Release/rs6000aix_64/lib  -Wl,-blibpath:/opt/IBM/xlmass/8.1.3/lib/aix61:/opt/IBM/xlc/13.1.3/lib:/usr/lib:/lib:/opt/Python-3.7/lib -q64   ' OPT='-DNDEBUG -O'         _TCLTK_INCLUDES='' _TCLTK_LIBS=''       ./python -E ../../Python-3.7.3/setup.py  build
Fatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python

Makefile:626: recipe for target 'sharedmods' failed
gmake: *** [sharedmods] Error 1
History
Date User Action Args
2019-05-07 21:00:29Robert Boehnesetrecipients: + Robert Boehne
2019-05-07 21:00:29Robert Boehnesetmessageid: <1557262829.81.0.959754747074.issue36843@roundup.psfhosted.org>
2019-05-07 21:00:29Robert Boehnelinkissue36843 messages
2019-05-07 21:00:29Robert Boehnecreate