On 10/10/2015 22:07, Neil Bothwick wrote:
> On Sat, 10 Oct 2015 12:28:27 +0200, Helmut Jarausch wrote:
> 
>> when trying  to emerge -av1 --deep --with-bdeps=y
>> dev-util/android-studio (version 1.4.0.10.141.2288178-r1) I get
>>
>> !!! The following update(s) have been skipped due to unsatisfied
>> dependencies !!! triggered by backtracking:
>>
>> dev-util/android-studio:0
>>
>> What can I do to see the source of this problem?
>>
>> By the way, version 1.4.0.10.141.2288178 is installed here.
> 
> The only difference between those two ebuilds is a slight change in the
> way the ncurses DEPEND is defined. It's hard to say more without seeing
> the full output but you could try re-emerging ncurses.
> 
> 


It's a bug in the ebuild and should be reported:

<       >=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]
---
>       || ( >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)]
>=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] )


khamul env # eix ncurses
[I] sys-libs/ncurses
     Available versions:
     (0)    5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6)
     (5)    5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6)


The two versions in the || in the ebuild are the same, except one is
SLOT 0 and the other 5, and neither have sub-slot 5. This is impossible
to satisfy.

OP can move past this by simply masking
dev-util/android-studio-1.4.0.10.141.2288178-r1.ebuild, the end result
on his system will be the same

-- 
Alan McKinnon
alan.mckin...@gmail.com


Reply via email to