From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Build fails Date: Thu, 30 May 2013 00:53:25 +0200 Message-ID: <87fvx55rfe.fsf@gnu.org> References: <20130528131721.96d722daeebdffc9c8b86639@gmx.com> <87d2saai8r.fsf@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 ([208.118.235.92]:54235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhpFW-0007Zl-AB for bug-guix@gnu.org; Wed, 29 May 2013 18:53:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhpFR-0001XF-8f for bug-guix@gnu.org; Wed, 29 May 2013 18:53:42 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=54258 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhpFQ-0001VK-R9 for bug-guix@gnu.org; Wed, 29 May 2013 18:53:37 -0400 In-Reply-To: <87d2saai8r.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 28 May 2013 23:48:20 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cojocaru Alexandru Cc: bug-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Cojocaru Alexandru skribis: > >> the build process fails, this is the message I get: >> ;;; Failed to autoload find-newest-available-packages in (gnu packages): >> ;;; ERROR: Syntax error: >> ;;; gnu/packages.scm:94:22: source expression failed to match any pattern >> in form (warning (_ "cannot access `~a': ~a~%") path (strerror errno)) >> ice-9/boot-9.scm:108:20: In procedure #> (thrown-k . args)>: >> ice-9/boot-9.scm:108:20: Syntax error: >> guix/scripts/build.scm:227:13: source expression failed to match any >> pattern in form (report-error (_ "~A: package not found for version ~a~= %") name version) >> >> (Extra newlines added by me.) >> >> guile --version: 2.1.0 > > This is an unreleased Guile (current =E2=80=98master=E2=80=99). Could yo= u use a Guile > 2.0.x release instead? 2.0.9 is best, but any version >=3D 2.0.5 should > work. That said, I think this problem is solved by commit 89d02b9. If you still have Guile 2.1 around, you might want to check (at the risk of finding other issues right after ;-)). Ludo=E2=80=99.