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 1QBs5p-00055a-0d for garchives@archives.gentoo.org; Mon, 18 Apr 2011 17:18:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 178761C02C for ; Mon, 18 Apr 2011 17:18:31 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id D84031C010 for ; Mon, 18 Apr 2011 17:12:24 +0000 (UTC) Received: by iyb26 with SMTP id 26so5865982iyb.40 for ; Mon, 18 Apr 2011 10:12:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=0lENGw0dnHg4txblJqDfIt3bQVR4/F8nEoFpwBPOxKY=; b=p/bpO044M+dKbvB6vz1lTJ7RU3NgEjTeWvpx4wGjU8cnYYELVuejhs2rn0+/J+iBko ayMdXz4B6ITkN8Y9BvAY76qHL/WsqsuvoMI+BUBDCSNC2fdHRWZnmIqxsL10S9eHgiqr 6coNhj77R7JV3b5YiCicLnq1CZv4bYt9uYMks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=D5UyvmzIbv/CUf3ArGYFCLMG9YZeXxobMtGAuuaQ3vZDUHTwGvzlWW0cnpK9uHhUtx YzTIJbHUe9qdbZrlprazVUT0lNSSb0OuBvYwgHSXf22jLKy/10iDs4CzsJ8sGyoE4c8O MhY+pPf7Fo1v4jNs8M+ltiSsC8CFXARybG9rw= 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 Received: by 10.231.28.164 with SMTP id m36mr3885353ibc.163.1303146744351; Mon, 18 Apr 2011 10:12:24 -0700 (PDT) Received: by 10.231.33.2 with HTTP; Mon, 18 Apr 2011 10:12:24 -0700 (PDT) In-Reply-To: <20110418162145.GA4024@acm.acm> References: <20110418162145.GA4024@acm.acm> Date: Mon, 18 Apr 2011 11:12:24 -0600 Message-ID: Subject: Re: [gentoo-user] I can't understand an emerge error. Help, please! From: Carlos Sura To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=0015176f0f54c98dfb04a1347e29 X-Archives-Salt: X-Archives-Hash: ffa25c44a0f26a55eeedf032a2659624 --0015176f0f54c98dfb04a1347e29 Content-Type: text/plain; charset=ISO-8859-1 On 18 April 2011 10:21, 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! > > -- > Alan Mackenzie (Nuremberg, Germany). > > Hello Alan, You should: nano /etc/make.conf and add the flag: static-libs USE="static-libs" Then try again: emerge -uDvaN world Regards, -- Carlos Sura.- --0015176f0f54c98dfb04a1347e29 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On 18 April 2011 10:21, Alan Mackenzie <= span dir=3D"ltr"><acm@muc.de> 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]" [e= build])
(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? =A0That I need to locate a use flag "static-libs&= quot; and
change it for package libgcrypt? =A0Presumably it is libgcrypt which is
dissatisfied. =A0I'm having difficulty parsing the mssage.

Next question: what should I do about it?

Thanks for the help!

--
Alan Mackenzie (Nuremberg, Germany).

Hello Alan,

You should: nano /= etc/make.conf

and add the flag: static-libs
<= div>
USE=3D"static-libs"

Then try again: emerge -uDvaN world

Regards,

--
Carlos Sura.-

--0015176f0f54c98dfb04a1347e29--