From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problem No space left on device Date: Thu, 18 Sep 2014 11:24:38 +0200 Message-ID: <878ulh1dt5.fsf@gnu.org> References: <87iokylhrj.fsf@gnu.org> <87fvfxf3iv.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:4830:134:3::10]:47311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUXxL-0006NM-7E for guix-devel@gnu.org; Thu, 18 Sep 2014 05:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XUXxF-0007rH-Pa for guix-devel@gnu.org; Thu, 18 Sep 2014 05:24:51 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:50051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XUXxF-0007qI-I2 for guix-devel@gnu.org; Thu, 18 Sep 2014 05:24:45 -0400 In-Reply-To: ("Luis Souto \=\?utf-8\?Q\?Gra\=C3\=B1a\=22's\?\= message of "Thu, 18 Sep 2014 10:31:00 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Luis Souto =?utf-8?Q?Gra=C3=B1a?= Cc: guix-devel@gnu.org Luis Souto Gra=C3=B1a skribis: > I created the partition table and GNU Guix successfully installed. Good! > Now, I have a problem with Skribilo: > > root@antelope# guix package --list-installed > hello 2.9 > ghostscript 9.06.0 > openssl 1.0.1h > imagemagick 6.8.9-0 > guile-reader-for-guile_2.0.11 0.6 > skribilo 0.9.2 > > root@antelope# skribilo -version > In ice-9/boot-9.scm: > 2951: 3 [define-module* (skribilo utils syntax) #:filename ...] > 2926: 2 [resolve-imports ((#) (#) (#))] > 2867: 1 [resolve-interface (system reader library) #:select ...] > In unknown file: > ?: 0 [scm-error misc-error #f ...] > > ERROR: In procedure scm-error: > ERROR: no code for module (system reader library) > > I read http://lists.gnu.org/archive/html/guix-devel/2014-06/msg00033.html= , > but guix package --search-paths displays nothing: > root@antelope# guix package --search-paths Oh, right. If Guile was installed, it would tell you to set GUILE_LOAD_PATH and GUILE_LOAD_COMPILE_PATH to point to ~/.guix-profile/share/guile/site/2.0, but here it doesn=E2=80=99t. Commit 2f7a10d fixes that. So you can either work around the problem by defining the above variables, or =E2=80=98guix pull=E2=80=99 and install fr= om there. Thanks, Ludo=E2=80=99.