Gentoo Archives: gentoo-user

From: Michael Mol <mikemol@×××××.com>
To: gentoo-user@l.g.o
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 16:55:39
Message-Id: CA+czFiAsW0+7=4zFjekZjyTPX8kAVLx1g5OSXqDsGBV8Pke6FA@mail.gmail.com
In Reply to: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. by Mark Knecht
1 On Thu, Apr 26, 2012 at 11:27 AM, Mark Knecht <markknecht@×××××.com> wrote:
2 > On Thu, Apr 26, 2012 at 7:41 AM, Michael Mol <mikemol@×××××.com> wrote:
3 >> On Thu, Apr 26, 2012 at 10:34 AM, Qian Qiao <qian.qiao@×××××.com> wrote:
4 >>> On Thu, Apr 26, 2012 at 19:40, Michael Mol <mikemol@×××××.com> wrote:
5 >>>>
6 >>>> MAKEOPTS="-j1" didn't fix it. Off to find another solution.
7 >>>> --
8 >>>> :wq
9 >>>>
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 >> :wq
21 >>
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
52
53 --
54 :wq

Replies

Subject Author
Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. Volker Armin Hemmann <volkerarmin@××××××××××.com>
Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. Adam Carter <adamcarter3@×××××.com>