GNU bug report logs -
#27476
Multi-threaded compilation of 'syntax-parameterize' forms crashes
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27476: Failed building dependencies for guix.
which was filed against the guile package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 31294 <at> debbugs.gnu.org.
--
27476: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27476
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi!
For the record, this was fixed in
61a8c9300daeb730fe5094f889bf13241942be84, which made it into 2.9/3.0,
and 2dccec9f553776656d9378e2315ad32d2e55286b, which made it into 2.2.5.
Closing! :-)
Ludo’.
[Message part 3 (message/rfc822, inline)]
I failed building the dependencies for guix with `guix environment guix`.
The command failed when doing in clean bash environment, but success in
normal environment. Which means, doing:
$ guix environment guix
will success.
But failed with `env -i bash --norc --noprofile --login` added, which
would success at before.
I'm running guix on top of Fedora 27.
$ uname -a
Linux localhost.localdomain 4.15.17-300.fc27.x86_64 #1 SMP Thu Apr 12 18:19:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
guix version:
$ guix --version
guix (GNU Guix) 0.14.0-11.ab85cf7
Copyright (C) 2018 the Guix authors
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Use following steps to reproduce:
$ env -i bash --norc --noprofile --login
$ guix environment guix
Error message:
The following derivations will be built:
/gnu/store/c53mj37x2dnrgmrpagpv9l5c2ghly2hy-profile.drv
/gnu/store/vpvx01j2qs31lfix131n1akwdjwf5s4z-xdg-desktop-database.drv
/gnu/store/hr8xa2inki6lfbn8v9jfgmygbxygszs2-xdg-mime-database.drv
/gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv
/gnu/store/95glrzk2y6p6b3z7hlmdignzzvxjvi2r-manual-database.drv
Backtrace:
10 (primitive-load "/gnu/store/mpy5w5gprs1ymrl3kwhqwr2jvnk?")
In ice-9/eval.scm:
721:20 9 (primitive-eval (begin (use-modules (guix build #) ?) ?))
In ice-9/psyntax.scm:
1235:36 8 (expand-top-sequence ((begin (use-modules (# # ?) ?) ?)) ?)
1182:24 7 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?)
285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?)
In ice-9/boot-9.scm:
3365:20 4 (process-use-modules _)
222:17 3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?))
3366:31 2 (_ ((guix build utils)))
2791:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
In unknown file:
0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)
ERROR: In procedure scm-error:
no code for module (guix build utils)
builder for `/gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv' failed with exit code 1
cannot build derivation `/gnu/store/c53mj37x2dnrgmrpagpv9l5c2ghly2hy-profile.drv': 1 dependencies couldn't be built
guix environment: error: build failed: build of `/gnu/store/c53mj37x2dnrgmrpagpv9l5c2ghly2hy-profile.drv' failed
This bug report was last modified 4 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.