Failed to compute the derivation for Guix

  • Open
  • quality assurance status badge
Details
3 participants
  • Leo Famulari
  • Raghav Gururajan
  • zimoun
Owner
unassigned
Submitted by
Raghav Gururajan
Severity
normal

Debbugs page

Raghav Gururajan wrote 4 years ago
(address . bug-guix@gnu.org)
0ae435a9-913c-292b-9bdf-7ca06c955834@raghavgururajan.name
Hello Guix!

Guix pull failed with following error:

guix pull: error: You found a bug: the program
'/gnu/store/r1chv4mzyrix08ibb8n3ridadc9g2rgv-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"58853df8f695b77f41ab6e1969fda2c20fd7f816"; system: "x86_64-linux";
host version: "4e902da60c84059413b838acf1dfd39c3aa73ec6"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.

Backtrace:
11 (primitive-load
"/gnu/store/r1chv4mzyrix08ibb8n3ridadc9g2rgv-compute-guix-derivation")
In ice-9/eval.scm:
155:9 10 (_ _)
159:9 9 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-user)
7faf8731bf?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ./guix/store.scm:
2062:24 8 (run-with-store #<store-connection 256.99 7faf855425f0> _
#:guile-for-build _ #:system _ #:target _)
1896:8 7 (_ _)
In ./guix/gexp.scm:
258:18 6 (_ _)
1123:2 5 (_ _)
982:2 4 (_ _)
843:4 3 (_ _)
In ./guix/store.scm:
1944:12 2 (_ #<store-connection 256.99 7faf855425f0>)
1362:5 1 (map/accumulate-builds #<store-connection 256.99
7faf855425f0> _ _)
1373:15 0 (_ #<store-connection 256.99 7faf855425f0> _ _)

./guix/store.scm:1373:15: ERROR:
1. &store-protocol-error:
message: "build of
`/gnu/store/lbzdd5wz3isjdqbd2zjlkqlgch9h5k2r-git-minimal-2.30.1.drv' failed"
status: 100

Regards,
RG.
Attachment: OpenPGP_signature
Leo Famulari wrote 4 years ago
(name . Raghav Gururajan)(address . rg@raghavgururajan.name)(address . 46499@debbugs.gnu.org)
YCh36orIs0Z2+OfD@jasmine.lan
On Sat, Feb 13, 2021 at 06:22:59PM -0500, Raghav Gururajan wrote:
Toggle quote (7 lines)
> guix pull: error: You found a bug: the program
> '/gnu/store/r1chv4mzyrix08ibb8n3ridadc9g2rgv-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "58853df8f695b77f41ab6e1969fda2c20fd7f816"; system: "x86_64-linux";
> host version: "4e902da60c84059413b838acf1dfd39c3aa73ec6"; pull-version: 1).
> Please report it by email to <bug-guix@gnu.org>.

Thanks for the report...

Toggle quote (29 lines)
>
> Backtrace:
> 11 (primitive-load
> "/gnu/store/r1chv4mzyrix08ibb8n3ridadc9g2rgv-compute-guix-derivation")
> In ice-9/eval.scm:
> 155:9 10 (_ _)
> 159:9 9 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-user)
> 7faf8731bf?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
> In ./guix/store.scm:
> 2062:24 8 (run-with-store #<store-connection 256.99 7faf855425f0> _
> #:guile-for-build _ #:system _ #:target _)
> 1896:8 7 (_ _)
> In ./guix/gexp.scm:
> 258:18 6 (_ _)
> 1123:2 5 (_ _)
> 982:2 4 (_ _)
> 843:4 3 (_ _)
> In ./guix/store.scm:
> 1944:12 2 (_ #<store-connection 256.99 7faf855425f0>)
> 1362:5 1 (map/accumulate-builds #<store-connection 256.99 7faf855425f0>
> _ _)
> 1373:15 0 (_ #<store-connection 256.99 7faf855425f0> _ _)
>
> ./guix/store.scm:1373:15: ERROR:
> 1. &store-protocol-error:
> message: "build of
> `/gnu/store/lbzdd5wz3isjdqbd2zjlkqlgch9h5k2r-git-minimal-2.30.1.drv' failed"
> status: 100

Weird! This derivation did build on ci.guix.gnu.org.

Can you try building it "by hand" and reporting back?

Like this:

$ guix build /gnu/store/lbzdd5wz3isjdqbd2zjlkqlgch9h5k2r-git-minimal-2.30.1.drv --keep-failed
zimoun wrote 4 years ago
control message for bug #46499
(address . control@debbugs.gnu.org)
865yymj6vs.fsf@gmail.com
tags 46499 + moreinfo
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 46499@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46499
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help