GNU bug report logs -
#23437
`guix refresh -l` broken
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Tue, 3 May 2016 21:41:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 05 May 2016 15:17:07 +0200
with message-id <87futwd4q4.fsf <at> gnu.org>
and subject line Re: bug#23437: `guix refresh -l` broken
has caused the debbugs.gnu.org bug report #23437,
regarding `guix refresh -l` broken
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
23437: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23437
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
When attempting `guix refresh -l imagemagick` from commit efc4eb14751
(gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers), the command
fails like this:
$ guix refresh -l imagemagick
Backtrace:
In ice-9/boot-9.scm:
1724: 19 [%start-stack load-stack ...]
1729: 18 [#<procedure 10f3ea0 ()>]
In unknown file:
?: 17 [primitive-load "/gnu/store/9p7mf2a21c6a5k06jgbb9yg9abx7ilh9-guix-0.10.0-0.8062/bin/.guix-real"]
In guix/ui.scm:
1196: 16 [run-guix-command refresh "-l" "imagemagick"]
In ice-9/boot-9.scm:
157: 15 [catch srfi-34 #<procedure 45f4c40 at guix/ui.scm:420:2 ()> ...]
157: 14 [catch system-error ...]
In guix/scripts/refresh.scm:
261: 13 [list-dependents (#)]
In guix/store.scm:
1162: 12 [run-with-store # ...]
In guix/scripts/refresh.scm:
265: 11 [#<procedure 49313f0 at guix/scripts/refresh.scm:265:6 (state)> #]
In guix/graph.scm:
83: 10 [#<procedure 2a969e0 at guix/graph.scm:83:7 (state)> #]
In guix/monads.scm:
375: 9 [#<procedure 47a9b70 at guix/monads.scm:368:2 (state)> #]
276: 8 [loop (# # # # ...) #<vhash 3f0a5a0 69425 pairs>]
In guix/graph.scm:
78: 7 [add-edge # #]
In guix/scripts/graph.scm:
136: 6 [edges #]
In ice-9/boot-9.scm:
1122: 5 [#<procedure 47a9b10 at ice-9/boot-9.scm:1121:8 args> #]
In guix/scripts/graph.scm:
113: 4 [bag-node-edges #]
In guix/packages.scm:
735: 3 [cache! #<weak-key-hash-table 1860ec0 2967/3517> # # ...]
837: 2 [thunk]
In gnu/packages/cross-base.scm:
240: 1 [arguments]
203: 0 [cross-gcc-arguments "avr" #f]
gnu/packages/cross-base.scm:203:10: In procedure cross-gcc-arguments:
gnu/packages/cross-base.scm:203:10: In procedure module-lookup: Unbound variable: else
[Message part 3 (message/rfc822, inline)]
Leo Famulari <leo <at> famulari.name> skribis:
> When attempting `guix refresh -l imagemagick` from commit efc4eb14751
> (gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers), the command
> fails like this:
>
> $ guix refresh -l imagemagick
> Backtrace:
> In ice-9/boot-9.scm:
> 1724: 19 [%start-stack load-stack ...]
> 1729: 18 [#<procedure 10f3ea0 ()>]
> In unknown file:
> ?: 17 [primitive-load "/gnu/store/9p7mf2a21c6a5k06jgbb9yg9abx7ilh9-guix-0.10.0-0.8062/bin/.guix-real"]
> In guix/ui.scm:
> 1196: 16 [run-guix-command refresh "-l" "imagemagick"]
> In ice-9/boot-9.scm:
> 157: 15 [catch srfi-34 #<procedure 45f4c40 at guix/ui.scm:420:2 ()> ...]
> 157: 14 [catch system-error ...]
> In guix/scripts/refresh.scm:
> 261: 13 [list-dependents (#)]
> In guix/store.scm:
> 1162: 12 [run-with-store # ...]
> In guix/scripts/refresh.scm:
> 265: 11 [#<procedure 49313f0 at guix/scripts/refresh.scm:265:6 (state)> #]
> In guix/graph.scm:
> 83: 10 [#<procedure 2a969e0 at guix/graph.scm:83:7 (state)> #]
> In guix/monads.scm:
> 375: 9 [#<procedure 47a9b70 at guix/monads.scm:368:2 (state)> #]
> 276: 8 [loop (# # # # ...) #<vhash 3f0a5a0 69425 pairs>]
> In guix/graph.scm:
> 78: 7 [add-edge # #]
> In guix/scripts/graph.scm:
> 136: 6 [edges #]
> In ice-9/boot-9.scm:
> 1122: 5 [#<procedure 47a9b10 at ice-9/boot-9.scm:1121:8 args> #]
> In guix/scripts/graph.scm:
> 113: 4 [bag-node-edges #]
> In guix/packages.scm:
> 735: 3 [cache! #<weak-key-hash-table 1860ec0 2967/3517> # # ...]
> 837: 2 [thunk]
> In gnu/packages/cross-base.scm:
> 240: 1 [arguments]
> 203: 0 [cross-gcc-arguments "avr" #f]
>
> gnu/packages/cross-base.scm:203:10: In procedure cross-gcc-arguments:
> gnu/packages/cross-base.scm:203:10: In procedure module-lookup: Unbound variable: else
Indeed. This was fixed in 0a0884c9916d2d4632c6b86a917ce1fa038cf7a7.
Thanks,
Ludo’.
This bug report was last modified 9 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.