GNU bug report logs -
#30602
'guix pull' fails with: "Module named (system repl debug) does not exist"
Previous Next
Full log
View this message in rfc822 format
Hi again,
Alex ter Weele <alex.ter.weele <at> gmail.com> skribis:
> The following derivation will be built:
> /gnu/store/ciawm53ygcvs7gfpb54wpzb4kkgnag9i-guix-latest.drv
> copying and compiling to '/gnu/store/r82flrikwwd6ir0qlbc8ssm1n1m2z9dw-guix-latest' with Guile 2.2.3...
> loading... 25.9% of 667 filesrandom seed for tests: 1519531629
> compiling... 100.0% of 667 files
> Backtrace:
> Exception thrown while printing backtrace:
> In procedure public-lookup: Module named (system repl debug) does not exist
Looking more closely, (system repl debug) is used in one place, (guix ui),
where it’s an #:autoload.
Here the (guix ui) code is failing to load that module, and thus failing
to provide a good backtrace and error message.
However I’m unclear whether the error is on the client side (the ‘guix
pull’ process), or whether it’s on the build side (in the guile process
that builds the derivation.)
Can you paste the output of:
cat $(guix build --log-file /gnu/store/ciawm53ygcvs7gfpb54wpzb4kkgnag9i-guix-latest.drv)
?
Thanks,
Ludo’.
This bug report was last modified 6 years and 298 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.