From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B84091381FA for ; Wed, 14 May 2014 22:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D125E0A68; Wed, 14 May 2014 22:40:15 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 7CC2AE0A07 for ; Wed, 14 May 2014 22:40:14 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqoGAIDvNVMXW4XM/2dsb2JhbABZgwbEB4EXF3SCJgEBBDocMwshExIPBSU3h3nSGRePARaDDoEUBI8+iQ+GYYtVg0wh X-IPAS-Result: AqoGAIDvNVMXW4XM/2dsb2JhbABZgwbEB4EXF3SCJgEBBDocMwshExIPBSU3h3nSGRePARaDDoEUBI8+iQ+GYYtVg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="62743793" Received: from 23-91-133-204.cpe.pppoe.ca (HELO waltdnes.org) ([23.91.133.204]) by ironport2-out.teksavvy.com with SMTP; 14 May 2014 18:40:12 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Wed, 14 May 2014 18:39:58 -0400 From: "Walter Dnes" Date: Wed, 14 May 2014 18:39:58 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] dependency problem - how to decipher this one Message-ID: <20140514223958.GA11182@waltdnes.org> References: <1400088551.15558.0@numa-i> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400088551.15558.0@numa-i> User-Agent: Mutt/1.5.22 (2013-10-16) X-Archives-Salt: 86ef9c8d-6177-4988-a096-742fc36d3c29 X-Archives-Hash: d832b95398a6e91f7e2da62bddc322cd On Wed, May 14, 2014 at 07:29:11PM +0200, Helmut Jarausch wrote > Hi, > > trying to emerge x11-libs/gtk+:2 (2.24.23-r1) together with > dev-libs/atk (2.12.0-r1) I get the following messages > > emerge: there are no ebuilds to satisfy > ">=dev-libs/atk-1.29.2[introspection?,abi_x86_32(-)?,abi_x86_64(-)?, > abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]". > (dependency required by "x11-libs/gtk+-2.24.23-r1" [ebuild]) > (dependency required by "x11-libs/gtk+:2" [argument]) > > How can this be deciphered? How can I trace / debug the problem. Plan A) try adding the line... dev-libs/atk -introspection ...to /etc/portage/package.use Plan B) if some other package requires atk built with introspection, then make sure that atk is not built with any of abi_x86_32, or abi_x86_64, abi_x86_x32, or abi_mips_n32, or abi_mips_n64, or abi_mips_o32. I.e. if you're running on AMD or Intel, add the line... dev-libs/atk -abi_x86_32 -abi_x86_64 -abi_x86_x32 ...to /etc/portage/package.use In both cases (Plan A and Plan B), execute the command... emerge -1 atk ...immediately afterwards. -- Walter Dnes I don't run "desktop environments"; I run useful applications