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 585431381F3 for ; Tue, 16 Jul 2013 19:20:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC44CE0AD1; Tue, 16 Jul 2013 19:19:59 +0000 (UTC) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9F68E0A59 for ; Tue, 16 Jul 2013 19:19:58 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id p58so951029wes.26 for ; Tue, 16 Jul 2013 12:19:57 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=z4p6tUWTJ1svoOmie62kBlIztCP6OGEsdbcTqgoJTe0=; b=HgDWzmgt9CeJlm9TlYJXSeEgLwAGb7UMf6J9+enXWu/LvVLPiCq4wX/5PzPRcI6g7W +FhJHAaOXqou4muSAts/SJXz4VI78Vtq5kd/oFSSKFC9dlT/X9M1tUlGVM0qVKbGG39Z qP0Zy8Ve3QzC0cT/nlnzKQkfiAMKDP3Xeq5Pm1rjjO2xsK/VzXGnP2f3W7YAvEv3UzcR dOFuvC2Q3Ab/q01x0gflvjUye8zm0xqOAbATrbUyCq+Bw39YiATeTLdC4ipHaEOinP91 gNEs9yvK9vnwY3UVUGRHolAx/87+Igte327iRAh646byvGhcmvi/3RmAoWBCfbcSt9qH O1kg== X-Received: by 10.194.172.228 with SMTP id bf4mr2302717wjc.36.1374002396517; Tue, 16 Jul 2013 12:19:56 -0700 (PDT) Received: from [192.168.1.6] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id fd3sm29964653wic.10.2013.07.16.12.19.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Jul 2013 12:19:55 -0700 (PDT) Message-ID: <51E59CD9.4090308@gmail.com> Date: Tue, 16 Jul 2013 22:19:53 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20121216 Icedove/3.0.11 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: Alan McKinnon CC: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] re: multiple pkg instances within single pkg slot [SOLVED] References: <51E43B9E.9030209@gmail.com> <51E43E1F.50503@gmail.com> <51E442D6.3070101@gmail.com> <51E44AB6.2080504@gmail.com> <51E44BAE.5010906@gmail.com> <51E44E24.7030604@gmail.com> In-Reply-To: <51E44E24.7030604@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: fc227099-4f14-4081-813d-18bfe70ab47e X-Archives-Hash: 8f84805433c3073316b9805c0ab71405 On 07/15/2013 10:31 PM, Alan McKinnon wrote: > Try this first: > > emerge -av1 shadow > > it should upgrade shadow to 4.1.5.1-r1 just fine. Then: > > emerge --sync > emerge -avuND world > > > and then emerge xfce (the original command). > Thanks very much for your help. The suggestions above have worked as advertised. I am emerging xfce at the moment.