* bug#54750: compute-guix-derivation failing
@ 2022-04-06 10:54 Michael Chirillo
2022-04-08 10:23 ` Maxime Devos
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Michael Chirillo @ 2022-04-06 10:54 UTC (permalink / raw)
To: 54750
[-- Attachment #1: Type: text/plain, Size: 3500 bytes --]
Hello,
I'm following these instructions (
https://gist.github.com/giuliano108/49ec5bd0a9339db98535bc793ceb5ab4) to
get guix up and running in WSL2 on Windows 11.
Everything worked until guix pull at which point I get the following error:
*/mnt/c/Tools/WSL/guix # guix pullaccepted connection from pid 736, user
rootUpdating channel 'guix' from Git repository at
'https://git.savannah.gnu.org/git/guix.git'.
<https://git.savannah.gnu.org/git/guix.git'.>..Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git
<https://git.savannah.gnu.org/git/guix.git> e3e3381Computing Guix
derivation for 'x86_64-linux'... -Backtrace:In ice-9/eval.scm: 721:20 19
(primitive-eval (define-module (gnu packages racket) #:use-module (guix
packages) #:use-module (# #) # ?))In ice-9/psyntax.scm: 1262:36 18
(expand-top-sequence ((define-module (gnu packages racket) #:use-module
(guix packages) #:use-module ?)) ?) 1209:24 17 (parse _ (("placeholder"
placeholder)) ((top) #(ribcage () () ())) _ e (eval) (hygiene #{ g317}#))
285:10 16 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval)
(hygiene #{ g317}#))In ice-9/eval.scm: 293:34 15 (_ #<module (#{ g317}#)
7f39b712db40>)In ice-9/boot-9.scm: 2874:4 14 (define-module* _ #:filename
_ #:pure _ #:version _ #:imports _ #:exports _ #:replacements _ # _ # _ # _
?) 2887:24 13 (_) 222:29 12 (map1 (((guix packages)) ((guix download))
((guix git-download)) ((guix utils)) ((guix gexp)) ((# ?)) ?)) 222:29 11
(map1 (((guix download)) ((guix git-download)) ((guix utils)) ((guix gexp))
((guix build-system #)) # ?)) 222:29 10 (map1 (((guix git-download))
((guix utils)) ((guix gexp)) ((guix build-system copy)) ((guix # gnu)) #
?)) 222:29 9 (map1 (((guix utils)) ((guix gexp)) ((guix build-system
copy)) ((guix build-system gnu)) ((srfi #)) # ?)) 222:29 8 (map1 (((guix
gexp)) ((guix build-system copy)) ((guix build-system gnu)) ((srfi srfi-1))
((srfi #)) # ?)) 222:29 7 (map1 (((guix build-system copy)) ((guix
build-system gnu)) ((srfi srfi-1)) ((srfi srfi-26)) ((# #)) # ?)) 222:29
6 (map1 (((guix build-system gnu)) ((srfi srfi-1)) ((srfi srfi-26))
((ice-9 match)) ((ice-9 #)) ((# #)) ?)) 222:29 5 (map1 (((srfi srfi-1))
((srfi srfi-26)) ((ice-9 match)) ((ice-9 exceptions)) ((gnu packages)) ((#
?)) ?)) 222:29 4 (map1 (((srfi srfi-26)) ((ice-9 match)) ((ice-9
exceptions)) ((gnu packages)) ((gnu packages #)) ((?)) ?)) 222:29 3
(map1 (((ice-9 match)) ((ice-9 exceptions)) ((gnu packages)) ((gnu packages
autotools)) ((gnu # #)) # ?)) 222:17 2 (map1 (((ice-9 exceptions)) ((gnu
packages)) ((gnu packages autotools)) ((gnu packages bash)) ((# ?)) ?))
2803:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ #:renamer _
#:version _)In unknown file: 0 (scm-error misc-error #f "~A ~S"
("no code for module" (ice-9 exceptions)) #f)*
*ERROR: In procedure scm-error:no code for module (ice-9 exceptions)guix
pull: error: You found a bug: the program
'/gnu/store/a8v174c0kfh91wgbyr34ghb7lisdbcm7-compute-guix-derivation'failed
to compute the derivation for Guix (version:
"e3e3381fdbc56f351063d9b4a49e99645b20d7d3"; system: "x86_64-linux";host
version: "1.1.0"; pull-version: 1).Please report the COMPLETE output above
by email to <bug-guix@gnu.org <bug-guix@gnu.org>>.*
I'm sending the bug report to you. Any assistance would be appreciated.
Thank you!
--
*Michael Chirillo, MD, PhD*
*michael.a.chirillo@gmail.com <michael.a.chirillo@gmail.com>*
[-- Attachment #2: Type: text/html, Size: 4296 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#54750: compute-guix-derivation failing
2022-04-06 10:54 bug#54750: compute-guix-derivation failing Michael Chirillo
@ 2022-04-08 10:23 ` Maxime Devos
2022-04-08 10:26 ` Maxime Devos
2022-04-08 10:27 ` Maxime Devos
2 siblings, 0 replies; 5+ messages in thread
From: Maxime Devos @ 2022-04-08 10:23 UTC (permalink / raw)
To: Michael Chirillo, 54750
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
merge 54750 54546
reopen 54546
thanks
Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]:
> 0 (scm-error misc-error #f "~A ~S" ("no code for module"
> (ice-9 exceptions)) #f)
Looks like a duplicate of <https://issues.guix.gnu.org/54546>.
An alternative fix would be to autoload (ice-9 exceptions) instead of
#:use-module.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#54750: compute-guix-derivation failing
2022-04-06 10:54 bug#54750: compute-guix-derivation failing Michael Chirillo
2022-04-08 10:23 ` Maxime Devos
@ 2022-04-08 10:26 ` Maxime Devos
2022-04-08 10:27 ` Maxime Devos
2 siblings, 0 replies; 5+ messages in thread
From: Maxime Devos @ 2022-04-08 10:26 UTC (permalink / raw)
To: Michael Chirillo, 54750
[-- Attachment #1: Type: text/plain, Size: 431 bytes --]
Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]:
> I'm following these instructions
> (https://gist.github.com/giuliano108/49ec5bd0a9339db98535bc793ceb5ab4
> ) to get guix up and running in WSL2 on Windows 11.
Those instructions are old (for Guix 1.1.0), use the updates version on
top of the file instead
<https://github.com/giuliano108/guix-packages/blob/master/notes/Guix-on-WSL2.md>.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#54750: compute-guix-derivation failing
2022-04-06 10:54 bug#54750: compute-guix-derivation failing Michael Chirillo
2022-04-08 10:23 ` Maxime Devos
2022-04-08 10:26 ` Maxime Devos
@ 2022-04-08 10:27 ` Maxime Devos
2022-04-08 19:06 ` Michael Chirillo
2 siblings, 1 reply; 5+ messages in thread
From: Maxime Devos @ 2022-04-08 10:27 UTC (permalink / raw)
To: Michael Chirillo, 54750
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]:
> /mnt/c/Tools/WSL/guix # guix pull
(unrelated to the error) Why is root's guix updated instead of the
regular user's Guix?
Greeetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#54750: compute-guix-derivation failing
2022-04-08 10:27 ` Maxime Devos
@ 2022-04-08 19:06 ` Michael Chirillo
0 siblings, 0 replies; 5+ messages in thread
From: Michael Chirillo @ 2022-04-08 19:06 UTC (permalink / raw)
To: Maxime Devos; +Cc: 54750
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
Mostly because I’m a Linux novice and am slowly learning :)
Il giorno ven 8 apr 2022 alle 12:27 Maxime Devos <maximedevos@telenet.be>
ha scritto:
> Michael Chirillo schreef op wo 06-04-2022 om 12:54 [+0200]:
> > /mnt/c/Tools/WSL/guix # guix pull
>
> (unrelated to the error) Why is root's guix updated instead of the
> regular user's Guix?
>
> Greeetings,
> Maxime.
>
--
*Michael Chirillo, MD, PhD*
*michael.a.chirillo@gmail.com <michael.a.chirillo@gmail.com>*
[-- Attachment #2: Type: text/html, Size: 1051 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-08 19:17 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 10:54 bug#54750: compute-guix-derivation failing Michael Chirillo
2022-04-08 10:23 ` Maxime Devos
2022-04-08 10:26 ` Maxime Devos
2022-04-08 10:27 ` Maxime Devos
2022-04-08 19:06 ` Michael Chirillo
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.