From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-91298-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Lafag-0008CV-Re for garchives@archives.gentoo.org; Sat, 21 Feb 2009 00:19:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FE3E035D; Sat, 21 Feb 2009 00:19:33 +0000 (UTC) Received: from mail-bw0-f157.google.com (mail-bw0-f157.google.com [209.85.218.157]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E119E035D for <gentoo-user@lists.gentoo.org>; Sat, 21 Feb 2009 00:19:33 +0000 (UTC) Received: by bwz1 with SMTP id 1so3116535bwz.10 for <gentoo-user@lists.gentoo.org>; Fri, 20 Feb 2009 16:19:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/2kPH5SFew42cY1RchlYqkYDdWMKie/BzGMYxwixIxk=; b=vbwGQnRJpOF0CIT5Ymqp9J2P/eRNeM7xxh/0uGPEsbyHm1EmlsgvYWw2iSZShiDGkI fOINLI4aleqd3IWrdV4pxw4Wj45xCbm5Z2PH5OpTGj7LTqPc7eIhCC6YZtCFYfy0KZVY U1zL4aCGcH2B5rXltyt+3zdnigGVQLj7hgSnU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Gt29Hk2fHL1/Q70JGK1HDcFr+HVVL/DGyz4UQ6k594z5netLvH2hO18j1DEA0BuELW rUKIawdBBL5/B9wdoQ6bdZY7jgJcL+kcs9+7hAa5DeY9Zn8lW5x2+AQ6bNxTPl35mupQ XnQtq+lChxT2nB70Ig1wum+/0dqjC65Yqpfrw= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.181.218.14 with SMTP id v14mr471865bkq.48.1235175572638; Fri, 20 Feb 2009 16:19:32 -0800 (PST) Date: Fri, 20 Feb 2009 16:19:32 -0800 Message-ID: <49bf44f10902201619o55dbfb60wf3da51164a997eec@mail.gmail.com> Subject: [gentoo-user] Mutually exclusive ebuilds? From: Grant <emailgrant@gmail.com> To: Gentoo mailing list <gentoo-user@lists.gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3fcf918c-441d-46ea-9a8a-b1443ab1d0fe X-Archives-Hash: 69d1b496942dc1ff0d8420545f0217e9 I'm getting this and I'm wondering if it means I can't have miro and wicd installed simultaneously: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-python/pyrex:0 ('installed', '/', 'dev-python/pyrex-0.9.8.5', 'nomerge') pulled in by >=dev-python/pyrex-0.9.6.4 required by ('installed', '/', 'media-tv/miro-2.0.1', 'nomerge') (and 1 more) ('ebuild', '/', 'dev-python/pyrex-0.9.4.1', 'merge') pulled in by >=dev-python/pyrex-0.9.3-r2 required by ('installed', '/', 'dev-python/dbus-python-0.82.4', 'nomerge') It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. # equery depends dbus-python [ Searching for packages depending on dbus-python... ] media-tv/miro-2.0.1 (dev-python/dbus-python) net-misc/wicd-1.5.9-r1 (dev-python/dbus-python) - Grant