[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-exwm-x update error
From: |
Ludovic Courtès |
Subject: |
Re: emacs-exwm-x update error |
Date: |
Sat, 01 Jul 2017 18:10:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
"Feng Shu" <address@hidden> skribis:
> address@hidden:~/project/guix $ ./pre-inst-env guix package -u emacs-exwm-x
[...]
> The following package will be upgraded:
> emacs-exwm-x 1.0-2.2099138 → 1.6
> /gnu/store/b05317amv8xp7kg297rjfqma8f9pp91d-emacs-exwm-x-1.6
>
> guix package: error: profile contains conflicting entries for emacs-exwm:out
> guix package: error: first entry: address@hidden:out
> /gnu/store/6v3xzl7xpbgkg9fy6rhfbbizps61yysd-emacs-exwm-0.14
> guix package: error: ... propagated from address@hidden
> guix package: error: second entry: address@hidden:out
> /gnu/store/j39k3hiyxskr78k2pbybvgq1nwczdgvq-emacs-exwm-0.13
I find the message pretty explicit :-), but I’m happy to improve it if
you have ideas.
What this means is that the new profile would end up with two different
emacs-exwm, and so it just errors out.
One solution is to upgrade all things exwm at once:
guix package -u exwm
That way, emacs-exwm-x and emacs-exwm will be in sync.
HTH!
Ludo’.