On Sat, May 08, 2010 at 08:18:23AM +0100, Neil Bothwick wrote > On Fri, 7 May 2010 23:16:47 -0700, Jim Cunning wrote: > > > > FEATURES='-distcc -ccache' MAKEOPTS='-j1' emerge ... > > > > > > Worked for me on multiple systems > > > Thanks for the tip. It seems to have done the trick, because emerge is > > running far longer beyond the point it originally failed with the error > > above. > > I have removed ccache from all my systems, the minutes of computer time > it saved were not worth the hours of my time it consumed when it broke > things.
Ditto for setting MAKEOPTS to -j1. Every once in a while, somebody runs into a problem that is solved by it. I finally decided to let the builds take a little bit longer, in exchange for saving me problems with "unreproducable errors". This setting does not affect the final binary; just how long it takes to build. -- Walter Dnes <waltd...@waltdnes.org>