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 27A8C13838B for ; Mon, 22 Sep 2014 13:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88124E0A5B; Mon, 22 Sep 2014 13:39:44 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6088AE09DF for ; Mon, 22 Sep 2014 13:39:43 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id u56so2912988wes.11 for ; Mon, 22 Sep 2014 06:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=l9T0CnopJ55N6AS/lPnNQMtvmyYP6OZuYx1WoJCNzu8=; b=PDTXDxWlMrQqghi7L/PDnpNOC7SsvLJPrQIjt7y5whB6gh79o7Mzes2hUcEnVTNPNq pjcTge7ETCdbY2I4TTOp3tvN78x5pZn5pK+Vflm8K1phShh216His4ypzWUq6RRfV+4Q Vj1SE9EEbEJlDRk6lnMgX0SwBkVtlYwrmlWqTLmzsErIxd/gSpwG+34+/Mwcj2TGbrpR HMgLEBeudEztMHJDvdSBxd3M/T9vKOdPyNzzKU8JyeWrKLsOJWnffeyixYtRycfw2GP8 TJIpJoku36q5QzCWlGKpJH0+YbYertoWr1DfSxAbhm/CzQo1eUKwVk/wFvNNn1fpbou8 ToRw== X-Received: by 10.180.104.7 with SMTP id ga7mr15409516wib.36.1411393181660; Mon, 22 Sep 2014 06:39:41 -0700 (PDT) Received: from [192.168.1.40] ([41.85.145.17]) by mx.google.com with ESMTPSA id mz16sm12126107wic.13.2014.09.22.06.39.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Sep 2014 06:39:41 -0700 (PDT) Message-ID: <5420264B.4010709@gmail.com> Date: Mon, 22 Sep 2014 15:38:19 +0200 From: Alan McKinnon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 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: Re: [gentoo-user] world update refuses to update xorg-server, works fine with manual emerge References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: c7567dac-e938-46f8-8668-3f4ac9802180 X-Archives-Hash: e5ff157a67b4a008456dc53ccc44be82 On 22/09/2014 13: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. > > What's causing this? It gets stranger. I was getting the same results as you and did some experiments running emerge -p and --backtrack. And suddenly, emerge -avuND world now works as expected. How's that for non-deterministic? I can only assume those weird magic dynamic depends are somehow involved and as such is worthy of a bug report. You can also resync as xorg-server-1.16.0.901 is now gone from the tree. -- Alan McKinnon alan.mckinnon@gmail.com