From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: racket patch not found Date: Sat, 14 Jul 2018 16:38:44 -0400 Message-ID: <87pnzpr1rf.fsf@netris.org> References: <20180714204416.5738c85a@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feRKo-0006KT-GN for help-guix@gnu.org; Sat, 14 Jul 2018 16:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feRKl-0007J5-Ew for help-guix@gnu.org; Sat, 14 Jul 2018 16:40:06 -0400 Received: from world.peace.net ([64.112.178.59]:40192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1feRKl-0007Ij-A2 for help-guix@gnu.org; Sat, 14 Jul 2018 16:40:03 -0400 In-Reply-To: <20180714204416.5738c85a@jasniac.instanton> (Marco van Hulten's message of "Sat, 14 Jul 2018 20:44:16 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Marco van Hulten Cc: help-guix Hi, Marco van Hulten writes: > When I install the package `racket' through > > guix pull &&\ > guix package -i racket > > I get this error: > > guix package: error: racket-fix-xform-issue.patch: patch not found This was fixed in commit 57ac5261fec345b16cf80f87aa03212abc2c5a11, pushed a few days ago. https://git.savannah.gnu.org/cgit/guix.git/commit/?id=57ac5261fec345b16cf80f87aa03212abc2c5a11 If you "guix pull" and try again, hopefully it will work now. Mark