Re: guix pull is shafted

2016-03-06 Thread Ludovic Courtès
Pjotr Prins skribis: > On Sat, Mar 05, 2016 at 10:57:54AM +0100, Pjotr Prins wrote: >> Don't do a guix pull right now. There is a recursive grafts problem. > > It is fixed now. Everything hunky dory. Kudos. Great, thanks for confirming! This was also discussed in . L

Re: guix pull is shafted

2016-03-06 Thread Pjotr Prins
On Sat, Mar 05, 2016 at 10:57:54AM +0100, Pjotr Prins wrote: > Don't do a guix pull right now. There is a recursive grafts problem. It is fixed now. Everything hunky dory. Kudos. Pj. --

Re: guix pull is shafted

2016-03-05 Thread Jookia
On Sat, Mar 05, 2016 at 01:28:11PM +0100, Pjotr Prins wrote: > Thanks for that! Saved my day. Nice to understand what is happening > too. > > On Sat, Mar 05, 2016 at 12:08:38PM +0100, Ricardo Wurmus wrote: > > “guix pull” just updates “~/.config/guix/latest” to point to a recent > > version of Gui

Re: guix pull is shafted

2016-03-05 Thread Pjotr Prins
Thanks for that! Saved my day. Nice to understand what is happening too. On Sat, Mar 05, 2016 at 12:08:38PM +0100, Ricardo Wurmus wrote: > “guix pull” just updates “~/.config/guix/latest” to point to a recent > version of Guix in the store. If you have a git checkout (at a commit > before the one

Re: guix pull is shafted

2016-03-05 Thread Ricardo Wurmus
Pjotr Prins writes: > And then the question, how can we roll back on a pull ;) “guix pull” just updates “~/.config/guix/latest” to point to a recent version of Guix in the store. If you have a git checkout (at a commit before the one that broke things) you could point “~/.config/guix/latest” t

Re: guix pull is shafted

2016-03-05 Thread Andreas Enge
On Sat, Mar 05, 2016 at 11:03:07AM +0100, Pjotr Prins wrote: > And then the question, how can we roll back on a pull ;) Not automatically, I think, but you can always delete the directory containing it inside .local and install from git, where you can choose any commit that works for you. Andreas

Re: guix pull is shafted

2016-03-05 Thread Nils Gillmann
Pjotr Prins writes: > Don't do a guix pull right now. There is a recursive grafts problem. > > Pj. Thanks, I think that might explain some problems. Good to read this right after a guix pull. -- ng irc://loupsycedyglgamf.onion:67/~NiAsterisk https://psyced.org:34443/NiAsterisk/ EDN: https://w

Re: guix pull is shafted

2016-03-05 Thread Pjotr Prins
And then the question, how can we roll back on a pull ;) On Sat, Mar 05, 2016 at 10:57:54AM +0100, Pjotr Prins wrote: > Don't do a guix pull right now. There is a recursive grafts problem. > > Pj. > --