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"