* bug#52650: Guix pull fails building package cache
@ 2021-12-18 23:32 André A. Gomes
2021-12-19 0:18 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: André A. Gomes @ 2021-12-18 23:32 UTC (permalink / raw)
To: 52650
Hi,
I got the following error after issuing guix pull.
--8<---------------cut here---------------start------------->8---
building package cache...
/builder for `/gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv' failed to produce output path `/gnu/store/9spwrk8l40kpi110q47ckay0znmjzbdb-guix-package-cache'
build of /gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv failed
--8<---------------cut here---------------end--------------->8---
And the log says:
--8<---------------cut here---------------start------------->8---
(repl-version 0 1 1)
Generating package cache for '/gnu/store/c68ygnsa87mqzfnrnkp798qi3jdsixh0-profile'...
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (lttng-ust)) (value #f))
--8<---------------cut here---------------end--------------->8---
--
André A. Gomes
"Free Thought, Free World"
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#52650: Guix pull fails building package cache
2021-12-18 23:32 bug#52650: Guix pull fails building package cache André A. Gomes
@ 2021-12-19 0:18 ` Leo Famulari
2021-12-19 9:48 ` André A. Gomes
0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2021-12-19 0:18 UTC (permalink / raw)
To: André A. Gomes; +Cc: 52650
On Sat, Dec 18, 2021 at 11:32:46PM +0000, André A. Gomes wrote:
> I got the following error after issuing guix pull.
>
> --8<---------------cut here---------------start------------->8---
> building package cache...
> /builder for `/gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv' failed to produce output path `/gnu/store/9spwrk8l40kpi110q47ckay0znmjzbdb-guix-package-cache'
> build of /gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv failed
> --8<---------------cut here---------------end--------------->8---
>
> And the log says:
>
> --8<---------------cut here---------------start------------->8---
> (repl-version 0 1 1)
> Generating package cache for '/gnu/store/c68ygnsa87mqzfnrnkp798qi3jdsixh0-profile'...
> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (lttng-ust)) (value #f))
> --8<---------------cut here---------------end--------------->8---
I'm using Guix on x86_64-linux.
While using commit 94836b215630ad0f4a7c06b8e4284d923ac1197f, I pulled to
current --- commit b3a0db7a0e5fa7186c090647cfd5666e2b9287ff.
I didn't have any problems doing `guix install hello` afterwards.
Are you using some 3rd-party channels that might need to be adjusted?
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#52650: Guix pull fails building package cache
2021-12-19 0:18 ` Leo Famulari
@ 2021-12-19 9:48 ` André A. Gomes
2021-12-19 11:26 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-12-19 16:55 ` Leo Famulari
0 siblings, 2 replies; 5+ messages in thread
From: André A. Gomes @ 2021-12-19 9:48 UTC (permalink / raw)
To: Leo Famulari; +Cc: 52650
Leo Famulari <leo@famulari.name> writes:
> On Sat, Dec 18, 2021 at 11:32:46PM +0000, André A. Gomes wrote:
>> I got the following error after issuing guix pull.
>>
>> --8<---------------cut here---------------start------------->8---
>> building package cache...
>> /builder for
>> `/gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv'
>> failed to produce output path
>> `/gnu/store/9spwrk8l40kpi110q47ckay0znmjzbdb-guix-package-cache'
>> build of /gnu/store/6z0pny4mqnhrakqxs1yca5lnxjd1xszr-guix-package-cache.drv failed
>> --8<---------------cut here---------------end--------------->8---
>>
>> And the log says:
>>
>> --8<---------------cut here---------------start------------->8---
>> (repl-version 0 1 1)
>> Generating package cache for '/gnu/store/c68ygnsa87mqzfnrnkp798qi3jdsixh0-profile'...
>> (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (lttng-ust)) (value #f))
>> --8<---------------cut here---------------end--------------->8---
>
> Are you using some 3rd-party channels that might need to be adjusted?
Oh, right!
How can I close this bug report? Thank you.
--
André A. Gomes
"Free Thought, Free World"
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#52650: Guix pull fails building package cache
2021-12-19 9:48 ` André A. Gomes
@ 2021-12-19 11:26 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-12-19 16:55 ` Leo Famulari
1 sibling, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-12-19 11:26 UTC (permalink / raw)
To: André A. Gomes; +Cc: 52650-done
[-- Attachment #1: Type: text/plain, Size: 290 bytes --]
André,
André A. Gomes 写道:
> How can I close this bug report? Thank you.
When replying, change the NNNNN@debbugs.gnu.org address to
NNNNN-done@debbugs.gnu.org (or -close, but IME we don't rely on
the subtle distinction?).
I've done so here.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#52650: Guix pull fails building package cache
2021-12-19 9:48 ` André A. Gomes
2021-12-19 11:26 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-12-19 16:55 ` Leo Famulari
1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2021-12-19 16:55 UTC (permalink / raw)
To: André A. Gomes; +Cc: 52650-done
On Sun, Dec 19, 2021 at 09:48:42AM +0000, André A. Gomes wrote:
> > Are you using some 3rd-party channels that might need to be adjusted?
>
> Oh, right!
Glad to hear you've solved the problem!
>
> How can I close this bug report? Thank you.
Like I'm doing now, by sending a message to
<$bugnumber-done@debbugs.gnu.org>. That is, by appending "-done" to the
bug's email address.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-12-19 16:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-18 23:32 bug#52650: Guix pull fails building package cache André A. Gomes
2021-12-19 0:18 ` Leo Famulari
2021-12-19 9:48 ` André A. Gomes
2021-12-19 11:26 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-12-19 16:55 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).