unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* guix pull is shafted
@ 2016-03-05  9:57 Pjotr Prins
  2016-03-05 10:03 ` Pjotr Prins
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Pjotr Prins @ 2016-03-05  9:57 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Don't do a guix pull right now. There is a recursive grafts problem.

Pj.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05  9:57 guix pull is shafted Pjotr Prins
@ 2016-03-05 10:03 ` Pjotr Prins
  2016-03-05 11:06   ` Andreas Enge
  2016-03-05 11:08   ` Ricardo Wurmus
  2016-03-05 11:01 ` Nils Gillmann
  2016-03-06 10:32 ` Pjotr Prins
  2 siblings, 2 replies; 9+ messages in thread
From: Pjotr Prins @ 2016-03-05 10:03 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

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.
> 

-- 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05  9:57 guix pull is shafted Pjotr Prins
  2016-03-05 10:03 ` Pjotr Prins
@ 2016-03-05 11:01 ` Nils Gillmann
  2016-03-06 10:32 ` Pjotr Prins
  2 siblings, 0 replies; 9+ messages in thread
From: Nils Gillmann @ 2016-03-05 11:01 UTC (permalink / raw)
  To: guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> 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://wiki.c3d2.de/Echt_Dezentrales_Netz/en

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05 10:03 ` Pjotr Prins
@ 2016-03-05 11:06   ` Andreas Enge
  2016-03-05 11:08   ` Ricardo Wurmus
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Enge @ 2016-03-05 11:06 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05 10:03 ` Pjotr Prins
  2016-03-05 11:06   ` Andreas Enge
@ 2016-03-05 11:08   ` Ricardo Wurmus
  2016-03-05 12:28     ` Pjotr Prins
  1 sibling, 1 reply; 9+ messages in thread
From: Ricardo Wurmus @ 2016-03-05 11:08 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel


Pjotr Prins <pjotr.public12@thebird.nl> 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” to that directory.

I don’t think the needed code is in place for “guix pull” to be undone
in a more user-friendly fashion.

~~ Ricardo

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05 11:08   ` Ricardo Wurmus
@ 2016-03-05 12:28     ` Pjotr Prins
  2016-03-05 13:46       ` Jookia
  0 siblings, 1 reply; 9+ messages in thread
From: Pjotr Prins @ 2016-03-05 12:28 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

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 that broke things) you could point
> “~/.config/guix/latest” to that directory.
> 
> I don’t think the needed code is in place for “guix pull” to be undone
> in a more user-friendly fashion.
> 
> ~~ Ricardo
> 

-- 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05 12:28     ` Pjotr Prins
@ 2016-03-05 13:46       ` Jookia
  0 siblings, 0 replies; 9+ messages in thread
From: Jookia @ 2016-03-05 13:46 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

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 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” to that directory.
> > 
> > I don’t think the needed code is in place for “guix pull” to be undone
> > in a more user-friendly fashion.
> > 
> > ~~ Ricardo
> > 

Just jumping in to this thread, I've helped two people in IRC run 'guix pull'
with a working git tarball I found. Perhaps some code should be added to pull
the latest build that's been built on Hydra?

In the end it'd still be great to have rollbacks, the ability to specify a git
commit, ping Hydra to see which commits have substitutes that I could upgrade
to, and allow rolling back as if it's a package in my profile.

It sounds like a lot, but I figure at least one of those ideas would ease
things for people.

Jookia.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-05  9:57 guix pull is shafted Pjotr Prins
  2016-03-05 10:03 ` Pjotr Prins
  2016-03-05 11:01 ` Nils Gillmann
@ 2016-03-06 10:32 ` Pjotr Prins
  2016-03-06 14:06   ` Ludovic Courtès
  2 siblings, 1 reply; 9+ messages in thread
From: Pjotr Prins @ 2016-03-06 10:32 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

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.
-- 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: guix pull is shafted
  2016-03-06 10:32 ` Pjotr Prins
@ 2016-03-06 14:06   ` Ludovic Courtès
  0 siblings, 0 replies; 9+ messages in thread
From: Ludovic Courtès @ 2016-03-06 14:06 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> 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 <http://bugs.gnu.org/22914>.

Ludo’.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-06 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05  9:57 guix pull is shafted Pjotr Prins
2016-03-05 10:03 ` Pjotr Prins
2016-03-05 11:06   ` Andreas Enge
2016-03-05 11:08   ` Ricardo Wurmus
2016-03-05 12:28     ` Pjotr Prins
2016-03-05 13:46       ` Jookia
2016-03-05 11:01 ` Nils Gillmann
2016-03-06 10:32 ` Pjotr Prins
2016-03-06 14:06   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).