Am Donnerstag, 26. April 2012, 12:53:28 schrieb Michael Mol: > On Thu, Apr 26, 2012 at 11:27 AM, Mark Knecht <markkne...@gmail.com> wrote: > > On Thu, Apr 26, 2012 at 7:41 AM, Michael Mol <mike...@gmail.com> wrote: > >> On Thu, Apr 26, 2012 at 10:34 AM, Qian Qiao <qian.q...@gmail.com> wrote: > >>> On Thu, Apr 26, 2012 at 19:40, Michael Mol <mike...@gmail.com> wrote: > >>>> MAKEOPTS="-j1" didn't fix it. Off to find another solution. > >>>> -- > >>>> > >>>> :wq > >>> > >>> Does sound like it's just you. I've been running with MAKEOPTS="-j13" > >>> and everything compiled and ran just fine. > >> > >> Checking to see if it's a distcc problem, now. If it is, it'll only be > >> the third time I've ever had issues from distcc, and the first time a > >> distcc issue resulted in a successful build of a package that broke > >> things. > >> > >> -- > >> > >> :wq > > > > Late to the party as I've been travelling. Running glibc-2.14.1-r3 > > here with no problems. > > > > For the i7 i980x here's my make.conf stuff > > > > FEATURES="buildpkg" > > > > EMERGE_DEFAULT_OPTS="--with-bdeps=y --jobs=5" > > MAKEOPTS="-j13 -l8" > > PORTAGE_NICENESS=5 > > PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" > > > > This machine is mostly stable. > > For comparison, here's the current setup on my Phenom 9650: > > #expanded form of -march=native. Nothing special here. Noting this > here because people keep freaking out when they see it in-line. > SYS_CFLAGS_MARCH_NATIVE_EXP="-march=amdfam10 -mcx16 -msahf -mpopcnt > --param l1-cache-size=64 --param l1-cache-line-size=64 --param > l2-cache-size=512 -mtune=amdfam10" > CFLAGS="${SYS_CFLAGS_MARCH_NATIVE_EXP} -O2 -pipe -ggdb3" > CXXFLAGS="${CFLAGS}" > FEATURES="splitdebug" > MAKEOPTS="--jobs --load=5" > EMERGE_DEFAULT_OPTS="--jobs --load-average=6 --verbose --tree > --with-bdeps=y --keep-going"
and now try without ggdb3 and splitdebug. -- #163933