From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: #!/usr/bin/env perl Date: Sat, 23 Feb 2013 18:48:08 +0100 Message-ID: <201302231848.08892.andreas@enge.fr> References: <201301262131.48844.andreas@enge.fr> <201302231721.26689.andreas@enge.fr> <87621j544f.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]:55413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9JD0-0006Sx-9l for bug-guix@gnu.org; Sat, 23 Feb 2013 12:48:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9JCs-0006Tp-QG for bug-guix@gnu.org; Sat, 23 Feb 2013 12:48:26 -0500 In-Reply-To: <87621j544f.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: > Andreas Enge skribis: > > I had test failures in coreutils, >=20 > Do you still have the details around? =E2=80=98env=E2=80=99 is part of C= oreutils, so it > may be that it=E2=80=99s testing its behavior, and that patching prevents= that. This was also my suspicion, but it did not seem to be the case - I looked=20 at what was patch-shebanged, and none of it contained "env". I will check=20 again once core-updates works. > > In /usr/local/bin/guix: > > 59: 1 [#] > >=20 > > In unknown file: > > ?: 0 [scm-error misc-error #f ...] > >=20 > > ERROR: In procedure scm-error: > > ERROR: No variable named guix-main in # >=20 > You should be using =E2=80=98./pre-inst-env guix build xxx=E2=80=99, whic= h you don=E2=80=99t > seem to be doing, no? No, but I always do "make install" first. Prepending "./pre-inst-env" does= =20 not change anything. > For info about why this happens, you could try: > guile -c '(pk (@ (guix ui) guix-main))' Backtrace: In ice-9/boot-9.scm: 149: 10 [catch #t # ...] 157: 9 [#] In unknown file: ?: 8 [catch-closure] In ice-9/boot-9.scm: 63: 7 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 407: 6 [eval # #] In unknown file: ?: 5 [call-with-input-string "(pk (@ (guix ui) guix-main))" ...] In ice-9/command-line.scm: 174: 4 [#=20 #] In unknown file: ?: 3 [eval (pk (@ (guix ui) guix-main)) #] In ice-9/eval.scm: 368: 2 [eval # ()] 425: 1 [eval # ()] 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 $ guile --version guile (GNU Guile) 2.0.5-deb+1-3 Andreas