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 ned.deily, ronaldoussoren, vstinner
Date 2021-06-02.16:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622650620.73.0.633378867962.issue44290@roundup.psfhosted.org>
In-reply-to
Content
x86-64 macOS 3.x:
https://buildbot.python.org/all/#/builders/366/builds/322

The build 322 is the first error. Build 320 was fine, 321 failed with "retry lost connection test (retry)".

(...)
gcc -c  -Wno-unused-result -Wsign-compare -g -O0 -Wall -Qunused-arguments  -Qunused-arguments   -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden  -I./Include/internal  -I. -I./Include    -DPy_BUILD_CORE -o Modules/_math.o Modules/_math.c
 CC='gcc' LDSHARED='gcc -bundle -undefined dynamic_lookup    ' OPT='-g -O0 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python.exe -E ./setup.py  build
running build
running build_ext
error: [Errno 2] No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'
make: *** [sharedmods] Error 1
program finished with exit code 2
elapsedTime=29.576823
History
Date User Action Args
2021-06-02 16:17:00vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2021-06-02 16:17:00vstinnersetmessageid: <1622650620.73.0.633378867962.issue44290@roundup.psfhosted.org>
2021-06-02 16:17:00vstinnerlinkissue44290 messages
2021-06-02 16:17:00vstinnercreate