Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Cc: Michael Mol <mikemol@×××××.com>
Subject: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker.
Date: Thu, 26 Apr 2012 20:38:00
Message-Id: 1606231.bKIIZHgoZ9@energy
In Reply to: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. by Michael Mol
1 Am Donnerstag, 26. April 2012, 12:53:28 schrieb Michael Mol:
2 > On Thu, Apr 26, 2012 at 11:27 AM, Mark Knecht <markknecht@×××××.com> wrote:
3 > > On Thu, Apr 26, 2012 at 7:41 AM, Michael Mol <mikemol@×××××.com> wrote:
4 > >> On Thu, Apr 26, 2012 at 10:34 AM, Qian Qiao <qian.qiao@×××××.com> wrote:
5 > >>> On Thu, Apr 26, 2012 at 19:40, Michael Mol <mikemol@×××××.com> wrote:
6 > >>>> MAKEOPTS="-j1" didn't fix it. Off to find another solution.
7 > >>>> --
8 > >>>>
9 > >>>> :wq
10 > >>>
11 > >>> Does sound like it's just you. I've been running with MAKEOPTS="-j13"
12 > >>> and everything compiled and ran just fine.
13 > >>
14 > >> Checking to see if it's a distcc problem, now. If it is, it'll only be
15 > >> the third time I've ever had issues from distcc, and the first time a
16 > >> distcc issue resulted in a successful build of a package that broke
17 > >> things.
18 > >>
19 > >> --
20 > >>
21 > >> :wq
22 > >
23 > > Late to the party as I've been travelling. Running glibc-2.14.1-r3
24 > > here with no problems.
25 > >
26 > > For the i7 i980x here's my make.conf stuff
27 > >
28 > > FEATURES="buildpkg"
29 > >
30 > > EMERGE_DEFAULT_OPTS="--with-bdeps=y --jobs=5"
31 > > MAKEOPTS="-j13 -l8"
32 > > PORTAGE_NICENESS=5
33 > > PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
34 > >
35 > > This machine is mostly stable.
36 >
37 > For comparison, here's the current setup on my Phenom 9650:
38 >
39 > #expanded form of -march=native. Nothing special here. Noting this
40 > here because people keep freaking out when they see it in-line.
41 > SYS_CFLAGS_MARCH_NATIVE_EXP="-march=amdfam10 -mcx16 -msahf -mpopcnt
42 > --param l1-cache-size=64 --param l1-cache-line-size=64 --param
43 > l2-cache-size=512 -mtune=amdfam10"
44 > CFLAGS="${SYS_CFLAGS_MARCH_NATIVE_EXP} -O2 -pipe -ggdb3"
45 > CXXFLAGS="${CFLAGS}"
46 > FEATURES="splitdebug"
47 > MAKEOPTS="--jobs --load=5"
48 > EMERGE_DEFAULT_OPTS="--jobs --load-average=6 --verbose --tree
49 > --with-bdeps=y --keep-going"
50
51 and now try without ggdb3 and splitdebug.
52
53 --
54 #163933