GNU bug report logs - #28956
pull fails with 'no code for module (guix build compile)'

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Mon, 23 Oct 2017 17:47:01 UTC

Severity: normal

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

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 28956 in the body.
You can then email your comments to 28956 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#28956; Package guix. (Mon, 23 Oct 2017 17:47:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 23 Oct 2017 17:47:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: pull fails with 'no code for module (guix build compile)'
Date: Mon, 23 Oct 2017 13:46:09 -0400
[Message part 1 (text/plain, inline)]
Running `guix pull` from commit 1a6497dee43e7469040a6eb9dab101f6fc764eca
on a foreign distro, it fails like this:

$ guix pull
Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from Git commit 1a6497dee43e7469040a6eb9dab101f6fc764eca...
The following derivations will be built:
   /gnu/store/wkvl6zrv8ffmn49wbj9bf97i0nd11i62-guix-latest.drv
   /gnu/store/0k9dzg6sv0sfab1y64s6kqwhvx5sf2zg-module-import-compiled.drv
Backtrace:
In ice-9/boot-9.scm:
    849:4 19 (with-throw-handler _ _ _)
In system/base/compile.scm:
    59:11 18 (_)
   155:11 17 (_ #<closed: file 70a380>)
   235:18 16 (read-and-compile #<input: ./guix/build/pull.scm 8> # _ ?)
   183:32 15 (compile-fold (#<procedure compile-tree-il (x e opts)>) ?)
In ice-9/boot-9.scm:
   2316:4 14 (save-module-excursion _)
In language/scheme/compile-tree-il.scm:
    31:15 13 (_)
In ice-9/psyntax.scm:
  1234:36 12 (expand-top-sequence _ _ _ #f _ _ _)
  1181:24 11 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
   284:10 10 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #)
In ice-9/eval.scm:
   293:34  9 (_ #<module (#{ g62}#) 100a500>)
In ice-9/boot-9.scm:
   2866:4  8 (define-module* _ #:filename _ #:pure _ #:version _ # _ ?)
  2075:24  7 (call-with-deferred-observers _)
  2879:24  6 (_)
   230:29  5 (map1 (((guix modules)) ((guix build utils)) ((# # ?)) ?))
   230:29  4 (map1 (((guix build utils)) ((guix build compile)) (#) ?))
   230:17  3 (map1 (((guix build compile)) ((ice-9 ftw)) ((# #)) # ?))
   2795:6  2 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
In unknown file:
           1 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)
In ice-9/boot-9.scm:
   760:25  0 (dispatch-exception _ _ _)

ice-9/boot-9.scm:760:25: In procedure dispatch-exception:
ice-9/boot-9.scm:760:25: no code for module (guix build compile)

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
builder for `/gnu/store/0k9dzg6sv0sfab1y64s6kqwhvx5sf2zg-module-import-compiled.drv' failed with exit code 1
cannot build derivation `/gnu/store/wkvl6zrv8ffmn49wbj9bf97i0nd11i62-guix-latest.drv': 1 dependencies couldn't be built
guix pull: error: build failed: build of `/gnu/store/wkvl6zrv8ffmn49wbj9bf97i0nd11i62-guix-latest.drv' failed
[signature.asc (application/pgp-signature, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Tue, 24 Oct 2017 00:12:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Tue, 24 Oct 2017 00:12:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Leo Famulari <leo <at> famulari.name>
Cc: 28956-done <at> debbugs.gnu.org
Subject: Re: bug#28956: pull fails with 'no code for module (guix build
 compile)'
Date: Mon, 23 Oct 2017 17:11:40 -0700
Hi Leo,

Leo Famulari <leo <at> famulari.name> skribis:

> Running `guix pull` from commit 1a6497dee43e7469040a6eb9dab101f6fc764eca
> on a foreign distro, it fails like this:
>
> $ guix pull
> Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Building from Git commit 1a6497dee43e7469040a6eb9dab101f6fc764eca...
> The following derivations will be built:
>    /gnu/store/wkvl6zrv8ffmn49wbj9bf97i0nd11i62-guix-latest.drv
>    /gnu/store/0k9dzg6sv0sfab1y64s6kqwhvx5sf2zg-module-import-compiled.drv

[...]

> ice-9/boot-9.scm:760:25: no code for module (guix build compile)

My bad!  I insufficiently tested this intermediate step in the patch
series for <https://bugs.gnu.org/27284>.

Commit ce33c3af76b0e5c68cc42dddf2b9c4b017386fd8 fixes it.

Thanks for the report, and apologies for the breakage!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Nov 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 129 days ago.

Previous Next


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