GNU bug report logs - #22907
`guix package -u` fails

Previous Next

Package: guix;

Reported by: Nils Gillmann <niasterisk <at> grrlz.net>

Date: Fri, 4 Mar 2016 15:38:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22907 in the body.
You can then email your comments to 22907 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#22907; Package guix. (Fri, 04 Mar 2016 15:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nils Gillmann <niasterisk <at> grrlz.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 04 Mar 2016 15:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nils Gillmann <niasterisk <at> grrlz.net>
To: bug-guix <at> gnu.org
Subject: `guix package -u` fails
Date: Fri, 04 Mar 2016 16:36:29 +0100
guix package -u (and also the variation below) fails after a
successful guix pull and succesfull grafting and reboot:

niasterisk <at> 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





Information forwarded to bug-guix <at> gnu.org:
bug#22907; Package guix. (Fri, 04 Mar 2016 18:04:01 GMT) Full text and rfc822 format available.

Message #8 received at 22907 <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: Nils Gillmann <niasterisk <at> grrlz.net>
Cc: 22907 <at> debbugs.gnu.org
Subject: Re: bug#22907: `guix package -u` fails
Date: Fri, 04 Mar 2016 10:03:31 -0800
Nils Gillmann <niasterisk <at> grrlz.net> writes:
Hi,

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

Chris




Information forwarded to bug-guix <at> gnu.org:
bug#22907; Package guix. (Fri, 04 Mar 2016 18:15:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nils Gillmann <niasterisk <at> grrlz.net>
To: bug-guix <at> gnu.org
Subject: Re: bug#22907: `guix package -u` fails
Date: Fri, 04 Mar 2016 19:14:17 +0100
niasterisk <at> khazad-dum ~$ time guix package --substitute-urls=hydra.gnu.org --dry-run -u *.*

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

real    0m1.763s
user    0m1.808s
sys     0m0.056s
niasterisk <at> khazad-dum ~$ guix package --substitute-urls=hydra.gnunet.org --dry-run -u *.*
niasterisk <at> khazad-dum ~$ guix package --substitute-urls=hydra.gnunet.org -u *.*
niasterisk <at> 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





Information forwarded to bug-guix <at> gnu.org:
bug#22907; Package guix. (Fri, 04 Mar 2016 18:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 22907 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
To: Nils Gillmann <niasterisk <at> grrlz.net>
Cc: 22907 <at> debbugs.gnu.org
Subject: Re: bug#22907: `guix package -u` fails
Date: Fri, 4 Mar 2016 19:31:10 +0100
Nils Gillmann <niasterisk <at> grrlz.net> writes:

> niasterisk <at> 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




Information forwarded to bug-guix <at> gnu.org:
bug#22907; Package guix. (Fri, 04 Mar 2016 23:22:01 GMT) Full text and rfc822 format available.

Message #17 received at 22907 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nils Gillmann <niasterisk <at> grrlz.net>
Cc: 22907 <at> debbugs.gnu.org
Subject: Re: bug#22907: `guix package -u` fails
Date: Sat, 05 Mar 2016 00:21:15 +0100
Nils Gillmann <niasterisk <at> grrlz.net> skribis:

> guix package -u (and also the variation below) fails after a
> successful guix pull and succesfull grafting and reboot:
>
> niasterisk <at> 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’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 25 Mar 2016 08:32:02 GMT) Full text and rfc822 format available.

Notification sent to Nils Gillmann <niasterisk <at> grrlz.net>:
bug acknowledged by developer. (Fri, 25 Mar 2016 08:32:02 GMT) Full text and rfc822 format available.

Message #22 received at 22907-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Nils Gillmann <niasterisk <at> grrlz.net>
Cc: 22907-done <at> debbugs.gnu.org
Subject: Re: bug#22907: `guix package -u` fails
Date: Fri, 25 Mar 2016 09:31:16 +0100
Nils Gillmann <niasterisk <at> grrlz.net> skribis:

> guix package -u (and also the variation below) fails after a
> successful guix pull and succesfull grafting and reboot:
>
> niasterisk <at> 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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Apr 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.