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 rdbisme
Recipients ned.deily, rdbisme, ronaldoussoren
Date 2020-04-12.11:14:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586690084.24.0.127142094395.issue40261@roundup.psfhosted.org>
In-reply-to
Content
Sorry, the error was missing, well, the actual error: 

```
/opt/local/bin/ranlib: file: libpython3.8.a(dynamic_annotations.o) has no symbols
/opt/local/bin/ranlib: file: libpython3.8.a(pymath.o) has no symbols
gcc     -Wl,-stack_size,1000000  -framework CoreFoundation -o python.exe Programs/python.o libpython3.8.a -ldl   -framework CoreFoundation    
gcc     -Wl,-stack_size,1000000  -framework CoreFoundation -o Programs/_testembed Programs/_testembed.o libpython3.8.a -ldl   -framework CoreFoundation    
./python.exe -E -S -m sysconfig --generate-posix-vars ;\
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
 CC='gcc' LDSHARED='gcc -bundle -undefined dynamic_lookup    ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' 	_TCLTK_INCLUDES='' _TCLTK_LIBS='' 	./python.exe -E ./setup.py  build
running build
running build_ext
error: [Errno 2] No such file or directory: '/usr/local/include/python3.8/pyconfig.h'
```
History
Date User Action Args
2020-04-12 11:14:44rdbismesetrecipients: + rdbisme, ronaldoussoren, ned.deily
2020-04-12 11:14:44rdbismesetmessageid: <1586690084.24.0.127142094395.issue40261@roundup.psfhosted.org>
2020-04-12 11:14:44rdbismelinkissue40261 messages
2020-04-12 11:14:44rdbismecreate