From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Subject: Re: create a symlink Date: Fri, 27 Apr 2018 01:20:55 -0400 Message-ID: References: <20180419082632.133ccb70@scratchpost.org> Reply-To: Rene 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]:43649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBwO3-0001LF-1A for guix-devel@gnu.org; Fri, 27 Apr 2018 01:57:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBwNz-0007Pg-V2 for guix-devel@gnu.org; Fri, 27 Apr 2018 01:57:39 -0400 Received: from mail-1857040130.protonmail.ch ([185.70.40.130]:18435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fBwNz-0007D4-K8 for guix-devel@gnu.org; Fri, 27 Apr 2018 01:57:35 -0400 In-Reply-To: <20180419082632.133ccb70@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: "guix-devel@gnu.org" Hello Danny, after adding the line (install-hurd #$hurd), I have an error, I'm missing s= ome module? --------- 1238: 15 [run-guix-command system "init" ...] In ice-9/boot-9.scm: 157: 14 [catch srfi-34 # ...] 157: 13 [catch system-error # ...] In ice-9/eval.scm: 481: 12 [lp (#) (#t)] In ice-9/r4rs.scm: 90: 11 [dynamic-wind # ..= .] In guix/store.scm: 1250: 10 [run-with-store # # # ...] In ice-9/eval.scm: 386: 9 [eval # <1>) <0>)> (# #t # ...)] 387: 8 [eval # #] 387: 7 [eval # #] 432: 6 [eval # #] In ice-9/boot-9.scm: 157: 5 [catch system-error # ...] In ice-9/eval.scm: 387: 4 [eval # #] 387: 3 [eval # #] 386: 2 [eval # #] 393: 1 [eval # #] In unknown file: ?: 0 [memoize-variable-access! # #= ] ERROR: In procedure memoize-variable-access!: ERROR: Unbound variable: ungexp --------- =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On April 19, 2018 1:26 AM, Danny Milosavljevic wro= te: > Hi Rene, >=20 > > But Guix waits for a string, is it possible to use a package to do the = symlink? >=20 > Not directly - but you can "convert" a package to a string by putting in = guix/scripts/system.scm : >=20 > (install-hurd #$hurd) >=20 > or so (where "install-hurd" is your procedure in gnu/build/install.scm).