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=pT/8E4/kEYiTdbBasGqv3Cu/Uou/Y39JqDZ/RfftD6H XpggarzHCv7fpYyeXWI2vaC/FUA7v49jG1OxG69MJiwfZtR9XRIT9y1g1JyYbiHt tuiDhpl2u7Rs1EqHdV5cDa/Ocm9r72tavXRzSV97b4VfvmfpUtk0OcPLg3wnktfE = 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=8WXThYHxcZ2TKOMTRPNyeKIe4Zg=; b=XszXZT4mR7Dx22fnb aThsoeIW+6fX48JMuqlFNMUigSbdaaDZiRn8RVaOXSzjQqLK4LQAk0J/sOzweBvr 7vQ+ZHN884dqSf8X7jOe2aaGf8NQ9Nz2HKhGXWqlJGCVqwRjuSm3Sty9ZyRkhHML YUinQmPzygCP7zvYRKWDFrpl+k= 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=-1.1 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_NEUTRAL autolearn=ham version=3.3.2 X-HELO: bureau85.ns.utoronto.ca Message-ID: <525D53BE.6070806@cs.utoronto.ca> Date: Tue, 15 Oct 2013 10:39:58 -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: [Solved] 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> <525D47E4 DOT 7070008 AT cs DOT utoronto DOT ca> In-Reply-To: <525D47E4.7070008@cs.utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 15/10/2013 9:49 AM, Ryan Johnson wrote: > 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... OK, I got it installed. The procedure (inefficient but simple enough): - copy the package files into my local package directory - manually hack the corresponding setup.ini to point at the new files and their checksums - run setup.exe to install from local directory This isn't a permanent solution, because setup.ini gets clobbered every time I connect to a mirror, and setup will try to downgrade me back to the official python3 package. Meanwhile, though, a cursory test suggests that everything is working: $ python3 Python 3.3.2 (default, Oct 15 2013, 09:21:45) [GCC 4.8.1] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> 3+5 8 >>> {1:3, 4:5} {1: 3, 4: 5} The cygport files and patches I sent before remain unchanged and would probably make a good starting point for the python3 maintainer's next release, though the si_band issue has yet to be worked out in a good way. > Thanks, > Ryan -- 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