Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] problem emerging pycairo
Date: Mon, 13 Jul 2020 04:01:43
Message-Id: CAC=wYCHOJUyhLFXAMwsuCWqd_aoQxd=XO+XExn4wUOOMrv8h-A@mail.gmail.com
In Reply to: [gentoo-user] problem emerging pycairo by Philip Webb
1 On Mon, Jul 13, 2020 at 5:32 AM Philip Webb <purslow@××××××××.net> wrote:
2
3 > this is the output :
4 >
5 > root:543 ~> emerge -pv pycairo
6 >
7 > These are the packages that would be merged, in order:
8 > Calculating dependencies... done!
9 > [ebuild R ] dev-python/pycairo-1.18.2::gentoo USE="-doc -examples
10 > -test"
11 > PYTHON_TARGETS="(-pypy3%) python2_7 python3_6 python3_7 -python3_8
12 > (-python3_9)"
13 >
14 > WARNING: One or more updates/rebuilds have been skipped
15 > due to a dependency conflict:
16 >
17 > dev-python/pycairo:0
18 >
19 > (dev-python/pycairo-1.19.1:0/0::gentoo, ebuild scheduled for merge)
20 > USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS=
21 > "(-pypy3) python3_6 python3_7 -python3_8 (-python3_9)" conflicts with
22 > >=dev-python/pycairo-1.11.1 [python_targets_python2_7(-),
23 > python_targets_python3_6(-),python_targets_python3_7(-),
24 > -python_single_target_python2_7(-),-python_single_target_python3_6(-),
25 > -python_single_target_python3_7(-),-python_single_target_python3_8(-),
26 > -python_single_target_python3_9(-)] required by
27 > (dev-python/pygobject-3.34.0:3/3::gentoo, installed)
28 > USE="cairo -examples -test" ABI_X86="(64)"
29 > PYTHON_TARGETS="python2_7 python3_6 python3_7 -python3_8"
30 >
31 > root:544 ~> eix pycairo
32 > [U] dev-python/pycairo
33 > Available versions: 1.18.2^t 1.19.1^t {doc examples test
34 > PYTHON_TARGETS="pypy3 python2_7 python3_6 python3_7 python3_8 python3_9"}
35 > Installed versions: 1.18.2^t([2020-04-25 12:09:30])(-doc -examples -test
36 > PYTHON_TARGETS="python2_7 python3_6 python3_7 -pypy3 -python3_8")
37 >
38 > root:545 ~> eix pygobject
39 > [I] dev-python/pygobject
40 > Available versions:
41 > (2) 2.28.6-r55^t
42 > (3) 3.32.1^t 3.34.0^t
43 > {+cairo examples libffi test
44 > PYTHON_TARGETS="python2_7 python3_6 python3_7 python3_8 python3_9"}
45 > Installed versions: 3.34.0(3)^t([2020-05-09 19:57:48])(cairo -examples
46 > -test
47 > PYTHON_TARGETS="python2_7 python3_6 python3_7 -python3_8")
48 >
49 >
50 I think it's because dev-python/pycairo-1.19.1 doesnt have python2_7 (which
51 dev-python/pycairo-1.18.2 does) and pygobject requires it. You could try
52 removing python2_7 from pygobject but i'm guessing there will be other
53 dependencies that wont allow that.

Replies

Subject Author
Re: [gentoo-user] problem emerging pycairo Philip Webb <purslow@××××××××.net>