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 1SjvI6-0001qX-25 for garchives@archives.gentoo.org; Wed, 27 Jun 2012 16:40:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C48E0534; Wed, 27 Jun 2012 16:40:09 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by pigeon.gentoo.org (Postfix) with ESMTP id BB22EE083B for ; Wed, 27 Jun 2012 16:38:37 +0000 (UTC) Received: by lbbgk8 with SMTP id gk8so1942860lbb.40 for ; Wed, 27 Jun 2012 09:38:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=0SZzHjowoHvGTkdychh2xXhWOa6Rw1m/CeYzhbB5AiM=; b=WnMCWyLnOJcGeq/f5l/vu9WnWzUcoLnMnTxNODajuzuskcEkz/SU0lT5g1u/d78iNW CYGIpTy5mQKobk3QGSIgBwWIYT6EsZ9IIgP+Ni8KzBiCznfSMkPWczvOGIY44Xcy6WtE zO0+4FWvgH/tk9F0iXR8M0di0vxGWOPBfM8zJNTe973Mdubob4ilXxVQjp2VsiUnuFEN nNoBwpyjtm3lcEyOyZ7Hj5NBbM5pBsCk8wPJtHeVxtK5sQ/jCiku3cMHtRG/nTU4s5JC YYJda0VROqmWZh31yXfWPGrVncR5H7Fo2yoBnUBk2lE6FkNDOy7s5dnx+6KKmIunYWrC v4VA== Received: by 10.112.36.132 with SMTP id q4mr9922276lbj.63.1340815116607; Wed, 27 Jun 2012 09:38:36 -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 Sender: paul.hartman@gmail.com Received: by 10.112.77.4 with HTTP; Wed, 27 Jun 2012 09:38:16 -0700 (PDT) In-Reply-To: References: <20120603033410.GC12597@madrid> From: Paul Hartman Date: Wed, 27 Jun 2012 11:38:16 -0500 X-Google-Sender-Auth: Tj5xw04YAEQ-BxTiUbtldC11c1I Message-ID: Subject: Re: [SOLVED] Re: [gentoo-user] Just a heads-up, I think =sys-libs/glibc-2.14.1-r3 is a stinker. To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: fd0a3cb6-bc3e-4ea2-967c-194c3b078aef X-Archives-Hash: 94a6867da8b828af2cc910309589d7db On Wed, Jun 27, 2012 at 8:58 AM, Michael Mol wrote: > On Sat, Jun 23, 2012 at 6:08 PM, Michael Mol wrote: >> https://bugs.gentoo.org/show_bug.cgi?id=423149 > > As it turned out, it was my CFLAGS. Not the ones anyone usually cares > about, either. > > If you build glibc with CFLAGS="${CFLAGS} -g3", your glibc will be > very, very broken. Apparently, it's old, known and has been a problem > for about five years. Thanks for posting this follow-up, I never would have guessed the additional debug info could cause such problems.