From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Important libffi bug fix for MIPS N32 Date: Sun, 27 Oct 2013 00:00:08 -0400 Message-ID: <87txg3xt13.fsf@netris.org> References: <871u3jmfkp.fsf@netris.org> <87wql4zi3t.fsf@netris.org> <20131023115835.GA17429@debian.eduroam.u-bordeaux.fr> <87bo2fzvm5.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaHXo-0005mg-4r for guix-devel@gnu.org; Sun, 27 Oct 2013 00:01:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaHXj-0005r1-G7 for guix-devel@gnu.org; Sun, 27 Oct 2013 00:01:40 -0400 Received: from world.peace.net ([96.39.62.75]:54919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaHXj-0005pM-7K for guix-devel@gnu.org; Sun, 27 Oct 2013 00:01:35 -0400 In-Reply-To: <87bo2fzvm5.fsf@netris.org> (Mark H. Weaver's message of "Wed, 23 Oct 2013 14:32:18 -0400") 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: Andreas Enge Cc: guix-devel@gnu.org Mark H Weaver writes: > Andreas Enge writes: > >> On Wed, Oct 23, 2013 at 01:11:50AM -0400, Mark H Weaver wrote: >>> A failing test in glib alerted me to a bug in libffi on MIPS N32. I've >>> pushed a fix[*] to the 'loongson' branch. >> >> Excellent! Did you report it upstream? > > Yes: http://article.gmane.org/gmane.comp.lib.ffi.general/1004 They committed my patch without changes. https://github.com/atgreen/libffi/commit/d3372c54ce7117e80d389ba875dc5b6b2213c71e Mark