From owner-freebsd-python@FreeBSD.ORG Thu Dec 5 11:09:51 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7FD01DA for ; Thu, 5 Dec 2013 11:09:51 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id C1CF9128C for ; Thu, 5 Dec 2013 11:09:51 +0000 (UTC) Received: from tuna (ip-109-43-1-52.web.vodafone.de [109.43.1.52]) by ainaz.pair.com (Postfix) with ESMTPSA id 4A4773F426; Thu, 5 Dec 2013 06:09:36 -0500 (EST) Date: Thu, 5 Dec 2013 12:08:54 +0100 (CET) From: Gerald Pfeifer To: William Grzybowski Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: Message-ID: References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 11:09:52 -0000 On Wed, 4 Dec 2013, William Grzybowski wrote: > It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for > gfortran. As far as it working for gcc46, it looks like it fails to > detect gfortran46 as a compiler and uses gcc46, which respects CFLAGS. That is, hmm, interesting. =:-) Nice analysis. > Can you try http://people.freebsd.org/~wg/py-numpy.patch ? Thanks for the patch! Is there any chance that someone on python@ can give it a try? That would be great since I am traveling right now and hardly can test. Gerald