bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17935: make check failed


From: Alex Kost
Subject: bug#17935: make check failed
Date: Sat, 05 Jul 2014 22:01:54 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Ludovic Courtès (2014-07-05 21:20 +0400) wrote:
>
> Could you run “./pre-inst-env guile”, type these 3 expressions at the
> prompt, and send the result:
>
>   (with-fluids ((%file-port-name-canonicalization 'relative))
>     (call-with-input-file (search-path %load-path 
> "gnu/packages/bootstrap.scm")
>        port-filename))
>
>   (search-path %load-path "gnu/packages/bootstrap.scm")
>
>   (version)
>
> TIA,
> Ludo’.

Here it is:

scheme@(guile-user)> (with-fluids ((%file-port-name-canonicalization 'relative))
    (call-with-input-file (search-path %load-path "gnu/packages/bootstrap.scm")
       port-filename))
$1 = "/home/alexx/src/guix/gnu/packages/bootstrap.scm"
scheme@(guile-user)> (search-path %load-path "gnu/packages/bootstrap.scm")
$2 = "/home/alexx/src/guix/gnu/packages/bootstrap.scm"
scheme@(guile-user)> (version)
$3 = "2.0.11"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]