From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Minimal gettext version Date: Tue, 01 Jul 2014 10:17:40 +0200 Message-ID: <87bnt94hnf.fsf@gnu.org> References: <20140630162835.GA20570@debian.fritz.box> 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]:42978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tG9-0002Ff-BH for guix-devel@gnu.org; Tue, 01 Jul 2014 04:17:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1tG4-0001cB-Bh for guix-devel@gnu.org; Tue, 01 Jul 2014 04:17:49 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:55241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1tG4-0001bz-5U for guix-devel@gnu.org; Tue, 01 Jul 2014 04:17:44 -0400 In-Reply-To: <20140630162835.GA20570@debian.fritz.box> (Andreas Enge's message of "Mon, 30 Jun 2014 18:28:35 +0200") 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 Hello! Andreas Enge skribis: > commit ee76417 contains the following change: > diff --git a/configure.ac b/configure.ac > -AM_GNU_GETTEXT_VERSION([0.18.1]) > +AM_GNU_GETTEXT_VERSION([0.18.3]) > > Is this really necessary or just a side-effect of some automatic treatmen= t? It=E2=80=99s just that Gettext wanted to upgrade the version requirement, I think. > It prevents compilation with debian stable, which has only version > 0.18.1.1 of gettext. Maybe you could install Gettext with Guix? :-) Otherwise try lowering the version requirement, that may work. Ludo=E2=80=99.