[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Check failures
From: |
Ludovic Courtès |
Subject: |
Re: Check failures |
Date: |
Fri, 16 May 2014 10:26:22 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
> ;;; 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/guile/ccache/2.0-LE-8-2.0/home/privat/Programme/guix/nix/scripts/list-runtime-roots.go
> Backtrace:
> In ice-9/boot-9.scm:
> 149: 13 [catch #t #<catch-closure 27830c0> ...]
> 157: 12 [#<procedure 27220f0 ()>]
> 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 #<procedure 2728100 at ice-9/boot-9.scm:3646:3
> ()>]
> 3651: 7 [#<procedure 2728100 at ice-9/boot-9.scm:3646:3 ()>]
> 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/scripts/list-runtime-roots.go"]
> In nix/scripts/list-runtime-roots:
> 146: 5 [#<procedure 2d88c40 ()>]
> In ice-9/boot-9.scm:
> 149: 4 [catch system ...]
> 157: 3 [#<procedure 2e14c80 ()>]
> In nix/scripts/list-runtime-roots:
> 114: 2 [#<procedure 2d882e0 at nix/scripts/list-runtime-roots:113:4 ()>]
> 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
‘lsof’, though.)
> guix/scripts/authenticate.scm:96:2: In procedure guix-authenticate:
> guix/scripts/authenticate.scm:96:2: In procedure module-lookup: Unbound
> variable: %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’.
- Check failures, Andreas Enge, 2014/05/16
- Re: Check failures,
Ludovic Courtès <=