From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C952B138010 for ; Sun, 30 Sep 2012 06:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 071E4E058A; Sun, 30 Sep 2012 06:13:55 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [178.33.32.244]) by pigeon.gentoo.org (Postfix) with ESMTP id 829C1E0539 for ; Sun, 30 Sep 2012 06:11:48 +0000 (UTC) Received: from weird.wonkology.org (xdsl-78-35-178-140.netcologne.de [78.35.178.140]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 59457DC050 for ; Sun, 30 Sep 2012 08:11:47 +0200 (CEST) Date: Sun, 30 Sep 2012 08:11:45 +0200 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Understand Portage not Message-ID: <20120930081145.6dacc795@weird.wonkology.org> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.12; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit X-Archives-Salt: 74764308-6bc2-41a6-8ce4-8399b88feada X-Archives-Hash: bb116d6574f15b61ebeb6dca13e0f3c4 Silvio Siefke writes: > i try to build freecad from source, in Portage is mask. I try to build > the requirements, but i understand really > not what portage me say with this message. > > !!! Multiple package instances within a single package slot have been > pulled !!! into the dependency graph, resulting in a slot conflict: > > The complete message found here > http://nopaste.info/c7ead120ee.html I think attaching that is considered to be more appropriate, as we don't know whether nopaste.info will be available for as long as the mail archives. I don't really understand the problem, as the multiple package instances seem to have the same version. But maybe it helps to add --tree to the options, this shows which stuff gets pulled in why. And maybe adding --update --deep may sort things out. I also had success sometimes with doing what the output says, adding --backtrack=30. Wonko