From owner-freebsd-python@FreeBSD.ORG  Tue Feb 25 01:53:40 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
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 <gerald@pfeifer.com>
To: Dmitry Sivachenko <demon@FreeBSD.org>, 
 William Grzybowski <william88@gmail.com>
Subject: Re: python packages struggling with GCC 4.7
In-Reply-To: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org>
Message-ID: <alpine.LSU.2.11.1402250252530.2233@tuna.site>
References: <201311060508.rA658XmR012155@svn.freebsd.org>
 <20131106063906.GA1385@medusa.sysfault.org>
 <20131106070255.GE60770@FreeBSD.org>
 <CAHtVNLMxUbFTS1J+h1GQv_nEW84NE1t4FdDy8Sinkn2FKr8i_w@mail.gmail.com>
 <alpine.LNX.2.00.1312040220450.2185@tuna.site>
 <CAHtVNLMVRgO7xrGCqad-MOPCzojXTAXJE16uTaKOULd4ZLf_BQ@mail.gmail.com>
 <alpine.LNX.2.00.1312041405490.2185@tuna.site>
 <CAHtVNLO0c9aBnL7tDkXO4XTVzDy1DuVVEDJwRjAbj4oEfDf-ng@mail.gmail.com>
 <alpine.LNX.2.00.1312051208100.2185@tuna.site>
 <alpine.LSU.2.11.1402230644200.13144@tuna.site>
 <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 <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=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