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: Mon, 18 Nov 2019 21:10:50 +0100 Message-ID: <87sgmlgd2t.fsf@gnu.org> References: <20191116032658.42f4533d.kmx@posteo.net> <87eey6jjds.fsf@gnu.org> <87zhgtgno6.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]:53177) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWnMV-0005LK-Gw for bug-guix@gnu.org; Mon, 18 Nov 2019 15:11:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iWnMU-0007aV-Dk for bug-guix@gnu.org; Mon, 18 Nov 2019 15:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iWnMU-0007aP-AN for bug-guix@gnu.org; Mon, 18 Nov 2019 15:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iWnMU-0002mx-36 for bug-guix@gnu.org; Mon, 18 Nov 2019 15:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (zimoun's message of "Mon, 18 Nov 2019 17:44:43 +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 zimoun skribis: > But if you have this commit, you do not need the dance that you > described to "guix pull" with a very very old Guix version -- say > before the 0.15 overhaul. You need to do the short version of the dance, so to speak, and the proposed =E2=80=98--rescue=E2=80=99 could do that for you. >> Now, I noticed that it doesn=E2=80=99t work so well when =E2=80=98guix p= ublish --cache=E2=80=99 >> is used, as is the case on berlin. The reason is that the daemon will >> query substitutes one by one: guix-xyz.drv, then guix-xyz-builder, and >> so on. And because of the =E2=80=98--cache=E2=80=99 behavior, they=E2= =80=99ll all have to be >> baked separately. > > $ guix build "/gnu/store/bz1qqy225p1jlicwf07iiqr79icqddcv-guix-4de11dda7= .drv" > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > cannot build missing derivation > =E2=80=98/gnu/store/bz1qqy225p1jlicwf07iiqr79icqddcv-guix-4de11dda7.drv= =E2=80=99 > guix build: error: build of > `/gnu/store/bz1qqy225p1jlicwf07iiqr79icqddcv-guix-4de11dda7.drv' > failed That=E2=80=99s a perfect illustration of the problem I described just above. If you try again 5mn later, it should go a bit further, and so forth. Ludo=E2=80=99.