From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Today I wasn't able to cross build because of a few wrong'uns. Date: Sat, 15 Nov 2014 19:13:41 +0100 Message-ID: <87vbmgjpre.fsf@gnu.org> References: <1416068441-22735-1-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59748) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xphr2-0002YV-Os for guix-devel@gnu.org; Sat, 15 Nov 2014 13:13:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xphqy-0002jE-0p for guix-devel@gnu.org; Sat, 15 Nov 2014 13:13:48 -0500 In-Reply-To: <1416068441-22735-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Sat, 15 Nov 2014 17:20:41 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > From ab356cd5fa6c30e4b378644b406d7c757a7da4d3 Mon Sep 17 00:00:00 2001 > From: John Darrington > Date: Sat, 15 Nov 2014 13:19:19 +0100 > Subject: [PATCH] gnu: Fix cross-compilation issues with libgnupg and > autotools > > * gnu/packages/gnupg.scm (libgnupg): Distinguish between host and native > libgpg-error dependency. It=E2=80=99s called =E2=80=98libgcrypt=E2=80=99. > * gnu/packages/autotools.scm (autoconf,automake): Move inputs to native-i= nputs. Space after coma. Could you push the second part (autotools) as a separate patch? The libgcrypt change would trigger a big rebuild (363 packages), so I=E2=80= =99d rather delay it for after the release. WDYT? Thanks, Ludo=E2=80=99.