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 1QEVIb-0002K3-1a for garchives@archives.gentoo.org; Mon, 25 Apr 2011 23:34:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E6671C012; Mon, 25 Apr 2011 23:32:58 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 36AC41C012 for ; Mon, 25 Apr 2011 23:32:57 +0000 (UTC) Received: by fxm8 with SMTP id 8so111812fxm.40 for ; Mon, 25 Apr 2011 16:32:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=lAre2K7s2x7F3cEsdkcW+zrK/fMVOHzr5PqdrBPPiaw=; b=GkQ0MX/jn4xgDKwLXc62sTgPShTQ1TcqAQf7ATw8yaXykI0guhGH3CMk22XQvsa7we Mq8R570U4F7Ht3hqMI+7zpgvcmCL0uzDJyo85oANCy58iKLff+C77/1ja+azEaoGLv3B ivK/h0P33k/o6gN+krvpcM/SXCkfhTg5J8Oa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=K7WXe2WiIPUph6hOMHbAv9aRa0G9VLizGoEBmgwNO0vOgP7rvfZQ2dj6luk37i2g9h M8SIiT/Dz0l8oUiVADV5MwomG4kV7JsFTFQ9Jxll1lnYl+oc9UaURJi8dfTy5vcsfTUP 9cspgquMHg1sADulGjqxc1aGLAv8UiQzrrb/U= Received: by 10.223.6.11 with SMTP id 11mr63235fax.92.1303774377099; Mon, 25 Apr 2011 16:32:57 -0700 (PDT) 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.223.86.75 with HTTP; Mon, 25 Apr 2011 16:32:36 -0700 (PDT) In-Reply-To: <20110418162145.GA4024@acm.acm> References: <20110418162145.GA4024@acm.acm> From: Andrey Moshbear Date: Mon, 25 Apr 2011 19:32:36 -0400 Message-ID: Subject: Re: [gentoo-user] I can't understand an emerge error. Help, please! To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 51a3997d6020d389d46dc2637bbe9367 On Mon, Apr 18, 2011 at 12: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/li= bgcrypt[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? =C2=A0That I need to locate a use flag "static-libs"= and > change it for package libgcrypt? =C2=A0Presumably it is libgcrypt which i= s > dissatisfied. =C2=A0I'm having difficulty parsing the mssage. > > Next question: what should I do about it? sudo emerge -av flaggie sudo flaggie dev-libs/libgcrypt +static-libs A package-specific useflag editor is _very_ useful for these kinds of probl= ems. Relevant files are /etc/portage/package.use, where cat/pkg use1 ... useN does USE: +... and /etc/portage/package.use.mask, where cat/pkg use1 ... useN does USE: -.= .. > > Thanks for the help! > > -- > Alan Mackenzie (Nuremberg, Germany). > >