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 BDCA413838B for ; Mon, 22 Sep 2014 22:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD7EBE0ABE; Mon, 22 Sep 2014 22:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFCC2E0A9D for ; Mon, 22 Sep 2014 22:22:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9E2A9340222 for ; Mon, 22 Sep 2014 22:22:11 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -0.183 X-Spam-Level: X-Spam-Status: No, score=-0.183 tagged_above=-999 required=5.5 tests=[AWL=0.281, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.964, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hwGbS5YwpXDH for ; Mon, 22 Sep 2014 22:22:05 +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 AA76D340112 for ; Mon, 22 Sep 2014 22:22:05 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWBzZ-0008V8-WA for gentoo-user@gentoo.org; Tue, 23 Sep 2014 00:21:58 +0200 Received: from athedsl-32314.home.otenet.gr ([87.202.127.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2014 00:21:57 +0200 Received: from realnc by athedsl-32314.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Sep 2014 00:21:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: world update refuses to update xorg-server, works fine with manual emerge Date: Tue, 23 Sep 2014 01:21:44 +0300 Organization: Lucas Barks Message-ID: References: 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; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-32314.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 In-Reply-To: X-Archives-Salt: 5e61a71f-5295-45ce-84a2-11be589d949a X-Archives-Hash: 5e765c0853cc345a882eaf506a6e6beb On 22/09/14 14:41, Nikos Chantziaras wrote: > When I run: > > emerge -uDNl --with-bdeps=y @world > > I get this: > > WARNING: One or more updates/rebuilds have been skipped due to a > dependency conflict: > > x11-base/xorg-server:0 > > (x11-base/xorg-server-1.16.0.901:0/1.16.0.901::gentoo, ebuild > scheduled for merge) conflicts with > x11-base/xorg-server:0/1.15.1= required by (x11-drivers/xf86- > input-evdev-2.8.4:0/0::gentoo, installed) > > and xorg-server is not updated at all. I didn't even know that there's > newer versions in portage. I'm on 1.15.1 and been running that for a > long time now, but there's 1.15.2, 1.16.0 and 1.16.1 available. If I do: > > emerge -1 =xorg-server-1.16.1 > > then it works just fine and it gets updated. But with a @world update, > nope. Since is seems like others also have this problem, I've opened a bug for this: https://bugs.gentoo.org/show_bug.cgi?id=523486