Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] skipped due to unsatisfied dependencies triggered by backtracking
Date: Sat, 10 Oct 2015 22:05:30
Message-Id: 56198B78.6040606@gmail.com
In Reply to: Re: [gentoo-user] skipped due to unsatisfied dependencies triggered by backtracking by Neil Bothwick
1 On 10/10/2015 22:07, Neil Bothwick wrote:
2 > On Sat, 10 Oct 2015 12:28:27 +0200, Helmut Jarausch wrote:
3 >
4 >> when trying to emerge -av1 --deep --with-bdeps=y
5 >> dev-util/android-studio (version 1.4.0.10.141.2288178-r1) I get
6 >>
7 >> !!! The following update(s) have been skipped due to unsatisfied
8 >> dependencies !!! triggered by backtracking:
9 >>
10 >> dev-util/android-studio:0
11 >>
12 >> What can I do to see the source of this problem?
13 >>
14 >> By the way, version 1.4.0.10.141.2288178 is installed here.
15 >
16 > The only difference between those two ebuilds is a slight change in the
17 > way the ncurses DEPEND is defined. It's hard to say more without seeing
18 > the full output but you could try re-emerging ncurses.
19 >
20 >
21
22
23 It's a bug in the ebuild and should be reported:
24
25 < >=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
26 ---
27 > || ( >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)]
28 >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] )
29
30
31 khamul env # eix ncurses
32 [I] sys-libs/ncurses
33 Available versions:
34 (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6)
35 (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6)
36
37
38 The two versions in the || in the ebuild are the same, except one is
39 SLOT 0 and the other 5, and neither have sub-slot 5. This is impossible
40 to satisfy.
41
42 OP can move past this by simply masking
43 dev-util/android-studio-1.4.0.10.141.2288178-r1.ebuild, the end result
44 on his system will be the same
45
46 --
47 Alan McKinnon
48 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] skipped due to unsatisfied dependencies triggered by backtracking Neil Bothwick <neil@××××××××××.uk>