'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
P
P
Polyakov Dmitry wrote on 7 Sep 2021 07:01
(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`

--
??????????????
D
D
Dmitry Polyakov wrote on 7 Sep 2021 07:19
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"
```
--
??????????????
?