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 doko
Recipients doko
Date 2012-10-17.09:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350464486.47.0.189031527493.issue16262@psf.upfronthosting.co.za>
In-reply-to
Content
seen with the 3.3 branch and the trunk:

also, I think using python now unconditionally breaks the cross builds, so this should call PYTHON_FOR_BUILD, not python.

/bin/mkdir -p Include
hg: no-repository, python: found! cannot run ../Parser/asdl_c.py -h Include ../Parser/Python.asdl
/bin/mkdir -p Python
hg: no-repository, python: found! cannot run ../Parser/asdl_c.py -c Python ../Parser/Python.asdl
gcc -pthread -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  -fprofile-generate -g -flto -fuse-linker-plugin -IObjects -IInclude -IPython -I. -IInclude -I../Include -D_FORTIFY_SOURCE=2   -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
gcc: error: Python/Python-ast.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [Python/Python-ast.o] Error 4
History
Date User Action Args
2012-10-17 09:01:26dokosetrecipients: + doko
2012-10-17 09:01:26dokosetmessageid: <1350464486.47.0.189031527493.issue16262@psf.upfronthosting.co.za>
2012-10-17 09:01:26dokolinkissue16262 messages
2012-10-17 09:01:25dokocreate