From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GJOIj-00019t-01 for garchives@archives.gentoo.org; Sat, 02 Sep 2006 05:44:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k825fCH8006897; Sat, 2 Sep 2006 05:41:12 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k825cc9K022147 for ; Sat, 2 Sep 2006 05:38:39 GMT Received: by wx-out-0506.google.com with SMTP id r21so1413809wxc for ; Fri, 01 Sep 2006 22:38:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=gchOIUauMbqYxaQeJnGPcX/KuCVgsi80qgFuwTJzH1OWzmNeudpY+/CsR58IzJ1MeJmexeXi3h1KKzHDbmBdnDKBcjGVmGrYNEA1PpYKz7zHgNYJGQOVe6nFdhxK46QTv2vZnEQc4/gcgDzT8gZH25+jKmys7L61eBV/P7CmN18= Received: by 10.70.32.10 with SMTP id f10mr3965852wxf; Fri, 01 Sep 2006 22:38:38 -0700 (PDT) Received: by 10.70.110.1 with HTTP; Fri, 1 Sep 2006 22:38:38 -0700 (PDT) Message-ID: <7573e9640609012238n5133a484pffe54568ecfab756@mail.gmail.com> Date: Fri, 1 Sep 2006 22:38:38 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] /etc/make.conf: changing CHOST on same system In-Reply-To: <20060902.064253.74744032.Meino.Cramer@gmx.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060902.064253.74744032.Meino.Cramer@gmx.de> X-Google-Sender-Auth: 35fd2a89ca88fe69 X-Archives-Salt: fbe253de-8b76-452d-8ad5-69781642a539 X-Archives-Hash: 86ff1b7c7cd7396edab5e73fa962572c On 9/1/06, Meino Christian Cramer wrote: > glibc-2.4 is nptl-only! > NPTL requires a CHOST of i486 or better You missed fixing this error. -Richard > > !!! ERROR: sys-libs/glibc-2.4-r3 failed. > Call stack: > ebuild.sh, line 1555: Called dyn_setup > ebuild.sh, line 668: Called pkg_setup > glibc-2.4-r3.ebuild, line 1079: Called die > > !!! please add USE='nptl nptlonly' to make.conf > !!! If you need support, post the topmost build error, and the call stack if relevant. > > ---------------------------------------------------------------------- > > > I added "nptl nptlonly" to my /etc/make.conf but the error (and the > suggestion to add "nptl nptlonly" to /etc/make.conf) remain. > > BUT: > For my CHOST there is an entry in /etc/make.conf: > CHOST="i386-pc-linux-gnu" > > So I think, that the checker script for glibc looks there and thought, > my system is running a i386 CPU, but it runs an > AMD Athlon(tm) 64 X2 Dual Core Processor 3800+. Yep, you will need to change your CHOST to i686-pc-linux-gnu to get the new glibc. > Is there a way (possibly another one then completly installing all > stuff from the beginning or to recompile all...) to correct my fault ? Nope. After changing CHOST, you need to emerge -e world. And I would keep a live CD close by just in case. Your other option is to mask glibc-2.4, and stick with 2.3. echo ">=sys-libs/glibc-2.4" >> /etc/portage/package.mask -Richard -- gentoo-user@gentoo.org mailing list