* bug#40176: `guix pull` fails due to unbound variable qemu-minimal-2.10
@ 2020-03-21 20:40 Evan Straw
2020-03-21 20:48 ` Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Evan Straw @ 2020-03-21 20:40 UTC (permalink / raw)
To: 40176
[-- Attachment #1: Type: text/plain, Size: 3888 bytes --]
Hello,
When attempting to run `guix pull` today, I encountered an error while
building the package cache.
Here is the output of `guix pull`:
--8<---------------cut here---------------start------------->8---
evan@xenon:~$ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git dde3f55
Computing Guix derivation for 'x86_64-linux'... -
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
The following derivations will be built:
/gnu/store/146ww7y6p3dxs63qry46zd5ni3ksi1v7-profile.drv
/gnu/store/biwwzic55r9gdz8fkmxm61dwfhx6irjl-inferior-script.scm.drv
/gnu/store/jl7j7xwlrgz0188mh4sq7mbv2waspiv1-profile.drv
0.0 MB will be downloaded:
/gnu/store/llvcnyrnsasq1kbll9k19awrkj3qkjq6-manual-database
The following profile hooks will be built:
/gnu/store/4136wng3vj76id8d5lrghasjbfq62ly8-guix-package-cache.drv
/gnu/store/kbacrq2k9iv07hk8q5j95b88ycrm38x2-ca-certificate-bundle.drv
/gnu/store/v24zmacl82qpmmi6fmxdmdgjs2mwxg9h-info-dir.drv
/gnu/store/y93pwf2clvhyj93vzj3cmwv9z7jbp99l-fonts-dir.drv
downloading from https://ci.guix.gnu.org/nar/lzip/llvcnyrnsasq1kbll9k19awrkj3qkjq6-manual-database...
manual-database 231B 226KiB/s 00:00 [##################] 100.0%
building CA certificate bundle...
building fonts directory...
building directory of Info manuals...
building /gnu/store/jl7j7xwlrgz0188mh4sq7mbv2waspiv1-profile.drv...
building /gnu/store/biwwzic55r9gdz8fkmxm61dwfhx6irjl-inferior-script.scm.drv...
building package cache...
/builder for `/gnu/store/4136wng3vj76id8d5lrghasjbfq62ly8-guix-package-cache.drv' failed to produce output path `/gnu/store/8j8vml0w92s5rpkfi2b5yzpfd2xzsrr3-guix-package-cache'
build of /gnu/store/4136wng3vj76id8d5lrghasjbfq62ly8-guix-package-cache.drv failed
View build log at '/var/log/guix/drvs/41/36wng3vj76id8d5lrghasjbfq62ly8-guix-package-cache.drv.bz2'.
cannot build derivation `/gnu/store/146ww7y6p3dxs63qry46zd5ni3ksi1v7-profile.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/146ww7y6p3dxs63qry46zd5ni3ksi1v7-profile.drv' failed
--8<---------------cut here---------------end--------------->8---
Here are the contents of the build log provided:
--8<---------------cut here---------------start------------->8---
(repl-version 0 1 1)
Generating package cache for '/gnu/store/m8f66b82z47ywnsxx0qsh402lfg3l5lp-profile'...
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (qemu-minimal-2.10)) (value #f))
--8<---------------cut here---------------end--------------->8---
I normally have some channels added for my own personal packages as well
as some from a friend's personal packages, but this error happens even
with those channels removed from my channels.scm file. Below is the
output of `guix describe` (containing the channels I normally have
added, I've removed some names and URLs for privacy, please let me know
if they are necessary):
--8<---------------cut here---------------start------------->8---
evan@xenon:~$ guix describe
Generation 52 Mar 19 2020 05:21:49 (current)
guix 58d9027
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 58d902741240d52d783e77ef3a0540642bd91e4c
<removed> 73aad23
repository URL: <removed>
branch: master
commit: 73aad23c652df42c63b4029e97db5c4149930f71
personal-channel 159b508
repository URL: <removed>
branch: master
commit: 159b50819c8fe9061e1b8fccbbe88fc13a91d971
--8<---------------cut here---------------end--------------->8---
Another Guix user I've spoken to has
confirmed the same error is happening on his machine as well.
I hope this report helps. Please let me know if I can provide any
additional information.
-- Evan Straw <evan.straw99@gmail.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#40176: `guix pull` fails due to unbound variable qemu-minimal-2.10
2020-03-21 20:40 bug#40176: `guix pull` fails due to unbound variable qemu-minimal-2.10 Evan Straw
@ 2020-03-21 20:48 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-03-21 20:48 UTC (permalink / raw)
To: Evan Straw, 40176-done
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
Hi Evan,
Evan Straw <evan.straw99@gmail.com> writes:
> Hello,
> When attempting to run `guix pull` today, I encountered an error while
> building the package cache.
My bad, sorry about that! This was fixed in
18401bdf69b2540b13db86aed199d1ebc585a844, thanks for reporting it!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-21 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 20:40 bug#40176: `guix pull` fails due to unbound variable qemu-minimal-2.10 Evan Straw
2020-03-21 20:48 ` Marius Bakke
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.