From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: #!/usr/bin/env perl Date: Sat, 23 Feb 2013 19:58:26 +0100 Message-ID: <201302231958.26123.andreas@enge.fr> References: <201301262131.48844.andreas@enge.fr> <201302231848.08892.andreas@enge.fr> <871uc66f8j.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 ([208.118.235.92]:45915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9KJ3-0001Qj-34 for bug-guix@gnu.org; Sat, 23 Feb 2013 13:58:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9KIv-0000y7-MS for bug-guix@gnu.org; Sat, 23 Feb 2013 13:58:44 -0500 In-Reply-To: <871uc66f8j.fsf@gnu.org> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?q?Court=C3=A8s?= Cc: bug-guix@gnu.org Am Samstag, 23. Februar 2013 schrieb Ludovic Court=C3=A8s: > Hmm, what about guile -c '(use-modules (guix ui))'? In ice-9/boot-9.scm: 149: 16 [catch #t # ...] 157: 15 [#] In unknown file: ?: 14 [catch-closure] In ice-9/boot-9.scm: 63: 13 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 12 [eval # #] In unknown file: ?: 11 [call-with-input-string "(use-modules (guix ui))" ...] In ice-9/command-line.scm: 174: 10 [#=20 #] In unknown file: ?: 9 [eval (use-modules (guix ui)) #] In ice-9/eval.scm: 480: 8 [# (use-modules=20 (guix ui))] In ice-9/psyntax.scm: 1101: 7 [expand-top-sequence ((use-modules (guix ui))) () ...] 986: 6 [scan ((use-modules (guix ui))) () ...] 270: 5 [scan ((# #) #(syntax-object *unspecified* # #)) () (()) ...] In ice-9/boot-9.scm: 3244: 4 [process-use-modules (((guix ui)))] 545: 3 [map #=20 ((#))] 3245: 2 [# ((guix= =20 ui))] 2583: 1 [resolve-interface (guix ui) #:select ...] In unknown file: ?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (guix ui))=20 #f] ERROR: In procedure scm-error: ERROR: no code for module (guix ui) Very strange. I have ui.{scm,go} in the installation location in /usr/local/guix-git/share/guile/site/2.0/guix/, and also in the guix=20 subdirectory of the source directory. With master, there are no problems. Andreas