[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `guix package -r pgk` fails
From: |
Ludovic Courtès |
Subject: |
Re: `guix package -r pgk` fails |
Date: |
Mon, 15 Dec 2014 23:09:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> I can not remove packages with the latest guix from git:
>
> ~~~
> address@hidden:~/code/guix] (526) $ ./pre-inst-env guix package -r samtools
[...]
> I have only two packages installed: samtools and emacs. Attempting to
> remove either package results in this error.
This was a genuine bug, and a nasty one. It would occur when removing
items from a profile such that only one element is left. 0.8 is the
first affected version.
Commit bea2683 fixes that, but I think I will change the gexp code to be
less permissive, since this is really the root cause behind this.
Thanks for the report!
Ludo’.
PS: Prefer address@hidden for things that are likely bugs.