emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42510: closed (‘guix pack -RR’ can lead to profile collisions)


From: GNU bug Tracking System
Subject: bug#42510: closed (‘guix pack -RR’ can lead to profile collisions)
Date: Fri, 24 Jul 2020 12:30:02 +0000

Your message dated Fri, 24 Jul 2020 14:28:51 +0200
with message-id <87v9id9jwc.fsf@gnu.org>
and subject line Re: bug#42510: ‘guix pack -RR’ can lead to profile collisions
has caused the debbugs.gnu.org bug report #42510,
regarding ‘guix pack -RR’ can lead to profile collisions
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42510: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42510
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: ‘guix pack -RR’ can lead to profile collisions Date: Fri, 24 Jul 2020 10:16:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

‘guix pack -RR’ produces package variants that can lead to profile
collision in the presence of propagated inputs:

--8<---------------cut here---------------start------------->8---
$ guix describe
Generacio 151   Jul 20 2020 11:16:29    (nuna)
  guix cd0c426
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: cd0c4268d74e58fcfe9c729183d90665f4abbb09
$ guix pack -RR python-scipy python-numpy --no-grafts
guix pack: error: profile contains conflicting entries for python-numpy
guix pack: error:   first entry: python-numpy@1.17.3 
/gnu/store/603imkkh2bqs01z8ik0b2ndgpdz0jghk-python-numpy-1.17.3
guix pack: error:    ... propagated from python-scipy@1.3.2
guix pack: error:   second entry: python-numpy@1.17.3 
/gnu/store/0fjdgihg6r3m2d6qfbkis4vg0017ilkj-python-numpy-1.17.3R
hint: Try upgrading both `python-scipy' and `python-numpy', or remove one of 
them from the profile.
--8<---------------cut here---------------end--------------->8---

Here the “R” variant conflicts with the regular one.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#42510: ‘guix pack -RR’ can lead to profile collisions Date: Fri, 24 Jul 2020 14:28:51 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Ludovic Courtès <ludovic.courtes@inria.fr> skribis:

> ‘guix pack -RR’ produces package variants that can lead to profile
> collision in the presence of propagated inputs:
>
> $ guix describe
> Generacio 151 Jul 20 2020 11:16:29    (nuna)
>   guix cd0c426
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: cd0c4268d74e58fcfe9c729183d90665f4abbb09
> $ guix pack -RR python-scipy python-numpy --no-grafts
> guix pack: error: profile contains conflicting entries for python-numpy
> guix pack: error:   first entry: python-numpy@1.17.3 
> /gnu/store/603imkkh2bqs01z8ik0b2ndgpdz0jghk-python-numpy-1.17.3
> guix pack: error:    ... propagated from python-scipy@1.3.2
> guix pack: error:   second entry: python-numpy@1.17.3 
> /gnu/store/0fjdgihg6r3m2d6qfbkis4vg0017ilkj-python-numpy-1.17.3R
> hint: Try upgrading both `python-scipy' and `python-numpy', or remove one of 
> them from the profile.
>
> Here the “R” variant conflicts with the regular one.

Fixed:

  
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a553892215157090ff892dc5cbbe85a25e837260

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]