This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]