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 steve.dower
Recipients Alex.Willmer, bill9889, doko, iliis, steve.dower, wscullin
Date 2020-03-18.22:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584571159.88.0.633117606846.issue22699@roundup.psfhosted.org>
In-reply-to
Content
I'm now hitting this too, on nearly all the compiled modules in the stdlib. One example:

building '_codecs_jp' extension
x86_64-my-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/opt/my-generic/0.0.1-dev/sysroots/core2-64-my-linux -fPIC -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -I../Include/internal -I. -IObjects -IInclude -IPython -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/usr/include/python3.8 -c cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.8/cjkcodecs/_codecs_jp.o
x86_64-my-linux-gcc: error: cjkcodecs/_codecs_jp.c: No such file or directory
x86_64-my-linux-gcc: fatal error: no input files
compilation terminated.

I think the working directory is incorrect at some stage - note that the first two -I would make sense from Modules, but the next three do not.
History
Date User Action Args
2020-03-18 22:39:19steve.dowersetrecipients: + steve.dower, doko, Alex.Willmer, bill9889, wscullin, iliis
2020-03-18 22:39:19steve.dowersetmessageid: <1584571159.88.0.633117606846.issue22699@roundup.psfhosted.org>
2020-03-18 22:39:19steve.dowerlinkissue22699 messages
2020-03-18 22:39:19steve.dowercreate