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 Michael.Felt
Recipients Michael.Felt, lys.nikolaou, ned.deily, pablogsal
Date 2020-04-23.11:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587641950.73.0.78845409941.issue40370@roundup.psfhosted.org>
In-reply-to
Content
with the xlc-v11 environment yet another issue:

Stop.
/usr/bin/make returned an error
root@x065:[/data/prj/python/python-3.9]make V=1
        xlc_r -c   -O -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -O    -I../git/python-3.9/Include/internal -IObjects -IInclude -IPython -I. -I../git/python-3.9/Include -I/opt/include   -DPy_BUILD_CORE -o Modules/_math.o ../git/python-3.9/Modules/_math.c
 CC='xlc_r' LDSHARED='Modules/ld_so_aix xlc_r -bI:Modules/python.exp    ' OPT='-O'  _TCLTK_INCLUDES='' _TCLTK_LIBS=''  ./python -E ../git/python-3.9/setup.py  build
make: 1254-059 The signal code from the last command is 11.

** All I can test using PR19674 ** Hope it helps.
History
Date User Action Args
2020-04-23 11:39:10Michael.Feltsetrecipients: + Michael.Felt, ned.deily, lys.nikolaou, pablogsal
2020-04-23 11:39:10Michael.Feltsetmessageid: <1587641950.73.0.78845409941.issue40370@roundup.psfhosted.org>
2020-04-23 11:39:10Michael.Feltlinkissue40370 messages
2020-04-23 11:39:10Michael.Feltcreate