From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33676: GuixSD on eoma68-a20? Date: Sun, 16 Dec 2018 16:59:48 +0100 Message-ID: <877eg9tqbv.fsf@gnu.org> References: <68f9fc17-94f5-dcc2-f54d-61d6e2bf384d@riseup.net> <20181208181214.2308472a@scratchpost.org> <87pnubn386.fsf@netris.org> <20181209124800.495326cd@scratchpost.org> <87in0275ec.fsf@netris.org> <87va40x90s.fsf@gnu.org> <20181212091211.78d2e86d@scratchpost.org> <87efak5qp7.fsf@gnu.org> <20181215202137.4b3db598@scratchpost.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:4830:134:3::10]:56595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYYpn-00063l-GJ for bug-guix@gnu.org; Sun, 16 Dec 2018 11:00:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYYpm-0002ft-BC for bug-guix@gnu.org; Sun, 16 Dec 2018 11:00:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46259) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYYpm-0002ew-7T for bug-guix@gnu.org; Sun, 16 Dec 2018 11:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gYYpm-0006qR-2G for bug-guix@gnu.org; Sun, 16 Dec 2018 11:00:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181215202137.4b3db598@scratchpost.org> (Danny Milosavljevic's message of "Sat, 15 Dec 2018 20:21:37 +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: Danny Milosavljevic Cc: guix-devel@gnu.org, 33676@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > On Fri, 14 Dec 2018 11:48:52 +0100 > Ludovic Court=C3=A8s wrote: > >> I believe you can download it by running: >>=20 >> guix build /gnu/store/ywrh286iqc3jlfhjqsvs22gmcr02i2bp-disk-image.drv > > I don't have it. > >> If you don=E2=80=99t have this .drv, you should be able to build it from= commit >> cba7ddcf603455c6692eb50c8bbf203a6bf17ab1. > > I tried > > ./pre-inst-env guix system disk-image --system=3Darmhf-linux -e '(begin (= use-modules (gnu system) (gnu bootloader) (gnu bootloader u-boot) (gnu syst= em install)) (operating-system (inherit installation-os) (bootloader (bootl= oader-configuration (bootloader u-boot-bootloader) (target #f)))))' > > and I get: > > [...] > The following package will be installed: > guile-bootstrap 2.0 /tmp/guix-tests/store/1gd1z2r2a38bh3a4494= jbhyzcv5mi5hl-guile-bootstrap-2.0 The solution I proposed only works if you=E2=80=99re using /gnu/store as yo= ur store prefix. Otherwise you cannot get substitutes from the build farm. :-/ > gnu/packages/scheme.scm:170:30: In procedure inputs: > Throw to key `match-error' with args `("match" "no matching pattern" "arm= hf-linux")'. This looks like the issue fixed in 966629a114fd90153784dfdbe5e332e0ac94f1bc. HTH! Ludo=E2=80=99.