Hi Björn,

2017-06-09 16:55 GMT+02:00 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>:
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.

you could do this:

cd guix
./pre-inst-env guix pull

This should use the checked out branch to restore your "pulled" guix

After that, you can restart using guix as you previously used to

Hope this helps !