Unable to compile python 3.3 [Was: Re: Python 3.3 coming soon?]

Ryan Johnson ryan.johnson@cs.utoronto.ca
Tue Oct 15 13:49:00 GMT 2013


On 14/10/2013 11:28 PM, nu774 wrote:
> Installing libffi-devel will let python pick system libffi, so you can 
> skip that libffi building part you are currently stuck.
Thanks for the hint.

Everything compiles, and I was able to create a binary package (though 
the test target fails, see below).

Now to figure out how to make setup.exe see it...

Thanks,
Ryan

$  ./cygport --64 python3-3.3.cygport test
 >>> Testing python3-3.3.2-0
...
./python.exe 
/usr/src/python3-3.3.2-0/src/Python-3.3.2/Tools/scripts/run_tests.py
/usr/src/python3-3.3.2-0/build/python -W default -bb -E -R -m test -r -w 
-j 0 -u all,-largefile,-audio,-gui
Traceback (most recent call last):
   File 
"/usr/src/python3-3.3.2-0/src/Python-3.3.2/Tools/scripts/run_tests.py", 
line 51, in <module>
     main(sys.argv[1:])
   File 
"/usr/src/python3-3.3.2-0/src/Python-3.3.2/Tools/scripts/run_tests.py", 
line 47, in main
     os.execv(sys.executable, args)
PermissionError: [Errno 13] Permission denied
Makefile:875: recipe for target 'test' failed



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list