Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] I can't understand an emerge error. Help, please!
Date: Mon, 18 Apr 2011 23:05:31
Message-Id: 4DACB8A9.9050809@gmail.com
In Reply to: Re: [gentoo-user] I can't understand an emerge error. Help, please! by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Mon, 18 Apr 2011 15:26:06 -0400, Philip Webb wrote:
3 >
4 >
5 >> I would do
6 >>
7 >> USE="static-libs" emerge -Dup libgcrypt
8 >>
9 >> & if that works, add the flag to /etc/portage/package.use .
10 >>
11 > That will also set the USE flag for any other packages in libgcrypt's
12 > dependency tree. Additionally, it will add libgcrypt to @world, which
13 > is also unwanted.
14 >
15 > mkdir -p /etc/portage/package.use
16 > echo dev-libs/libgcrypt static-libs
17 >
18 >>> /etc/portage/package.use/cryptsetup emerge -uaD world
19 >>>
20 >
21
22 I might add, he has the -p option in there. It's not going to *do*
23 anything but show if it will work or not. Then a person can adjust the
24 USE settings the correct way and remove the -p option or add -a. I do
25 the later myself.
26
27 Dale
28
29 :-) :-)

Replies

Subject Author
Re: [gentoo-user] I can't understand an emerge error. Help, please! Neil Bothwick <neil@××××××××××.uk>