unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* BUG? emacs helm conflicting entries
@ 2022-03-23  0:28 jgart
  2022-03-23 10:12 ` Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: jgart @ 2022-03-23  0:28 UTC (permalink / raw)
  To: Guix Help

Hi Guixers,

I got this error:

```
 λ guix upgrade *
The following packages will be upgraded:
   emacs-guix                (dependencies or package changed)
   emacs-helm-company        (dependencies or package changed)
   emacs-helm-descbinds      (dependencies or package changed)
   emacs-helm-eww            (dependencies or package changed)
   emacs-helm-org            (dependencies or package changed)
   emacs-helm-selector       (dependencies or package changed)
   emacs-helm-shell-history  (dependencies or package changed)
   emacs-helm-slime          (dependencies or package changed)
   emacs-helm-sly            (dependencies or package changed)
   emacs-helm-switch-to-repl (dependencies or package changed)
   emacs-helm-xref           (dependencies or package changed)

guix upgrade: error: profile contains conflicting entries for emacs-helm
guix upgrade: error:   first entry: emacs-helm@3.8.4 /gnu/store/zgssj5rwwzs300sqjhfmp7a00hfvm9d9-emacs-helm-3.8.4
guix upgrade: error:    ... propagated from emacs-helm-company@0.2.5
guix upgrade: error:   second entry: emacs-helm@3.8.5 /gnu/store/w904rarv3izkxjkzrj0rr3h9dn2rljx3-emacs-helm-3.8.5
hint: Try upgrading both `emacs-helm-company' and `emacs-helm', or remove one of them from the profile.
```

Is the hint what I should really do or is there a fix that should be
made to one of the packages?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG? emacs helm conflicting entries
  2022-03-23  0:28 BUG? emacs helm conflicting entries jgart
@ 2022-03-23 10:12 ` Efraim Flashner
  2022-03-23 14:04   ` jgart
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2022-03-23 10:12 UTC (permalink / raw)
  To: jgart; +Cc: Guix Help

[-- Attachment #1: Type: text/plain, Size: 1843 bytes --]

On Tue, Mar 22, 2022 at 08:28:07PM -0400, jgart wrote:
> Hi Guixers,
> 
> I got this error:
> 
> ```
>  λ guix upgrade *
> The following packages will be upgraded:
>    emacs-guix                (dependencies or package changed)
>    emacs-helm-company        (dependencies or package changed)
>    emacs-helm-descbinds      (dependencies or package changed)
>    emacs-helm-eww            (dependencies or package changed)
>    emacs-helm-org            (dependencies or package changed)
>    emacs-helm-selector       (dependencies or package changed)
>    emacs-helm-shell-history  (dependencies or package changed)
>    emacs-helm-slime          (dependencies or package changed)
>    emacs-helm-sly            (dependencies or package changed)
>    emacs-helm-switch-to-repl (dependencies or package changed)
>    emacs-helm-xref           (dependencies or package changed)
> 
> guix upgrade: error: profile contains conflicting entries for emacs-helm
> guix upgrade: error:   first entry: emacs-helm@3.8.4 /gnu/store/zgssj5rwwzs300sqjhfmp7a00hfvm9d9-emacs-helm-3.8.4
> guix upgrade: error:    ... propagated from emacs-helm-company@0.2.5
> guix upgrade: error:   second entry: emacs-helm@3.8.5 /gnu/store/w904rarv3izkxjkzrj0rr3h9dn2rljx3-emacs-helm-3.8.5
> hint: Try upgrading both `emacs-helm-company' and `emacs-helm', or remove one of them from the profile.
> ```
> 
> Is the hint what I should really do or is there a fix that should be
> made to one of the packages?

I'm only seeing one emacs-helm package in the source code. What happens
when you run `guix upgrade` without the star?

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG? emacs helm conflicting entries
  2022-03-23 10:12 ` Efraim Flashner
@ 2022-03-23 14:04   ` jgart
  0 siblings, 0 replies; 3+ messages in thread
From: jgart @ 2022-03-23 14:04 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: Guix Help

On Wed, 23 Mar 2022 12:12:33 +0200 Efraim Flashner <efraim@flashner.co.il> wrote:
> > ```
> >  λ guix upgrade *
> > The following packages will be upgraded:
> >    emacs-guix                (dependencies or package changed)
> >    emacs-helm-company        (dependencies or package changed)
> >    emacs-helm-descbinds      (dependencies or package changed)
> >    emacs-helm-eww            (dependencies or package changed)
> >    emacs-helm-org            (dependencies or package changed)
> >    emacs-helm-selector       (dependencies or package changed)
> >    emacs-helm-shell-history  (dependencies or package changed)
> >    emacs-helm-slime          (dependencies or package changed)
> >    emacs-helm-sly            (dependencies or package changed)
> >    emacs-helm-switch-to-repl (dependencies or package changed)
> >    emacs-helm-xref           (dependencies or package changed)
> > 
> > guix upgrade: error: profile contains conflicting entries for emacs-helm
> > guix upgrade: error:   first entry: emacs-helm@3.8.4 /gnu/store/zgssj5rwwzs300sqjhfmp7a00hfvm9d9-emacs-helm-3.8.4
> > guix upgrade: error:    ... propagated from emacs-helm-company@0.2.5
> > guix upgrade: error:   second entry: emacs-helm@3.8.5 /gnu/store/w904rarv3izkxjkzrj0rr3h9dn2rljx3-emacs-helm-3.8.5
> > hint: Try upgrading both `emacs-helm-company' and `emacs-helm', or remove one of them from the profile.
> > ```
> > 
> > Is the hint what I should really do or is there a fix that should be
> > made to one of the packages?
> 
> I'm only seeing one emacs-helm package in the source code. 
I had both emacs-helm-company' and `emacs-helm` installed.

It looks like ambrevar had both in a manifest below too on line 49 and
52 of his dotfiles:

https://gitlab.com/ambrevar/dotfiles/-/blob/master/.package-lists/guix-emacs-manifest.scm#L52

> What happens when you run `guix upgrade` without the star?

I'll try rolling back soon and reporting here to confirm what happens
without the star in that generation that had the issue.

thanks,

jgart





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-23 14:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  0:28 BUG? emacs helm conflicting entries jgart
2022-03-23 10:12 ` Efraim Flashner
2022-03-23 14:04   ` jgart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).