Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem emerging pycairo
Date: Mon, 13 Jul 2020 04:36:38
Message-Id: 20200713043628.GS2311@ca.inter.net
In Reply to: Re: [gentoo-user] problem emerging pycairo by Adam Carter
1 200713 Adam Carter wrote:
2 > On Mon, Jul 13, 2020 at 5:32 AM Philip Webb <purslow@××××××××.net> wrote:
3 >> root:543 ~> emerge -pv pycairo
4 ...
5 >> WARNING: One or more updates/rebuilds have been skipped
6 >> due to a dependency conflict:
7 >> dev-python/pycairo:0
8 >> (dev-python/pycairo-1.19.1:0/0::gentoo, ebuild scheduled for merge)
9 >> USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS=
10 >> "(-pypy3) python3_6 python3_7 -python3_8 (-python3_9)" conflicts with
11 >> >=dev-python/pycairo-1.11.1 [python_targets_python2_7(-),
12 >> python_targets_python3_6(-),python_targets_python3_7(-),
13 >> -python_single_target_python2_7(-),-python_single_target_python3_6(-),
14 >> -python_single_target_python3_7(-),-python_single_target_python3_8(-),
15 >> -python_single_target_python3_9(-)] required by
16 >> (dev-python/pygobject-3.34.0:3/3::gentoo, installed)
17 >> USE="cairo -examples -test" ABI_X86="(64)"
18 >> PYTHON_TARGETS="python2_7 python3_6 python3_7 -python3_8"
19 > I think it's because dev-python/pycairo-1.19.1 doesnt have python2_7 ,
20 > which dev-python/pycairo-1.18.2 does and pygobject requires it.
21 > You could try removing python2_7 from pygobject,
22 > but i'm guessing there will be other dependencies that wont allow that.
23
24 Thanks for the suggestion ; that does solve the problem, tho' how anyone
25 could derive that info from the Portage output is quite beyond me :
26
27 root:570 ~> PYTHON_TARGETS="python3_6 python3_7" emerge -pv pycairo pygobject
28 These are the packages that would be merged, in order:
29 Calculating dependencies... done!
30 [ebuild U ] dev-python/pycairo-1.19.1::gentoo [1.18.2::gentoo]
31 USE="-doc -examples -test" PYTHON_TARGETS="(-pypy3) (-python2_7%*)
32 python3_6 python3_7 -python3_8 (-python3_9)" 201 KiB
33 [ebuild R ] dev-python/pygobject-3.34.0:3::gentoo
34 USE="cairo -examples -test"
35 PYTHON_TARGETS="-python2_7* python3_6 python3_7 -python3_8 (-python3_9)"
36
37 --
38 ========================,,============================================
39 SUPPORT ___________//___, Philip Webb
40 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
41 TRANSIT `-O----------O---' purslowatcadotinterdotnet

Replies

Subject Author
Re: [gentoo-user] problem emerging pycairo Adam Carter <adamcarter3@×××××.com>