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 7AD97138C9D for ; Sat, 25 Apr 2015 20:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E795E0843; Sat, 25 Apr 2015 20:16:19 +0000 (UTC) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB08FE0824 for ; Sat, 25 Apr 2015 20:16:17 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so83266740pdb.1 for ; Sat, 25 Apr 2015 13:16:17 -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=qapxUo+ILqaGV8bvojCUqcofnsIRexHO2SroYwUPD6s=; b=vwxglDc6eDFQGO6bVkeK9vJ7cVqVL8vkUplBCLwOR360YqgdH4oj7EQbhaYxBNodWp sWj5OY8MNylnvcO+q6ZrI6E5eR4f3vtkwJq5uKtnklwmBiBcdW+MhnI25owZvoodh1Aw Wn+LG2X7Ub8IxR/+qKOuqFJt9OijIlrS6L9cklrE62H+GCU48AOGVUo7anoEVOaNKrUv bSG1izSt9q+FCPL8C0mA8osd2zk9ybCZRZa+Re9I71qWm4DXgp+claKaOudVsS07KeuJ azjYRnErZOtzwXareK4GVPLYslLiLQkkF5DRC7nRQoWfBCbkUid/lkSz9WsWtM0PBTsO jtUw== X-Received: by 10.70.133.66 with SMTP id pa2mr8664413pdb.164.1429992977104; Sat, 25 Apr 2015 13:16:17 -0700 (PDT) Received: from [192.168.247.60] (76-10-186-71.dsl.teksavvy.com. [76.10.186.71]) by mx.google.com with ESMTPSA id sl9sm14914925pac.41.2015.04.25.13.16.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Apr 2015 13:16:16 -0700 (PDT) Message-ID: <553BF5F8.20008@gmail.com> Date: Sat, 25 Apr 2015 13:15:52 -0700 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 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] And so the emerge spake: Let there be conflicts...and see, everything was chaos and sin... References: <20150425160758.GA32271@solfire> In-Reply-To: <20150425160758.GA32271@solfire> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 78e5a9ff-0414-43d0-9fe8-9f8cc9255138 X-Archives-Hash: ab74067acb6f88a91374b51c3ba58599 On 04/25/2015 09:07 AM, Meino.Cramer@gmx.de wrote: > Hi, > > A novice asks the master Emerge: > "Is there Zen also in every upgrade, which will serve to Gentoo?" > > Master Emerge moved a little bit and spoke: > > WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: Hah! > > x11-libs/libXfont:0 > > (x11-libs/libXfont-1.5.1:0/0::gentoo, ebuild scheduled for merge) conflicts with > ^ ^^^^^ Emerge is trying to install libXfont 1.5.1 but the xorg-server version installed requires 1.5.0. > > x11-proto/fontsproto:0 > > (x11-proto/fontsproto-2.1.3:0/0::gentoo, ebuild scheduled for merge) conflicts with > ^ ^^^^^ > ^ ^^^^^ > It can't upgrade fontsproto because the current installed version of libXfont requires 2.1.3. Looks like all these messages are thrown because of libXfont. > The novice was buffled and did not understand a single word. > He tries hard to circumvent any conflict with the master but > finally he struggled and failed. Looks like Master Emerge was confused by a circular dependency it could not resolve. Dan