`guix package -u` fails

  • Done
  • quality assurance status badge
Details
4 participants
  • Chris Marusich
  • Ludovic Courtès
  • Nils Gillmann
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Nils Gillmann
Severity
normal
N
C
C
Chris Marusich wrote on 4 Mar 2016 19:03
(name . Nils Gillmann)(address . niasterisk@grrlz.net)(address . 22907@debbugs.gnu.org)
87ziue15os.fsf@gmail.com
Nils Gillmann <niasterisk@grrlz.net> writes:
Hi,

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

Chris
N
N
Nils Gillmann wrote on 4 Mar 2016 19:14
(address . bug-guix@gnu.org)
87y49yi006.fsf@grrlz.net
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
R
R
Ricardo Wurmus wrote on 4 Mar 2016 19:31
(name . Nils Gillmann)(address . niasterisk@grrlz.net)(address . 22907@debbugs.gnu.org)
idj7fhixfgx.fsf@bimsb-sys02.mdc-berlin.net
Nils Gillmann <niasterisk@grrlz.net> writes:

Toggle quote (2 lines)
> 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
L
L
Ludovic Courtès wrote on 5 Mar 2016 00:21
(name . Nils Gillmann)(address . niasterisk@grrlz.net)(address . 22907@debbugs.gnu.org)
87pov94yok.fsf@gnu.org
Nils Gillmann <niasterisk@grrlz.net> skribis:

Toggle quote (10 lines)
> 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’.
L
L
Ludovic Courtès wrote on 25 Mar 2016 09:31
(name . Nils Gillmann)(address . niasterisk@grrlz.net)(address . 22907-done@debbugs.gnu.org)
87vb4bt0vf.fsf@gnu.org
Nils Gillmann <niasterisk@grrlz.net> skribis:

Toggle quote (10 lines)
> 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’.
Closed
?