From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Camlp4 error Date: Sun, 23 Aug 2015 18:51:31 +0200 Message-ID: <20150823165131.GA32406@debian> References: <20150823162337.GA22728@debian> <20150823164001.GA12526@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTYUb-0001UP-T5 for guix-devel@gnu.org; Sun, 23 Aug 2015 12:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTYUY-0002Ej-GX for guix-devel@gnu.org; Sun, 23 Aug 2015 12:51:37 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:57697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTYUY-0002Ed-7E for guix-devel@gnu.org; Sun, 23 Aug 2015 12:51:34 -0400 Content-Disposition: inline In-Reply-To: <20150823164001.GA12526@debian> 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: guix-devel@gnu.org On Sun, Aug 23, 2015 at 06:40:01PM +0200, Andreas Enge wrote: > PS: Or do I need to update to a special version of camlp4? Their version > numbers are a bit confusing. Their latest releases (counting backwards) > are 4.02+6, 4.02.1+3, 4.02+5, 4.02+4, 4.02,1+1, .... > The part before the "+" looks like the OCaml version, the "+X" like the > patch level of camlp4. But there is no version 4.02.3*. Updating to 4.02+6, which is also the version available in Nix, solves my problem. So please disregard my previous messages. Andreas