Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Unable to emerge kdebase/kfilereplace-4.3.5
Date: Thu, 17 Jun 2010 15:03:13
Message-Id: 4C1A3901.4000508@gmail.com
In Reply to: [gentoo-user] Re: Unable to emerge kdebase/kfilereplace-4.3.5 by walt
1 On 06/16/2010 05:33 PM, walt wrote:
2 > On 06/16/2010 02:29 PM, Thomas Revell wrote:
3 >> Hi everyone,
4 >>
5 >> I've got a bit of a problem with a new Gentoo install that I'm currently
6 >> trying to install KDE on. The installation of kdebase/kfilereplace-4.3.5
7 >> is failing, apparently due to a missing header file in its sources.
8 >
9 > <snip>
10 >> [ 11%] Generating koptionsdlgs.h
11 > <snip>
12 >> moc:
13 >> /var/tmp/portage/kde-base/kfilereplace-4.3.5/work/kfilereplace-4.3.5_build/kfilereplace/koptionsdlgs.h:
14 >>
15 >> No such file
16 >
17 > I have no idea what's going wrong, but I'm willing to make suggestions
18 > anyway :)
19
20 I have no better suggestion than to change your ricer CFLAGS and see if
21 "-O2 -pipe -march=core2" works first. Especially since you have:
22
23 "-mno-align-stringops -minline-stringops-dynamically"
24
25 and kfilereplace.cpp:37 warns about QStringList& and further along, it
26 creates kaddstringdlgs.h.
27
28 BTW, -march=core2 implies -mmmx -msse -msse2 and -msse3 (and -mssse3).

Replies

Subject Author
Re: [gentoo-user] Re: Unable to emerge kdebase/kfilereplace-4.3.5 Walter Dnes <waltdnes@××××××××.org>