[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu/services/shepherd.scm:90:2: In procedure allocate-struct: Wrong
From: |
Andy Wingo |
Subject: |
Re: gnu/services/shepherd.scm:90:2: In procedure allocate-struct: Wrong type argument in position 2: 5 |
Date: |
Fri, 29 Sep 2017 13:53:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
On Fri 29 Sep 2017 13:21, "Huang, Ying" <address@hidden> writes:
> I use the guix git. After not upgrade the code for quite some time
> (several months?), today after `git pull`, `guix environment guix`
> report the following error. How to deal with it?
Remove .go files from your git checkout. A change in Scheme files
caused a change in layout of objects, but some bits were baked into .go
files, and we are missing the ability to know when .go files need to be
rebuilt. To work around this, remove .go files from your checkout.
Andy