`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

Debbugs page

Nils Gillmann wrote 9 years ago
(address . bug-guix@gnu.org)
87fuw6dzlu.fsf@grrlz.net
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
Chris Marusich wrote 9 years ago
(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
Nils Gillmann wrote 9 years ago
(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
Ricardo Wurmus wrote 9 years ago
(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
Ludovic Courtès wrote 9 years ago
(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’.
Ludovic Courtès wrote 9 years ago
(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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 22907@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 22907
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help