From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: dbus-1.10.12: Fix Guix build failure. Date: Tue, 18 Oct 2016 10:17:36 -0400 Message-ID: <20161018141736.GB14474@jasmine> References: <7c333f7e48d38f73cbfaae5db9736968a142d90d.1476752582.git.leo@famulari.name> <87y41lke0t.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwVD4-000694-Kn for guix-devel@gnu.org; Tue, 18 Oct 2016 10:17:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwVD0-0006nD-LP for guix-devel@gnu.org; Tue, 18 Oct 2016 10:17:42 -0400 Content-Disposition: inline In-Reply-To: <87y41lke0t.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Tue, Oct 18, 2016 at 03:00:50PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > Previously, building Guix failed like this: > > > > ------ > > ice-9/psyntax.scm:1422:32: In procedure expand-macro: > > ice-9/psyntax.scm:1422:32: Syntax error: > > gnu/packages/glib.scm:141:8: origin: extraneous field initializers (inherit) in form (origin (method url-fetch) (inherit (package-source dbus)) (uri (string-append "https://dbus.freedesktop.org/releases/dbus/dbus-" version ".tar.gz")) (sha256 (base32 "0pa71vf5c0d7k3gni06iascmplj0j5g70wbc833ayvi71d1pj2i1"))) > > ------ > > I don’t get that error. Are you using Guile 2.1? For those reading along, Mark fixed this problem (in a different way) in c9a71c6fdab6914dd648b76c349c3af9018cad35.