Gentoo Archives: gentoo-user

From: billyd <billydw@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase
Date: Sat, 07 May 2011 18:00:50
Message-Id: 201105071259.21236.billydw@comcast.net
In Reply to: Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase by Dale
1 On Saturday, May 07, 2011 11:54:45 AM Dale wrote:
2 > Volker Armin Hemmann wrote:
3 > > On Saturday 07 May 2011 09:36:22 Dale wrote:
4 > >> Volker Armin Hemmann wrote:
5 > >>
6 > >>
7 > >> me. Then again, what do I know. Care to elaborate on how you fixed
8 > >> this? Maybe a cat /root/.bash_history would shed some light.
9 > >
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 >
17 > For the less enlightened. The file is here:
18 >
19 > /usr/portage/kde-base/kgamma/kgamma-4.6.3.ebuild
20 >
21 > This part should look like this:
22 >
23 > src_unpack() {
24 > # if use handbook; then
25 > # KMEXTRA+=" doc/kcontrol/kgamma"
26 > # fi
27 >
28 >
29 > Don't forget to redo the manifest:
30 >
31 > ebuild /usr/portage/kde-base/kgamma/kgamma-4.6.3.ebuild manifest
32 >
33 > Is this a bug? Should I report it or will they fix it eventually?
34 >
35 > Thanks Volker. That got me going again.
36 >
37 > Dale
38 >
39 > :-) :-)
40
41 I was able to get it to emerge by adding the following to my
42 /etc/portage/package.use:
43
44 kde-base/kgamma -handbook
45
46 The rest of the KDE-4.6.3 completed without further errors.
47
48 Bill

Replies

Subject Author
Re: [gentoo-user] Kgamma 4.6.3 fails prepare phase Richard Cox <conardcox@×××××.com>