GNU bug report logs - #54750
(gnu packages racket) assumes that (ice-9 exceptions) exist, breaks pulling from old Guix

Previous Next

Package: guix;

Reported by: Michael Chirillo <michael.a.chirillo <at> gmail.com>

Date: Wed, 6 Apr 2022 14:33:02 UTC

Severity: normal

Merged with 54546

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54750 in the body.
You can then email your comments to 54750 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Wed, 06 Apr 2022 14:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Chirillo <michael.a.chirillo <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 06 Apr 2022 14:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Chirillo <michael.a.chirillo <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: compute-guix-derivation failing
Date: Wed, 6 Apr 2022 12:54:18 +0200
[Message part 1 (text/plain, inline)]
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 <at> gnu.org <bug-guix <at> gnu.org>>.*

I'm sending the bug report to you. Any assistance would be appreciated.
Thank you!

-- 
*Michael Chirillo, MD, PhD*
*michael.a.chirillo <at> gmail.com <michael.a.chirillo <at> gmail.com>*
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Fri, 08 Apr 2022 10:24:01 GMT) Full text and rfc822 format available.

Message #8 received at 54750 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Michael Chirillo <michael.a.chirillo <at> gmail.com>, 54750 <at> debbugs.gnu.org
Subject: Re: bug#54750: compute-guix-derivation failing
Date: Fri, 08 Apr 2022 12:23:31 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Fri, 08 Apr 2022 10:27:01 GMT) Full text and rfc822 format available.

Message #11 received at 54750 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Michael Chirillo <michael.a.chirillo <at> gmail.com>, 54750 <at> debbugs.gnu.org
Subject: Re: bug#54750: compute-guix-derivation failing
Date: Fri, 08 Apr 2022 12:26:25 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Fri, 08 Apr 2022 10:28:02 GMT) Full text and rfc822 format available.

Message #14 received at 54750 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Michael Chirillo <michael.a.chirillo <at> gmail.com>, 54750 <at> debbugs.gnu.org
Subject: Re: bug#54750: compute-guix-derivation failing
Date: Fri, 08 Apr 2022 12:27:18 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

Merged 54546 54750. Request was from Maxime Devos <maximedevos <at> telenet.be> to control <at> debbugs.gnu.org. (Fri, 08 Apr 2022 13:59:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Fri, 08 Apr 2022 19:17:02 GMT) Full text and rfc822 format available.

Message #19 received at 54750 <at> debbugs.gnu.org (full text, mbox):

From: Michael Chirillo <michael.a.chirillo <at> gmail.com>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 54750 <at> debbugs.gnu.org
Subject: Re: bug#54750: compute-guix-derivation failing
Date: Fri, 8 Apr 2022 21:06:55 +0200
[Message part 1 (text/plain, inline)]
Mostly because I’m a Linux novice and am slowly learning :)

Il giorno ven 8 apr 2022 alle 12:27 Maxime Devos <maximedevos <at> 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 <at> gmail.com <michael.a.chirillo <at> gmail.com>*
[Message part 2 (text/html, inline)]

Changed bug title to '(gnu packages racket) assumes that (ice-9 exceptions) exist, breaks pulling from old Guix' from 'compute-guix-derivation failing' Request was from Maxime Devos <maximedevos <at> telenet.be> to control <at> debbugs.gnu.org. (Sat, 16 Apr 2022 21:15:02 GMT) Full text and rfc822 format available.

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 13 Jun 2022 10:31:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Chirillo <michael.a.chirillo <at> gmail.com>:
bug acknowledged by developer. (Mon, 13 Jun 2022 10:31:02 GMT) Full text and rfc822 format available.

Message #26 received at 54750-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: Giovanni Biscuolo <g <at> xelera.eu>, 54750-done <at> debbugs.gnu.org,
 54546 <at> debbugs.gnu.org
Subject: Re: bug#54750: (gnu packages racket) assumes that (ice-9
 exceptions) exist, breaks pulling from old Guix
Date: Mon, 13 Jun 2022 12:30:15 +0200
Hi,

For some reason I had not seen this issue earlier; too bad it remained
for this long.

This is now fixed in 8918ce6d1622303465e716ae491b8e5124c7aece.

Thanks,
Ludo’.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 13 Jun 2022 10:31:02 GMT) Full text and rfc822 format available.

Notification sent to Giovanni Biscuolo <g <at> xelera.eu>:
bug acknowledged by developer. (Mon, 13 Jun 2022 10:31:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#54750; Package guix. (Mon, 13 Jun 2022 10:53:02 GMT) Full text and rfc822 format available.

Message #34 received at 54750-done <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Giovanni Biscuolo <g <at> xelera.eu>, 54750-done <at> debbugs.gnu.org,
 54546 <at> debbugs.gnu.org
Subject: Re: bug#54750: (gnu packages racket) assumes that (ice-9
 exceptions) exist, breaks pulling from old Guix
Date: Mon, 13 Jun 2022 12:52:49 +0200
[Message part 1 (text/plain, inline)]
Thanks!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Jul 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 344 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.