'compute-guix-derivation' on debian 11 failed to compute

  • Open
  • quality assurance status badge
Details
One participant
  • Polyakov Dmitry
Owner
unassigned
Submitted by
Polyakov Dmitry
Severity
normal

Debbugs page

Polyakov Dmitry wrote 4 years ago
(address . bug-guix@gnu.org)
874kaxges3.fsf@liltechdude.xyz
Just a bug:
Toggle snippet (5 lines)
: You found a bug: the program '/gnu/store/rwxsbyz4a1dv1p85smq7b3kcjbvxlp1m-compute-guix-derivation'
failed to compute the derivation for Guix (version: "8b2b027df9198cb5b22505813ada0c5e199929ed"; system: "x86_64-linux";
host version: "1.2.0"; pull-version: 1).
Please report it by email to <bug-guix@gnu.org>.
Steps:
1. Buy vultr vps with debian 11
2. Invoke `apt update && apt upgrade` log: https://pastebin.com/wHLzthSL
3. Install guix with `apt install guix`
4. Invoke `guix pull`

--
魔法少女リルテチヅデですよ。
Dmitry Polyakov wrote 4 years ago
Problem was solved!
(address . 50448@debbugs.gnu.org)
874kaxrmid.fsf@liltechdude.xyz
With:
1. Installing emacs `guix install emacs`
2. Add new variables
```
GUIX_PROFILE="/root/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
```
--
魔法少女リルテチヅデですよ。
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 50448
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