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 1QBxVa-0006sS-Rz for garchives@archives.gentoo.org; Mon, 18 Apr 2011 23:05:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ADFC1C0E7 for ; Mon, 18 Apr 2011 23:05:30 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BE5121C067 for ; Mon, 18 Apr 2011 22:18:20 +0000 (UTC) Received: by ywl2 with SMTP id 2so2237604ywl.40 for ; Mon, 18 Apr 2011 15:18:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=SJ1HetuwxT5QMynQXpP7wFqR+otX4wzouppLcOjp5pk=; b=K4WKJfNtH0M2QDeE+mA3WBgEhHqv1/EqxJUcRzoHvvyNmmBsqRshJmdfJ5o5aepyJC j5H50Xvkd31fsqsoVnAAeFS/PsOAITtoD5edn75NinmpuG6vvkQH3jaEIZLAuuwLxbq5 Dgll1xDzGVodEKMDC/VwanuPo7bPWIiuspanw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=vC/wVYMcZxFYE2HOmgu4L29G9KadCvHAH6UfGQn24/0x/GrLAmqOC0SKZmZMvMfqzd sU7TbsL6EDbJt3GTjw2kvjsNR+7nsd0AfoGhRe2d87EHVaJeM2nBnFau8eB4CJdjnTZv oF2CWB0wqKHEe8hY9HaXUQb4ZV0dqWUwnhaaw= Received: by 10.236.186.6 with SMTP id v6mr3990022yhm.72.1303165100237; Mon, 18 Apr 2011 15:18:20 -0700 (PDT) Received: from [192.168.2.5] (adsl-0-118-199.jan.bellsouth.net [65.0.118.199]) by mx.google.com with ESMTPS id p67sm2480954yhm.100.2011.04.18.15.18.18 (version=SSLv3 cipher=OTHER); Mon, 18 Apr 2011 15:18:19 -0700 (PDT) Message-ID: <4DACB8A9.9050809@gmail.com> Date: Mon, 18 Apr 2011 17:18:17 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110325 Gentoo/2.0.13 SeaMonkey/2.0.13 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] I can't understand an emerge error. Help, please! References: <20110418162145.GA4024@acm.acm> <20110418192606.GF6267@ca.inter.net> <20110418230416.166c29fb@digimed.co.uk> In-Reply-To: <20110418230416.166c29fb@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 9913d309c75712f5e0f1f65d5e70d372 Neil Bothwick wrote: > On Mon, 18 Apr 2011 15:26:06 -0400, Philip Webb wrote: > > >> I would do >> >> USE="static-libs" emerge -Dup libgcrypt >> >> & if that works, add the flag to /etc/portage/package.use . >> > That will also set the USE flag for any other packages in libgcrypt's > dependency tree. Additionally, it will add libgcrypt to @world, which > is also unwanted. > > mkdir -p /etc/portage/package.use > echo dev-libs/libgcrypt static-libs > >>> /etc/portage/package.use/cryptsetup emerge -uaD world >>> > I might add, he has the -p option in there. It's not going to *do* anything but show if it will work or not. Then a person can adjust the USE settings the correct way and remove the -p option or add -a. I do the later myself. Dale :-) :-)