Andy Wingo <wi...@igalia.com> writes: > On Fri 29 Sep 2017 13:21, "Huang, Ying" <huang_ying_cari...@163.com> 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.
It works! Thanks a lot for your help! Best Regards, Huang, Ying > Andy