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 1SODSG-0001oA-BH for garchives@archives.gentoo.org; Sat, 28 Apr 2012 19:37:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39151E07E2; Sat, 28 Apr 2012 19:37:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA0A1E0788 for ; Sat, 28 Apr 2012 19:35:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3E29E1B4002 for ; Sat, 28 Apr 2012 19:35:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -2.163 X-Spam-Level: X-Spam-Status: No, score=-2.163 tagged_above=-999 required=5.5 tests=[AWL=-1.153, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cFjWklUi2lEN for ; Sat, 28 Apr 2012 19:35:53 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EDBB1B404F for ; Sat, 28 Apr 2012 19:35:53 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SODQl-0004Nt-B0 for gentoo-user@gentoo.org; Sat, 28 Apr 2012 21:35:43 +0200 Received: from adsl-69-234-192-160.dsl.irvnca.pacbell.net ([69.234.192.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2012 21:35:43 +0200 Received: from w41ter by adsl-69-234-192-160.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Apr 2012 21:35:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Upgrade to Gnome3 from overlay Date: Sat, 28 Apr 2012 12:35:29 -0700 Message-ID: References: <4f9a8c0a.089ddc0a.36a0.ffffd996SMTPIN_ADDED@mx.google.com> 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=UTF-8 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-192-160.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120420 Thunderbird/12.0 In-Reply-To: Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dac0feb7-9459-475b-9924-38402c37858e X-Archives-Hash: 3fc8e940d7fce18b5cfdd6e30f4625c2 On 04/28/2012 06:12 AM, =E8=B5=B5=E4=BD=B3=E6=99=96 wrote: > [blocks b ] <=3Dsys-apps/gnome-disk-utility-3.0.2-r200 ("<=3Dsys-a= pps/gnome-disk-utility-3.0.2-r200" is blocking gnome-base/libgdu-3.0.2) ^ Aside: notice the small 'b' in that blocks message. That says portage is= smart enough to fix the problem without your help. Ignore that one. > [ebuild U ~] gnome-base/gvfs-1.12.1 [1.10.1] USE=3D"bluetooth cdda = gdu http udev -afp -archive -avahi -bluray -doc -fuse -gnome-keyring -gph= oto2 -ios -samba -udisks%" 1,328 kB > [blocks B ] * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > (x11-base/xorg-server-1.11.2-r2::gentoo, installed) pulled in by ^^^^^^^ ^^^^^^^^^^^^ This is an old version of xorg-server, and that is the problem you need to solve. The 'pulled in by' is telling you the source of the problem: > x11-base/xorg-server[xorg] required by (x11-drivers/xf86-input-evde= v-2.6.0::gentoo, installed) So, the old version of input-evdev is the package that insists on keeping the old version of xorg-server. In this example the decision to delete the old evdev is an easy one. In some cases the decision may not be so e= asy: emerge -C xf86-input-evdev (this will remove evdev from your 'world' file= . The newer version of evdev should be pulled in with the new xorg-server. #equery d xf86-input-evdev * These packages depend on xf86-input-evdev: x11-base/xorg-drivers-1.12 (input_devices_evdev ? x11-drivers/xf86-input-= evdev) This means that evdev will be pulled in by xorg-drivers, but only if you have evdev listed as one of your input devices in make.conf. #grep -i input /etc/make.conf INPUT_DEVICES=3D"evdev"