* bug#34061: bug: failed to compute derivation
@ 2019-01-13 20:05 Benjamin Slade
[not found] ` <87h8ec2r7l.fsf@gnu.org>
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Slade @ 2019-01-13 20:05 UTC (permalink / raw)
To: 34061
On my Arch machine with a Guix standalone, I got the following error on
`guix pull`:
--8<---------------cut here---------------start------------->8---
....
downloading from https://ci.guix.info/nar/gzip/gamnx3nkn3yqa6izis5lpw1n3hg9yb5f-compute-guix-derivation...
compute-guix-derivation 900B 131KiB/s 00:00 [##################] 100.0%
guile: warning: failed to install locale
Computing Guix derivation for 'x86_64-linux'... guix pull: error: You found a bug: the program '/gnu/store/gamnx3nkn3yqa6izis5lpw1n3hg9yb5f-compute-guix-derivation'
failed to compute the derivation for Guix (version: "c4aa1ebc814eab6c71501d996c010e2321244c00"; system: "x86_64-linux";
host version: "0.16.0-8.7ba2b27"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
--8<---------------cut here---------------end--------------->8---
--
Benjamin Slade - https://babbagefiles.xyz
`(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
'(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )
`(Choose Linux ,(Choose Freedom) . https://linux.com )
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
[not found] ` <87ef9gi4bz.fsf@jnanam.net>
@ 2019-01-14 8:41 ` Ludovic Courtès
2019-01-14 17:11 ` Benjamin Slade
0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-01-14 8:41 UTC (permalink / raw)
To: Benjamin Slade; +Cc: 34061
Hi,
Benjamin Slade <slade@jnanam.net> skribis:
> On 2019-01-13T14:16:46-0700, Ludovic Courtès <ludo@gnu.org> wrote:
> > Hello Benjamin,
> ....
> > Was there any hint before these lines?
>
> > Thanks,
> > Ludo’.
>
> Ah, yes, there's a backtrace I somehow missed:
>
> Backtrace:
> 10 (primitive-load "/gnu/store/4zqsnqyv6g2b7k6l5wam4vvjjpg?")
> 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:
> 3377:20 4 (process-use-modules _)
> 222:17 3 (map1 (((guix build utils)) ((srfi srfi-1)) ((srfi ?)) ?))
> 3378:31 2 (_ ((guix build utils)))
> 2803:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ ?)
> In unknown file:
> 0 (scm-error misc-error #f "~A ~S" ("no code for modu?" ?) ?)
Wasn’t there a message right above the backtrace?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2019-01-14 8:41 ` Ludovic Courtès
@ 2019-01-14 17:11 ` Benjamin Slade
2019-01-15 12:26 ` Ludovic Courtès
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Slade @ 2019-01-14 17:11 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 34061
Hi Ludo',
On 2019-01-14T01:41:16-0700, Ludovic Courtès <ludo@gnu.org> wrote:
> Wasn’t there a message right above the backtrace?
Nothing obvious. Here's the whole thing:
https://paste.ubuntu.com/p/xRnhpGSghK/
--
Benjamin Slade - https://babbagefiles.xyz
`(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
'(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )
`(Choose Linux ,(Choose Freedom) . https://linux.com )
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2019-01-14 17:11 ` Benjamin Slade
@ 2019-01-15 12:26 ` Ludovic Courtès
2019-01-15 16:09 ` Benjamin Slade
0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-01-15 12:26 UTC (permalink / raw)
To: Benjamin Slade; +Cc: 34061
Hi,
Benjamin Slade <slade@jnanam.net> skribis:
> Hi Ludo',
>
> On 2019-01-14T01:41:16-0700, Ludovic Courtès <ludo@gnu.org> wrote:
> > Wasn’t there a message right above the backtrace?
>
> Nothing obvious. Here's the whole thing:
> https://paste.ubuntu.com/p/xRnhpGSghK/
--8<---------------cut here---------------start------------->8---
121 ERROR: In procedure scm-error:
122 no code for module (guix build utils)
123 builder for `/gnu/store/55fgqmf041fj3d9hqgf43qlnjzk2f2m3-info-dir.drv' failed with exit code 1
124 build of /gnu/store/55fgqmf041fj3d9hqgf43qlnjzk2f2m3-info-dir.drv failed
--8<---------------cut here---------------end--------------->8---
This is the dreaded ‘info-dir’ bug, which is really a bug in Guile’s
compiler: <https://issues.guix.info/issue/28144>.
Can you show the output of:
type -P guix
guix --version
guix describe
Thanks in advance,
Ludo’.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2019-01-15 12:26 ` Ludovic Courtès
@ 2019-01-15 16:09 ` Benjamin Slade
2020-12-19 0:18 ` zimoun
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Slade @ 2019-01-15 16:09 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 34061
Hi Ludo',
On 2019-01-15T05:26:55-0700, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi,
> This is the dreaded ‘info-dir’ bug, which is really a bug in Guile’s
> compiler: <https://issues.guix.info/issue/28144>.
> Can you show the output of:
> type -P guix
> guix --version
> guix describe
$ type -P guix
/home/slade/.config/guix/current/bin/guix
$ guix --version
guix (GNU Guix) d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39
Copyright (C) 2019 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.
$ guix describe
Generation 8 Jan 05 2019 20:03:02 (current)
guix d95d3d6
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39
--
Benjamin Slade - https://babbagefiles.xyz
`(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19))
'(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org )
`(Choose Linux ,(Choose Freedom) . https://linux.com )
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2019-01-15 16:09 ` Benjamin Slade
@ 2020-12-19 0:18 ` zimoun
2020-12-19 0:46 ` Benjamin Slade
0 siblings, 1 reply; 8+ messages in thread
From: zimoun @ 2020-12-19 0:18 UTC (permalink / raw)
To: Benjamin Slade; +Cc: 34061
Hi,
Is the bug#34061 still an issue for you?
<http://issues.guix.gnu.org/issue/34061>
On Tue, 15 Jan 2019 at 09:09, Benjamin Slade <slade@jnanam.net> wrote:
> $ guix describe
> Generation 8 Jan 05 2019 20:03:02 (current)
> guix d95d3d6
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: d95d3d62245df144d2f2fc21c4c9dc67f1ea2c39
--8<---------------cut here---------------start------------->8---
downloading from https://ci.guix.info/nar/gzip/gamnx3nkn3yqa6izis5lpw1n3hg9yb5f-compute-guix-derivation...
compute-guix-derivation 900B 131KiB/s 00:00 [##################] 100.0%
guile: warning: failed to install locale
Computing Guix derivation for 'x86_64-linux'... guix pull: error: You found a bug: the program '/gnu/store/gamnx3nkn3yqa6izis5lpw1n3hg9yb5f-compute-guix-derivation'
failed to compute the derivation for Guix (version: "c4aa1ebc814eab6c71501d996c010e2321244c00"; system: "x86_64-linux";
host version: "0.16.0-8.7ba2b27"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
--8<---------------cut here---------------end--------------->8---
Well, I am a bit confused by the mismatch between: error with 7ba2b27
and then report d95d3d6.
Because it looks like a transient bug, I am in favor to close this bug.
WDYT?
All the best,
simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2020-12-19 0:18 ` zimoun
@ 2020-12-19 0:46 ` Benjamin Slade
2020-12-19 8:27 ` zimoun
0 siblings, 1 reply; 8+ messages in thread
From: Benjamin Slade @ 2020-12-19 0:46 UTC (permalink / raw)
To: zimoun; +Cc: 34061
Yes, I think this can be closed, I haven't experienced it
recently.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#34061: bug: failed to compute derivation
2020-12-19 0:46 ` Benjamin Slade
@ 2020-12-19 8:27 ` zimoun
0 siblings, 0 replies; 8+ messages in thread
From: zimoun @ 2020-12-19 8:27 UTC (permalink / raw)
To: Benjamin Slade; +Cc: 34061-done
Hi,
On Fri, 18 Dec 2020 at 17:46, Benjamin Slade <slade@jnanam.net> wrote:
> Yes, I think this can be closed, I haven't experienced it
> recently.
Thank you for the report and your feedback.
So, closing! Feel free to reopen if you have again the same issue.
All the best,
simon
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-12-19 13:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-13 20:05 bug#34061: bug: failed to compute derivation Benjamin Slade
[not found] ` <87h8ec2r7l.fsf@gnu.org>
[not found] ` <87ef9gi4bz.fsf@jnanam.net>
2019-01-14 8:41 ` Ludovic Courtès
2019-01-14 17:11 ` Benjamin Slade
2019-01-15 12:26 ` Ludovic Courtès
2019-01-15 16:09 ` Benjamin Slade
2020-12-19 0:18 ` zimoun
2020-12-19 0:46 ` Benjamin Slade
2020-12-19 8:27 ` zimoun
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.