help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: not an ELF file


From: Ludovic Courtès
Subject: Re: not an ELF file
Date: Tue, 23 May 2017 22:35:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Catonano <address@hidden> skribis:

> after having reconfigured successully, attempting to experiment with qemu
> some more
>
> guix system vm /etc/vm-config-desktop.scm \
>>    --image-size=30GB \
>>    --expose=$HOME \
>>    --share=$HOME/share=/exchange
>
> I get this
>
> ;;; WARNING: loading compiled file
> /home/catonano/.config/guix/latest/guix/ui.go failed:
> ;;; ERROR: In procedure load-thunk-from-memory: not an ELF file
> ;;; WARNING: loading compiled file
> /home/catonano/.config/guix/latest/guix/gexp.go failed:
> ;;; ERROR: In procedure load-thunk-from-memory: not an ELF file
> ;;; WARNING: loading compiled file
> /home/catonano/.config/guix/latest/guix/store.go failed:
> ;;; ERROR: In procedure load-thunk-from-memory: not an ELF file
> ;;; WARNING: loading compiled file
> /home/catonano/.config/guix/latest/guix/utils.go failed:
> ;;; ERROR: In procedure load-thunk-from-memory: not an ELF file
> ....

This means the code in ~/.config/guix/latest (which is populated by
‘guix pull’) comes from Guile 2.0, whereas the ‘guix’ command runs on
Guile 2.2.

Running ‘guix pull’ as user ‘catonano’ should solve the problem.

HTH!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]