From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzqo2-0007TB-7e for garchives@archives.gentoo.org; Mon, 19 Oct 2009 11:53:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9C9FE07D0; Mon, 19 Oct 2009 11:53:40 +0000 (UTC) Received: from mail-fx0-f215.google.com (mail-fx0-f215.google.com [209.85.220.215]) by pigeon.gentoo.org (Postfix) with ESMTP id 78917E07D0 for ; Mon, 19 Oct 2009 11:53:40 +0000 (UTC) Received: by fxm11 with SMTP id 11so5312977fxm.15 for ; Mon, 19 Oct 2009 04:53:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=yjeOAk1RKiCYflNz/3YYY9QPJb6Na0BDUtuuMRjAzuc=; b=mgvSJ58UtTiMfsLjCXwom832vDJl514yMCRz1YsWAVzVROxl8yoG2oQGxUpouYkvuJ qzrQ4ovKItL47jEZwQdKST4u5U9kYwZhW5JE5SJyM4nnXhAsdvB/qrlIHN1NKzH2Wje2 PJBhHZpA5FqWwerCQaiMaK1nF2PE+a734vAPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=E2AvSyuVUHV2m3aLe97+GNqC0g4Ag/z2LClFS3KHmffa0FLj83dYfPghxFu4IWTL1U oSmj9RgoJHCgfWC4dTlDQTrXz2yywVYktBUo1I8nZQJ78BdHU8i88YpUpSM8lKZirQ6k 01zUhKQ+d+ulWAQokjxG3Q1z56WCvwHyxrTgY= 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 Received: by 10.204.32.201 with SMTP id e9mr4793103bkd.122.1255953219728; Mon, 19 Oct 2009 04:53:39 -0700 (PDT) In-Reply-To: References: <200910190657.07009.michaelkintzios@gmail.com> <20091019081757.449c7925@gmx.net> <358eca8f0910190202s1eec2596ue7c2bb133f8d07e6@mail.gmail.com> Date: Mon, 19 Oct 2009 12:53:39 +0100 Message-ID: <358eca8f0910190453v62db8f74le04ab509961e4b41@mail.gmail.com> Subject: Re: [gentoo-user] Re: mysql USE flag error From: Mick To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 698d60a5-f57d-49c2-ae22-86b72de45327 X-Archives-Hash: cf0fc315b8398175ed553258ef9c78cf 2009/10/19 Remy Blank : > Mick wrote: >> I've added -mysql in /etc/portage/package.use for x11-libs/qt-sql but >> it makes no difference. > > You should add -mysql for the package app-office/akonadi-server instead. This looks more promising, thanks. Still pam seems to be getting confused (well pambase may not be, but I am because all sort of other packages are now being dragged in - please see below). Am I losing my touch with portage-foo or is my otherwise stable system in need of some fix? ============================ # emerge -upDv world These are the packages that would be merged, in order: Calculating dependencies... done! !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-auth/pambase:0 ('ebuild', '/', 'sys-auth/pambase-20090620.1-r1', 'merge') pulled in by sys-auth/pambase required by world sys-auth/pambase[consolekit] required by ('ebuild', '/', 'net-wireless/bluez-4.39-r2', 'merge') ('installed', '/', 'sys-auth/pambase-20090620.1-r1', 'nomerge') pulled in by sys-auth/pambase required by world >=sys-auth/pambase-20081028 required by ('installed', '/', 'net-misc/openssh-5.2_p1-r3', 'nomerge') >=sys-auth/pambase-20080219.1 required by ('installed', '/', 'sys-apps/shadow-4.1.2.2', 'nomerge') (and 1 more) 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. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. emerge: there are no ebuilds built with USE flags to satisfy ">=dev-python/PyQt4-4.5[dbus,sql,svg,webkit,X]". !!! One of the following packages is required to complete your request: - dev-python/PyQt4-4.5.4-r4 (Change USE: +sql +webkit) (dependency required by "kde-base/pykde4-4.3.1" [ebuild]) (dependency required by "kde-base/plasma-workspace-4.3.1" [ebuild]) (dependency required by "kde-base/kdebase-meta-4.3.1" [ebuild]) (dependency required by "world" [argument]) ============================ -- Regards, Mick