On 7/3/06, Philip Webb <[EMAIL PROTECTED]> wrote:
FEATURES="autoconfig confcache distlocks metadata-transfer sandbox sfperms strict 
userpriv"

Hrm, confcache has also been known to cause strange problems, and in
fact is currently package.mask'ed.

Can you try "FEATURES=-confcache emerge --oneshot kdelibs"?

(3) I still don't know what "moc" means: can you/anyone explain ?

I forget what the acronym means (meta-object compiler?), but it is
basically how Qt (and thus KDE) apps convert their user interface
files into .h and .cpp sources.  The idea is that moc is run against a
.ui file, which generates corresponding .h and .cpp sources, which are
then compiled with gcc.

Thus, in a parallel make, another thread could try to use the .h and
.cpp files generated by moc before moc has finished with them, leading
to missing files or undefined type errors.

-Richard
--
[email protected] mailing list

Reply via email to