Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I can't understand an emerge error. Help, please!
Date: Mon, 18 Apr 2011 22:11:04
Message-Id: 20110418230416.166c29fb@digimed.co.uk
In Reply to: Re: [gentoo-user] I can't understand an emerge error. Help, please! by Philip Webb
1 On Mon, 18 Apr 2011 15:26:06 -0400, Philip Webb wrote:
2
3 > I would do
4 >
5 > USE="static-libs" emerge -Dup libgcrypt
6 >
7 > & if that works, add the flag to /etc/portage/package.use .
8
9 That will also set the USE flag for any other packages in libgcrypt's
10 dependency tree. Additionally, it will add libgcrypt to @world, which
11 is also unwanted.
12
13 mkdir -p /etc/portage/package.use
14 echo dev-libs/libgcrypt static-libs
15 >>/etc/portage/package.use/cryptsetup emerge -uaD world
16
17
18 --
19 Neil Bothwick
20
21 The dark ages were caused by the Y1K problem.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] I can't understand an emerge error. Help, please! Dale <rdalek1967@×××××.com>