From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: #!/usr/bin/env perl Date: Sat, 23 Feb 2013 19:45:48 +0100 Message-ID: <871uc66f8j.fsf@gnu.org> References: <201301262131.48844.andreas@enge.fr> <201302231721.26689.andreas@enge.fr> <87621j544f.fsf@gnu.org> <201302231848.08892.andreas@enge.fr> 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]:42282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9K6k-0006dQ-E9 for bug-guix@gnu.org; Sat, 23 Feb 2013 13:46:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9K6h-00064d-QR for bug-guix@gnu.org; Sat, 23 Feb 2013 13:46:02 -0500 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=47832 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9K6h-00060u-Hv for bug-guix@gnu.org; Sat, 23 Feb 2013 13:45:59 -0500 In-Reply-To: <201302231848.08892.andreas@enge.fr> (Andreas Enge's message of "Sat, 23 Feb 2013 18:48:08 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: >> For info about why this happens, you could try: >> guile -c '(pk (@ (guix ui) guix-main))' [...] > In unknown file: > ?: 0 [memoize-variable-access! # #f] > > ERROR: In procedure memoize-variable-access!: > ERROR: In procedure module-lookup: Wrong type argument in position 1=20 > (expecting module): #f Hmm, what about guile -c '(use-modules (guix ui))'? Ludo=E2=80=99.