From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 01:53:40 2014 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 EC97024F; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id C36A810C7; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from [149.44.171.213] (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 604F53F41F; Mon, 24 Feb 2014 20:53:33 -0500 (EST) Date: Tue, 25 Feb 2014 02:53:46 +0100 (CET) From: Gerald Pfeifer To: Dmitry Sivachenko , William Grzybowski Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> Message-ID: References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> <89EE25AC-F3B6-4994-9A04-DE5BB438D755@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: Tue, 25 Feb 2014 01:53:41 -0000 On Mon, 24 Feb 2014, Dmitry Sivachenko wrote: > I just committed the patch, thanks for all involved. Thanks Dmitry, and thinks William for diagnosing the problem and cooking up that patch to begin with! > Looking forward for final transition to gcc-4.7 in USE_GCC. :) I just sent an updated patch to portmgr for an exp-run. Wish us luck! :-) Gerald