unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#22907: `guix package -u` fails
@ 2016-03-04 15:36 Nils Gillmann
  2016-03-04 18:03 ` Chris Marusich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nils Gillmann @ 2016-03-04 15:36 UTC (permalink / raw)
  To: 22907

guix package -u (and also the variation below) fails after a
successful guix pull and succesfull grafting and reboot:

niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnunet.org --dry-run -u
^C

real	26m0.898s
user	15m35.916s
sys	3m39.380s


-- 
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] 6+ messages in thread

* bug#22907: `guix package -u` fails
  2016-03-04 15:36 bug#22907: `guix package -u` fails Nils Gillmann
@ 2016-03-04 18:03 ` Chris Marusich
  2016-03-04 18:14   ` Nils Gillmann
  2016-03-04 23:21 ` Ludovic Courtès
  2016-03-25  8:31 ` Ludovic Courtès
  2 siblings, 1 reply; 6+ messages in thread
From: Chris Marusich @ 2016-03-04 18:03 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 22907

Nils Gillmann <niasterisk@grrlz.net> writes:
Hi,

Does it fail even when you provide a regex like "." to match anything?

Chris

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

* bug#22907: `guix package -u` fails
  2016-03-04 18:03 ` Chris Marusich
@ 2016-03-04 18:14   ` Nils Gillmann
  2016-03-04 18:31     ` Ricardo Wurmus
  0 siblings, 1 reply; 6+ messages in thread
From: Nils Gillmann @ 2016-03-04 18:14 UTC (permalink / raw)
  To: 22907

niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnu.org --dry-run -u *.*

real    0m1.779s
user    0m1.824s
sys     0m0.060s
niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnunet.org --dry-run -u *.*

real    0m1.763s
user    0m1.808s
sys     0m0.056s
niasterisk@khazad-dum ~$ guix package --substitute-urls=hydra.gnunet.org --dry-run -u *.*
niasterisk@khazad-dum ~$ guix package --substitute-urls=hydra.gnunet.org -u *.*
niasterisk@khazad-dum ~$ 

so yes, it works but still nothing happens. Could be that there's
just no updates, but I should not have to provide *.* as it
worked before with just `guix package -u`

Although... does graffting after guix pull rebuild and update the
packages in the profile? current gen is after the update:

Generation 85	Mar 04 2016 12:30:38	(current)

-- 
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] 6+ messages in thread

* bug#22907: `guix package -u` fails
  2016-03-04 18:14   ` Nils Gillmann
@ 2016-03-04 18:31     ` Ricardo Wurmus
  0 siblings, 0 replies; 6+ messages in thread
From: Ricardo Wurmus @ 2016-03-04 18:31 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 22907


Nils Gillmann <niasterisk@grrlz.net> writes:

> niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnu.org --dry-run -u *.*

“-u” takes a regular expression like '.*'

It seems to work for me.

~~ Ricardo

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

* bug#22907: `guix package -u` fails
  2016-03-04 15:36 bug#22907: `guix package -u` fails Nils Gillmann
  2016-03-04 18:03 ` Chris Marusich
@ 2016-03-04 23:21 ` Ludovic Courtès
  2016-03-25  8:31 ` Ludovic Courtès
  2 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2016-03-04 23:21 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 22907

Nils Gillmann <niasterisk@grrlz.net> skribis:

> guix package -u (and also the variation below) fails after a
> successful guix pull and succesfull grafting and reboot:
>
> niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnunet.org --dry-run -u
> ^C
>
> real	26m0.898s
> user	15m35.916s
> sys	3m39.380s

This may be due to the performance regressions incurred by grafts, as
currently discussed on guix-devel.

Ludo’.

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

* bug#22907: `guix package -u` fails
  2016-03-04 15:36 bug#22907: `guix package -u` fails Nils Gillmann
  2016-03-04 18:03 ` Chris Marusich
  2016-03-04 23:21 ` Ludovic Courtès
@ 2016-03-25  8:31 ` Ludovic Courtès
  2 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2016-03-25  8:31 UTC (permalink / raw)
  To: Nils Gillmann; +Cc: 22907-done

Nils Gillmann <niasterisk@grrlz.net> skribis:

> guix package -u (and also the variation below) fails after a
> successful guix pull and succesfull grafting and reboot:
>
> niasterisk@khazad-dum ~$ time guix package --substitute-urls=hydra.gnunet.org --dry-run -u
> ^C
>
> real	26m0.898s
> user	15m35.916s
> sys	3m39.380s

In the absence of more info, I’m closing this bug.  Please do reopen a
bug if any such problem comes up again (other than the occasional server
slowness…).

Thanks,
Ludo’.

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

end of thread, other threads:[~2016-03-25  8:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-04 15:36 bug#22907: `guix package -u` fails Nils Gillmann
2016-03-04 18:03 ` Chris Marusich
2016-03-04 18:14   ` Nils Gillmann
2016-03-04 18:31     ` Ricardo Wurmus
2016-03-04 23:21 ` Ludovic Courtès
2016-03-25  8:31 ` 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).