Gentoo Archives: gentoo-user

From: Richard Cox <conardcox@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase
Date: Sat, 07 May 2011 20:38:02
Message-Id: 4DC5AD3E.4090101@gmail.com
In Reply to: Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase by billyd
1 On 05/07/2011 01:59 PM, billyd wrote:
2 > On Saturday, May 07, 2011 11:54:45 AM Dale wrote:
3 >> Volker Armin Hemmann wrote:
4 >>> On Saturday 07 May 2011 09:36:22 Dale wrote:
5 >>>> Volker Armin Hemmann wrote:
6 >>>>
7 >>>>
8 >>>> me. Then again, what do I know. Care to elaborate on how you fixed
9 >>>> this? Maybe a cat /root/.bash_history would shed some light.
10 >>> I got a find / sed error and had to comment out this:
11 >>> if use handbook; then
12 >>>
13 >>> KMEXTRA+=" doc/kcontrol/kgamma"
14 >>>
15 >>> fi
16 >> For the less enlightened. The file is here:
17 >>
18 >> /usr/portage/kde-base/kgamma/kgamma-4.6.3.ebuild
19 >>
20 >> This part should look like this:
21 >>
22 >> src_unpack() {
23 >> # if use handbook; then
24 >> # KMEXTRA+=" doc/kcontrol/kgamma"
25 >> # fi
26 >>
27 >>
28 >> Don't forget to redo the manifest:
29 >>
30 >> ebuild /usr/portage/kde-base/kgamma/kgamma-4.6.3.ebuild manifest
31 >>
32 >> Is this a bug? Should I report it or will they fix it eventually?
33 >>
34 >> Thanks Volker. That got me going again.
35 >>
36 >> Dale
37 >>
38 >> :-) :-)
39 > I was able to get it to emerge by adding the following to my
40 > /etc/portage/package.use:
41 >
42 > kde-base/kgamma -handbook
43 >
44 > The rest of the KDE-4.6.3 completed without further errors.
45 >
46 > Bill
47 >
48 Yep, it's a use flag issue...like you said, don't touch the
49 ebuild...turn off the use flag instead, until it gets fixed.

Replies

Subject Author
Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase Volker Armin Hemmann <volkerarmin@××××××××××.com>