From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: python-2: update to 2.7.10. Date: Tue, 11 Aug 2015 09:35:50 +0200 Message-ID: <20150811073550.GA3103@debian> References: <20150731180512.GA9619@debian> <87d1z5mpl0.fsf@netris.org> <874mkhm84k.fsf@netris.org> <87egjjt8ai.fsf@netris.org> <87zj24rm63.fsf@netris.org> <20150810135636.GA30125@debian> <87bneepv1o.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP46d-00088c-I9 for guix-devel@gnu.org; Tue, 11 Aug 2015 03:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP46Y-0000IU-Ir for guix-devel@gnu.org; Tue, 11 Aug 2015 03:36:19 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP46Y-0000IP-8z for guix-devel@gnu.org; Tue, 11 Aug 2015 03:36:14 -0400 Content-Disposition: inline In-Reply-To: <87bneepv1o.fsf@netris.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Mon, Aug 10, 2015 at 07:45:23PM -0400, Mark H Weaver wrote: > Actually, that's precisely the problem that was fixed by > 9f6509c655b766b0fb9dfab181a8533e698473b0. > The reason it still fails for python2-sip is because python-sip > contains another copy of the same faulty code that I fixed in > 9f6509c655b766b0fb9dfab181a8533e698473b0: Ah, okay, sorry for the noise, I will have a look. > I'll leave it to you to fix this instance of the bug. If you know of > any other occurrences of the same bug, can you fix them also? I will have a quick look around if I spot any more of them. Andreas