Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dependency problem - how to decipher this one
Date: Wed, 14 May 2014 22:40:20
Message-Id: 20140514223958.GA11182@waltdnes.org
In Reply to: [gentoo-user] dependency problem - how to decipher this one by Helmut Jarausch
1 On Wed, May 14, 2014 at 07:29:11PM +0200, Helmut Jarausch wrote
2 > Hi,
3 >
4 > trying to emerge x11-libs/gtk+:2 (2.24.23-r1) together with
5 > dev-libs/atk (2.12.0-r1) I get the following messages
6 >
7 > emerge: there are no ebuilds to satisfy
8 > ">=dev-libs/atk-1.29.2[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,
9 > abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]".
10 > (dependency required by "x11-libs/gtk+-2.24.23-r1" [ebuild])
11 > (dependency required by "x11-libs/gtk+:2" [argument])
12 >
13 > How can this be deciphered? How can I trace / debug the problem.
14
15 Plan A) try adding the line...
16
17 dev-libs/atk -introspection
18
19 ...to /etc/portage/package.use
20
21 Plan B) if some other package requires atk built with introspection,
22 then make sure that atk is not built with any of abi_x86_32, or
23 abi_x86_64, abi_x86_x32, or abi_mips_n32, or abi_mips_n64, or
24 abi_mips_o32. I.e. if you're running on AMD or Intel, add the line...
25
26 dev-libs/atk -abi_x86_32 -abi_x86_64 -abi_x86_x32
27
28 ...to /etc/portage/package.use
29
30 In both cases (Plan A and Plan B), execute the command...
31
32 emerge -1 atk
33
34 ...immediately afterwards.
35
36 --
37 Walter Dnes <waltdnes@××××××××.org>
38 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] dependency problem - how to decipher this one Yuan MEI <yuan.mei.list@×××××.com>
Re: [gentoo-user] dependency problem - how to decipher this one Volker Armin Hemmann <volkerarmin@××××××××××.com>