From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38226: guix pull: error: build failed: [...] ice-9/boot-9.scm:109:20: Syntax error: Date: Wed, 20 Nov 2019 15:15:54 +0100 Message-ID: <87y2waocpx.fsf@gnu.org> References: <20191116032658.42f4533d.kmx@posteo.net> <87eey6jjds.fsf@gnu.org> <87zhgtgno6.fsf@gnu.org> <87sgmlgd2t.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 ([2001:470:142:3::10]:49842) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXQn1-0006sr-D8 for bug-guix@gnu.org; Wed, 20 Nov 2019 09:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXQn0-0006vr-CP for bug-guix@gnu.org; Wed, 20 Nov 2019 09:17:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40365) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXQn0-0006vn-99 for bug-guix@gnu.org; Wed, 20 Nov 2019 09:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXQn0-00081A-0Z for bug-guix@gnu.org; Wed, 20 Nov 2019 09:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (zimoun's message of "Tue, 19 Nov 2019 12:49:17 +0100") 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" To: zimoun Cc: 38226@debbugs.gnu.org, Kai Mertens Hi, zimoun skribis: > I can download the derivation with: > > wget https://ci.guix.info/nar/gzip/bz1qqy225p1jlicwf07iiqr79icqddcv-gui= x-4de11dda7.drv > > But how to move the derivation to store? I am not sure that it makes sens= e. It=E2=80=99s easier than this: just type guix build /gnu/store/bz1qqy225p1jlicwf07iiqr79icqddcv-guix-4de11dda7.drv and it will download the .drv and start building it. (Modulo the =E2=80=98guix publish --cache=E2=80=99 issue I mentioned.) HTH! Ludo=E2=80=99.