Re: guix package conflict

2019-08-11 Thread Carlo Zancanaro
Hey Mark, On Mon, Aug 12 2019, Mark H Weaver wrote: What leads you to believe this? I think you're mistaken, based both on past experience and also from examining the current code. After taking another look at the code, I agree with you. The relevant procedure is

Re: guix package conflict

2019-08-11 Thread Mark H Weaver
Pierre Neidhardt writes: > Carlo Zancanaro writes: > >> It looks like `guix package -u` compares the version of the >> package, and only updates if the package's version has changed >> (and even then, only if it has increased). What leads you to believe this? I think you're mistaken, based

Re: guix package conflict

2019-08-11 Thread Andy Tai
This command solved the problem. guix package -i gtk+ python-pycairo python2-pycairo pango cairo fontconfig Thanks On Sat, Aug 10, 2019 at 2:58 AM Carlo Zancanaro wrote: > > On Sat, Aug 10 2019, Ricardo Wurmus wrote: > >> hint: Try upgrading both `python-pycairo' and `gtk+', or remove > >>

Re: guix package conflict

2019-08-10 Thread Carlo Zancanaro
On Sat, Aug 10 2019, Ricardo Wurmus wrote: hint: Try upgrading both `python-pycairo' and `gtk+', or remove one of them from the profile. Have you tried that? In particular, I think `guix package -i python-pycairo gtk+` might do the trick. Does “guix package -u” not fix this problem for

Re: guix package conflict

2019-08-10 Thread Ricardo Wurmus
Hi Andy, > guix package: error: profile contains conflicting entries for cairo > guix package: error: first entry: cairo@1.16.0 > /gnu/store/4d8rc6vjkhsk1b20rigz0nzl7zffn4b5-cairo-1.16.0 > guix package: error:... propagated from python-pycairo@1.17.1 > guix package: error: second entry:

guix package conflict

2019-08-09 Thread Andy Tai
Hi, on my Fedora system running guix as guix on a foreign distribution, I run into this: guix package: error: profile contains conflicting entries for cairo guix package: error: first entry: cairo@1.16.0 /gnu/store/4d8rc6vjkhsk1b20rigz0nzl7zffn4b5-cairo-1.16.0 guix package: error:...