From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: python-pycairo in core-updates (Re: core-updates!) Date: Fri, 1 Jul 2016 17:33:33 +0200 Message-ID: <20160701153333.GA5599@solar> References: <87d1mxn33e.fsf@gnu.org> <87inwpwq1r.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ0Rs-0004Wr-4V for guix-devel@gnu.org; Fri, 01 Jul 2016 11:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJ0Rn-0006BL-SO for guix-devel@gnu.org; Fri, 01 Jul 2016 11:33:42 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:34438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJ0Rn-0006AW-G5 for guix-devel@gnu.org; Fri, 01 Jul 2016 11:33:39 -0400 Content-Disposition: inline In-Reply-To: <87inwpwq1r.fsf@member.fsf.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel On Fri, Jul 01, 2016 at 07:33:52PM +0800, 宋文武 wrote: > Hi, python-wrapper has a broken `python3-config', which > output cflags to the wrapper instead of the origin python3, > leading the build failure of python-pycairo. > > It was introduced in commit 478e75b53. Does it really needed? Unless someone suggests a different solution very soon, I would suggest to revert the commit. Andreas