X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=PSYbUqnAS1MgePxIH+2+GtRFw2R+/vUwKzEH7NZxWj3 08kzXy1+ODRBQiePks0VSILhb7cGZjWcqp7TW6oQ0qtcegWog67bE/bri1Aq16qh 1epb/jmPxIz9CG7NGGcRgmOJIdnveR0wxMZE7ZuirfWAWMTlJESyQaUT3Vh4nH9c = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=+FY4q95DkUWxaSVVNRyeHGBv9t8=; b=B3FOWR0ENY3mv+NUK ED95HcFxzKbEoOYpUxsil4Bztspf/XKx+M8x9iQ64B6rhg0JVppnvig3Egvd8+C2 jjXFzPemWSlKKSBTU2XMbyQdB8VHqyf6vtKTkV1Q58Iw5OKEZOpC/Xi7H8+LxeVG Mw/aq/o/woAGuI8IwvgEM6WwaA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: bureau92.ns.utoronto.ca Message-ID: <525D47E4.7070008@cs.utoronto.ca> Date: Tue, 15 Oct 2013 09:49:24 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Unable to compile python 3.3 [Was: Re: Python 3.3 coming soon?] References: <525BFCED DOT 8070802 AT cs DOT utoronto DOT ca> <525C95EE DOT 9070500 AT cs DOT utoronto DOT ca> <525CB65F DOT 6020803 AT gmail DOT com> In-Reply-To: <525CB65F.6020803@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 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