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 ) id 1LSwby-0005xV-L5 for garchives@archives.gentoo.org; Fri, 30 Jan 2009 16:52:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ACC0E03C2; Fri, 30 Jan 2009 16:52:11 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.246]) by pigeon.gentoo.org (Postfix) with ESMTP id DF7F7E03C2 for ; Fri, 30 Jan 2009 16:52:10 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so555497rvf.46 for ; Fri, 30 Jan 2009 08:52:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=qDNMde1k8XGk2xrPoy+oi4Flb7Y0zLOY1vZ5hGaAC2Y=; b=ausYKE5/zzgkL8H8pXeGkAFYa4fYN0csBcdwqxNFNdwIthirGjnCkl/Zgij9zqKPxW VvUweyi1CnwmE+o1/kk85kqHdlaix/HCh4QRybcXPr3Qr5r5MMElKCKNTnWnKngJcz0q 2xaE4MHEBXfnn1miOnJHQvNezbCkBun2XpLGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=N3YDYvqFeC/ZmCNuVNnPTKdVQ2PyImq2Uq2Z62j761hpZFtbvTdpbSIfIdUR5BXnXi M+dsrnV/jGg9CrYyGmfIll1OXcHnYAHBaUG3U120NTPRSzcNO3jSftDVsOOrKWnVHEeq IeNBe8BFIX1ZGsY/iU/In3+fEYwr4qd4j6Dnw= Received: by 10.140.157.4 with SMTP id f4mr729323rve.17.1233334330459; Fri, 30 Jan 2009 08:52:10 -0800 (PST) Received: from ?192.168.0.100? (mu.NMSU.Edu [128.123.84.155]) by mx.google.com with ESMTPS id g31sm2666052rvb.2.2009.01.30.08.52.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 Jan 2009 08:52:09 -0800 (PST) Message-ID: <49833038.70808@gmail.com> Date: Fri, 30 Jan 2009 16:52:08 +0000 From: Hung Dang User-Agent: Thunderbird 2.0.0.19 (X11/20090110) 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] KDE 4.2 blocked packages Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 285b296b-e2ff-46db-bebf-6e16af64c219 X-Archives-Hash: 3a24b4d699ce80c0b75c458e1654683b Hi all, I am trying to emerge KDE 4.2 and receive the following message: ..... [ebuild U ] kde-base/kmail-4.2.0-r1 [4.2.0] USE="kdeprefix kontact semantic-desktop -debug -htmlhandbook" 0 kB [ebuild NS ] kde-base/step-4.1.4 [4.2.0] USE="gsl kdeprefix qalculate" 0 kB [blocks B ] kde-base/phonon-xine ("kde-base/phonon-xine" is blocking media-sound/phonon-4.3.0) Total: 215 packages (1 upgrade, 8 new, 206 in new slots), Size of downloads: 0 kB Conflict: 1 block (1 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('installed', '/', 'media-sound/phonon-4.3.0', 'nomerge') pulled in by media-sound/phonon required by ('ebuild', '/', 'kde-base/knotify-4.1.4', 'merge') media-sound/phonon required by ('ebuild', '/', 'kde-base/kttsd-4.1.4', 'merge') >media-sound/phonon-4.1.0 required by ('ebuild', '/', 'kde-base/libtaskmanager-4.1.4', 'merge') (and 9 more) ('ebuild', '/', 'kde-base/phonon-xine-4.1.4', 'merge') pulled in by >=kde-base/phonon-xine-4.1.4:4.1 required by ('ebuild', '/', 'kde-base/kdebase-meta-4.1.4', 'merge') kde-base/phonon-xine:4.1[xcb] required by ('ebuild', '/', 'kde-base/dragonplayer-4.1.4', 'merge') For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked I have remove pulled packages but there is still no luck. Any idea ? Hung