From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SO1p2-0004QX-R8 for garchives@archives.gentoo.org; Sat, 28 Apr 2012 07:12:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3D5E07DF; Sat, 28 Apr 2012 07:11:43 +0000 (UTC) Received: from svr-us4.tirtonadi.com (svr-us4.tirtonadi.com [69.65.43.212]) by pigeon.gentoo.org (Postfix) with ESMTP id 784BDE077F for ; Sat, 28 Apr 2012 07:10:05 +0000 (UTC) Received: from mail-vb0-f53.google.com ([209.85.212.53]) by svr-us4.tirtonadi.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1SO1nB-002XMZ-UP for gentoo-user@lists.gentoo.org; Sat, 28 Apr 2012 14:10:05 +0700 Received: by vbbfc26 with SMTP id fc26so1268809vbb.40 for ; Sat, 28 Apr 2012 00:10:01 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.228.193 with SMTP id jf1mr10050510vcb.52.1335597001690; Sat, 28 Apr 2012 00:10:01 -0700 (PDT) Received: by 10.220.190.12 with HTTP; Sat, 28 Apr 2012 00:10:01 -0700 (PDT) Received: by 10.220.190.12 with HTTP; Sat, 28 Apr 2012 00:10:01 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Apr 2012 14:10:01 +0700 Message-ID: Subject: Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. From: Pandu Poluan To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=14dae9cdc12fd94d5704beb7e8fd X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr-us4.tirtonadi.com X-AntiAbuse: Original Domain - lists.gentoo.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - poluan.info X-Archives-Salt: e6431561-ceff-4cff-ac96-59dab8773432 X-Archives-Hash: 02ba4b3534b8c85bd0792124f0a2122a --14dae9cdc12fd94d5704beb7e8fd Content-Type: text/plain; charset=UTF-8 On Apr 27, 2012 8:58 AM, "Michael Mol" wrote: > > On Thu, Apr 26, 2012 at 8:35 PM, Adam Carter wrote: > >> #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" > > > > FYI Michael, i'm not too dissimilar, and no apparent problems with > > glibc-2.14.1-r3. Mostly stable, kernel from gentoo-sources 3.3.2. > > Running 3.2.12-gentoo on all systems here. > > > > > CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe" > > CXXFLAGS="${CFLAGS}" > > CHOST="x86_64-pc-linux-gnu" > > #MAKEOPTS="-j1" > > MAKEOPTS="-j4" > > #FEATURES="ccache parallel-fetch buildsyspkg distcc" > > FEATURES="-sandbox ccache parallel-fetch buildsyspkg" > > LINGUAS="en" > > EMERGE_DEFAULT_OPTS="--keep-going --autounmask y" > > > > Yeah, that's pretty similar to mine. > > Lost my SSH session to inara (inara and kaylee are the two systems > that are borked by the upgrade, saffron is the one system I have which > upgraded without problem) when saffron hung coming out of screensaver. > I can no longer ssh into either inara or kaylee. And I won't have time > to work with either until Sunday at the earliest. > > This has not been a good week. > How big is your swapfile? Rgds, --14dae9cdc12fd94d5704beb7e8fd Content-Type: text/html; charset=UTF-8


On Apr 27, 2012 8:58 AM, "Michael Mol" <mikemol@gmail.com> wrote:
>
> On Thu, Apr 26, 2012 at 8:35 PM, Adam Carter <adamcarter3@gmail.com> wrote:
> >> #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"
> >
> > FYI Michael, i'm not too dissimilar, and no apparent problems with
> > glibc-2.14.1-r3. Mostly stable, kernel from gentoo-sources 3.3.2.
>
> Running 3.2.12-gentoo on all systems here.
>
> >
> > CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm -O2 -pipe"
> > CXXFLAGS="${CFLAGS}"
> > CHOST="x86_64-pc-linux-gnu"
> > #MAKEOPTS="-j1"
> > MAKEOPTS="-j4"
> > #FEATURES="ccache parallel-fetch buildsyspkg distcc"
> > FEATURES="-sandbox ccache parallel-fetch buildsyspkg"
> > LINGUAS="en"
> > EMERGE_DEFAULT_OPTS="--keep-going --autounmask y"
> >
>
> Yeah, that's pretty similar to mine.
>
> Lost my SSH session to inara (inara and kaylee are the two systems
> that are borked by the upgrade, saffron is the one system I have which
> upgraded without problem) when saffron hung coming out of screensaver.
> I can no longer ssh into either inara or kaylee. And I won't have time
> to work with either until Sunday at the earliest.
>
> This has not been a good week.
>

How big is your swapfile?

Rgds,

--14dae9cdc12fd94d5704beb7e8fd--