From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= Subject: Re: Transition from Guile 2.0 to 2.2 ("not an ELF file") Date: Sat, 10 Jun 2017 13:33:30 +0200 Message-ID: <20170610133330.0cf3a901@alma-ubu> References: <20170609165546.20a278c8@alma-ubu> 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]:59734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJeeC-00012Q-CI for help-guix@gnu.org; Sat, 10 Jun 2017 07:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJee9-0007Xq-Ae for help-guix@gnu.org; Sat, 10 Jun 2017 07:33:40 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:47101 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJee9-0007X2-3D for help-guix@gnu.org; Sat, 10 Jun 2017 07:33:37 -0400 In-Reply-To: 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: Guix-Help On Sat, 10 Jun 2017 09:07:43 +0200 Catonano wrote: > Hi Bj=C3=B6rn, >=20 > 2017-06-09 16:55 GMT+02:00 Bj=C3=B6rn H=C3=B6fling > : >=20 > > Hi, > > > > since my last guix update, I get this error message: > > > > ;;; ERROR: In procedure load-thunk-from-memory: not an ELF file > > ;;; WARNING: loading compiled > > file /home/bjoern/.config/guix/latest/guix/scripts.go failed: > > > > OK, I found out that it is related to the transition to Guile 2.2: > > > > https://lists.gnu.org/archive/html/guix-devel/2017-05/msg00350.html > > > > I admit, I used to use `guix pull but this time I really used the > > git way to upgrade: > > > > cd guix > > git fetch > > ./bootstrap > > make check > > ./pre-inst-env guix system reconfigure g64.scm > > > > After restart the problem popped up. Trying it a second time, still > > same result. > > =20 >=20 > you could do this: >=20 > cd guix > ./pre-inst-env guix pull >=20 > This should use the checked out branch to restore your "pulled" guix >=20 > After that, you can restart using guix as you previously used to >=20 > Hope this helps ! Yes, that helped. Thanks! Bj=C3=B6rn