[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guix build failure
From: |
Federico Beffa |
Subject: |
guix build failure |
Date: |
Mon, 6 Oct 2014 22:01:26 +0200 |
Hi,
today I pulled from the git repository and now make stops with the
following error:
Backtrace:
In ice-9/boot-9.scm:
2789: 19 [#<procedure 27fb7e0 at ice-9/boot-9.scm:2777:4 (name
#:optional autoload version #:key ensure)> # ...]
3065: 18 [try-module-autoload (gnu packages compression) #f]
2401: 17 [save-module-excursion #<procedure 361bba0 at
ice-9/boot-9.scm:3066:17 ()>]
3085: 16 [#<procedure 361bba0 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 15 [primitive-load-path "gnu/packages/compression" ...]
In ice-9/eval.scm:
505: 14 [#<procedure 2748680 at ice-9/eval.scm:499:4 (exp)>
(define-module # # ...)]
In ice-9/psyntax.scm:
1106: 13 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
989: 12 [scan ((define-module (gnu packages compression) #:use-module
...)) () ...]
279: 11 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
411: 10 [eval # ()]
In ice-9/boot-9.scm:
2951: 9 [define-module* (gnu packages compression) #:filename ...]
2926: 8 [resolve-imports ((# # license:) (#) (#) (#) ...)]
2864: 7 [resolve-interface (gnu packages which) #:select ...]
2789: 6 [#<procedure 27fb7e0 at ice-9/boot-9.scm:2777:4 (name
#:optional autoload version #:key ensure)> # ...]
3065: 5 [try-module-autoload (gnu packages which) #f]
2401: 4 [save-module-excursion #<procedure 362b270 at
ice-9/boot-9.scm:3066:17 ()>]
3085: 3 [#<procedure 362b270 at ice-9/boot-9.scm:3066:17 ()>]
In unknown file:
?: 2 [primitive-load-path "gnu/packages/which" ...]
In gnu/packages/which.scm:
27: 1 [#<procedure 34b03a0 ()>]
In ice-9/boot-9.scm:
106: 0 [#<procedure 2af99c0 at ice-9/boot-9.scm:97:6 (thrown-k .
args)> unbound-variable ...]
ice-9/boot-9.scm:106:20: In procedure #<procedure 2af99c0 at
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: In procedure module-lookup: Unbound variable: name
make[2]: *** [guix/scripts/archive.go] Error 1
make[2]: Leaving directory `/home/beffa/src/guix/git/guix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/beffa/src/guix/git/guix'
make: *** [all] Error 2
I have the following environment variables set:
export PKG_CONFIG_PATH="$HOME/.guix-profile/lib/pkgconfig"
export ACLOCAL_PATH="$HOME/.guix-profile/share/aclocal"
export CPATH="$HOME/.guix-profile/include"
export LIBRARY_PATH="$HOME/.guix-profile/lib"
export
GUILE_LOAD_PATH="$HOME/.guix-profile/share/guile/site/2.0:/usr/local/share/guile/site/2.0"
export
GUILE_LOAD_COMPILED_PATH="$HOME/.guix-profile/share/guile/site/2.0:/usr/local/share/guile/site/2.0"
export INFOPATH="$HOME/.guix-profile/share/info:"
export PATH="$HOME/.guix-profile/bin:$PATH"
Do you have any idea on what's wrong?
Thanks,
Fede
- guix build failure,
Federico Beffa <=