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 1QBs3T-0004rx-AX for garchives@archives.gentoo.org; Mon, 18 Apr 2011 17:16:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E25801C111 for ; Mon, 18 Apr 2011 17:16:06 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 98BA31C028 for ; Mon, 18 Apr 2011 16:54:16 +0000 (UTC) Received: by yia25 with SMTP id 25so2711857yia.40 for ; Mon, 18 Apr 2011 09:54:16 -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=hIJ6Od+EwBZtIXsELS+uEoo/Y52iVXZNiULAZ+zwFnc=; b=nbdnWQCgEXRn5iKDaVPa6EFOWzCnTobsmm8hWFkton07kIP4R4Qs26drzUuZcljfUv IY81tKtCpsZYB28vsJ/1CO9gJWrSRUVL+6CkacAwi4jme5F9kRZN5OB16I4I1iIvtmH1 sJUGjm2N386hSgPmVOY64iPZ9b6ci4AcFcFqA= 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=vDs2XkdklOOyQpZV5ZbxjmA4q93KXPNF8tOHk12V8Y5vXWPFMMz5Sgb749HLk9A/q6 UH2eNkdlawmySPvB97dtwsoJLUw+3V5WvAQHak8Jc6UNoeCBDf9cJW+hI9Sx/egIVNF4 aeYnf4I/8vB5xeIVisI+dgMO5mppFiHbnPv0M= Received: by 10.150.68.34 with SMTP id q34mr4503700yba.248.1303145655966; Mon, 18 Apr 2011 09:54:15 -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 q29sm2371268yba.17.2011.04.18.09.54.13 (version=SSLv3 cipher=OTHER); Mon, 18 Apr 2011 09:54:14 -0700 (PDT) Message-ID: <4DAC6CB4.30801@gmail.com> Date: Mon, 18 Apr 2011 11:54:12 -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> In-Reply-To: <20110418162145.GA4024@acm.acm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: f0c85394fa8060960a46abc128ffc83f Alan Mackenzie wrote: > Hi, gentoo. > > When I try to run an emerge world, I get this error: > > # emerge --update --deep -p world > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > > emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/libgcrypt[static-libs]". > !!! One of the following packages is required to complete your request: > - dev-libs/libgcrypt-1.4.6 (Change USE: +static-libs) > (dependency required by "sys-fs/cryptsetup-1.1.3-r3[-dynamic]" [ebuild]) > (dependency required by "sys-apps/hal-0.5.14-r4[crypt]" [ebuild]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument]) > > What is this saying? That I need to locate a use flag "static-libs" and > change it for package libgcrypt? Presumably it is libgcrypt which is > dissatisfied. I'm having difficulty parsing the mssage. > > Next question: what should I do about it? > > Thanks for the help! > > I'm not the best at figuring out portages puke either but I get the same if I try to install cryptsetup as shown here: root@fireball / # emerge -vp cryptsetup These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy "dev-libs/libgcrypt[static-libs]". !!! One of the following packages is required to complete your request: - dev-libs/libgcrypt-1.4.6 (Change USE: +static-libs) (dependency required by "sys-fs/cryptsetup-1.1.3-r3[-dynamic]" [ebuild]) (dependency required by "cryptsetup" [argument]) root@fireball / # I would try to figure out what is pulling in cryptsetup and see if you can adjust your USE flags. Adding the -t option may help on that. One thing I have learned, read portages error message backwards. It starts spitting it up at one point then works its way back. Most of the time, you don't need the waaaaay back part. By the way, I don't have static-libs enabled here either. Hope that helps. Dale :-) :-)