From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Nginx service fails Date: Mon, 05 Mar 2018 11:00:19 +0100 Message-ID: <87vaeac05o.fsf@gnu.org> References: <20180304222749.GA23799@jurong> <20180305000744.671e26f5@scratchpost.org> <20180304234335.GA24376@jurong> <20180305074820.GB7822@jurong> 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]:53782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esmuv-0002wa-Du for guix-devel@gnu.org; Mon, 05 Mar 2018 05:00:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esmur-0007uV-Th for guix-devel@gnu.org; Mon, 05 Mar 2018 05:00:25 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:58910) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esmur-0007tj-Fg for guix-devel@gnu.org; Mon, 05 Mar 2018 05:00:21 -0500 In-Reply-To: <20180305074820.GB7822@jurong> (Andreas Enge's message of "Mon, 5 Mar 2018 08:48:20 +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" To: Andreas Enge Cc: guix-devel@gnu.org Hi, Andreas Enge skribis: > On Mon, Mar 05, 2018 at 12:43:35AM +0100, Andreas Enge wrote: >> $ guix system reconfigure AE/clementi.scm >> guix system: error: failed to load 'AE/clementi.scm': >> AE/clementi.scm:5:0: In procedure allocate-struct: Wrong type argument i= n position 2: 25 > > I think I know the answer: .cache contains the compiled file for the oper= ating > system declaration (clementi.go), and with the recent changes to how thes= e are > parsed, it is incompatible. Indeed. See . I=E2=80=99ve added a workaround= that addresses the most common use case. Ludo=E2=80=99.