From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Check failures Date: Fri, 16 May 2014 10:26:22 +0200 Message-ID: <8761l6f7td.fsf@gnu.org> References: <20140516071818.GA20446@debian.eduroam.u-bordeaux.fr> 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]:45336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlDTJ-0000TE-Ua for guix-devel@gnu.org; Fri, 16 May 2014 04:26:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlDTD-0002pF-W1 for guix-devel@gnu.org; Fri, 16 May 2014 04:26:29 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:52257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlDTD-0002ou-OL for guix-devel@gnu.org; Fri, 16 May 2014 04:26:23 -0400 In-Reply-To: <20140516071818.GA20446@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Fri, 16 May 2014 09:18:18 +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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 > ;;; or pass the --no-auto-compile argument to disable. > ;;; compiling /home/privat/Programme/guix/nix/scripts/list-runtime-roots > ;;; compiled /home/privat/Programme/guix/test-tmp/var/19266/cache-19266/g= uile/ccache/2.0-LE-8-2.0/home/privat/Programme/guix/nix/scripts/list-runtim= e-roots.go > Backtrace: > In ice-9/boot-9.scm: > 149: 13 [catch #t # ...] > 157: 12 [#] > In unknown file: > ?: 11 [catch-closure] > In ice-9/boot-9.scm: > 63: 10 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 407: 9 [eval # #] > In ice-9/boot-9.scm: > 2111: 8 [save-module-excursion #] > 3651: 7 [#] > In unknown file: > ?: 6 [load-compiled/vm "/home/privat/Programme/guix/test-tmp/var/19266= /cache-19266/guile/ccache/2.0-LE-8-2.0/home/privat/Programme/guix/nix/scrip= ts/list-runtime-roots.go"] > In nix/scripts/list-runtime-roots: > 146: 5 [#] > In ice-9/boot-9.scm: > 149: 4 [catch system ...] > 157: 3 [#] > In nix/scripts/list-runtime-roots: > 114: 2 [#] > In ice-9/popen.scm: > 142: 1 [open-pipe* "r" "lsof" "-n" "-w" "-F" "n"] > In unknown file: > ?: 0 [execlp "lsof" "lsof" "-n" "-w" "-F" "n"] > > ERROR: In procedure execlp: > ERROR: In procedure execlp: No such file or directory Ugly but harmless backtrace fixed by d0281fe. (Consider installing =E2=80=98lsof=E2=80=99, though.) > guix/scripts/authenticate.scm:96:2: In procedure guix-authenticate: > guix/scripts/authenticate.scm:96:2: In procedure module-lookup: Unbound v= ariable: %default-port-conversion-strategy Compatibility issue fixed with 4cca918. Can you confirm? (I look forward to the day when we can finally ignore Guile 2.0.5.) Thanks, Ludo=E2=80=99.