From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: not an ELF file Date: Tue, 23 May 2017 22:35:54 +0200 Message-ID: <87vaor8g5x.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDGXB-0003v0-HD for help-guix@gnu.org; Tue, 23 May 2017 16:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDGX7-0000HJ-JL for help-guix@gnu.org; Tue, 23 May 2017 16:36:01 -0400 In-Reply-To: (catonano@gmail.com's message of "Tue, 23 May 2017 22:14:49 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano Cc: help-guix Catonano skribis: > after having reconfigured successully, attempting to experiment with qemu > some more > > guix system vm /etc/vm-config-desktop.scm \ >> --image-size=3D30GB \ >> --expose=3D$HOME \ >> --share=3D$HOME/share=3D/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 =E2=80=98guix pull=E2=80=99) comes from Guile 2.0, whereas the =E2=80=98gui= x=E2=80=99 command runs on Guile 2.2. Running =E2=80=98guix pull=E2=80=99 as user =E2=80=98catonano=E2=80=99 shou= ld solve the problem. HTH! Ludo=E2=80=99.