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 1GJNVa-00068M-EI for garchives@archives.gentoo.org; Sat, 02 Sep 2006 04:53:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k824pZH1031832; Sat, 2 Sep 2006 04:51:35 GMT Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k824nZaw020822 for ; Sat, 2 Sep 2006 04:49:35 GMT Received: (qmail invoked by alias); 02 Sep 2006 04:42:55 -0000 Received: from p548524D2.dip0.t-ipconnect.de (EHLO localhost) [84.133.36.210] by mail.gmx.net (mp044) with SMTP; 02 Sep 2006 06:42:55 +0200 X-Authenticated: #20088476 Received: from localhost ([127.0.0.1]) by localhost with esmtp (Exim 4.60) (envelope-from ) id 1GJNLK-0001p3-1U for gentoo-user@lists.gentoo.org; Sat, 02 Sep 2006 06:42:54 +0200 Date: Sat, 02 Sep 2006 06:42:53 +0200 (CEST) Message-Id: <20060902.064253.74744032.Meino.Cramer@gmx.de> To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] /etc/make.conf: changing CHOST on same system From: Meino Christian Cramer X-Mailer: Mew version 5.1 on Emacs 21.4 / Mule 5.0 (SAKAKI) 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=us-ascii Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Archives-Salt: 705a0365-8f72-4208-adb5-b99ba99036b4 X-Archives-Hash: a3b38fd8b107b21df71d744c9e9e61c6 Hi, I got some homebrewed problems :-/ This morning I tried to update to glibc-2.4-r3. Checking dependencies breaks with: ---------------------------------------------------------------------- >>> checking glibc-2.4-patches-1.17.tar.bz2 ;-) >>> checking glibc-linuxthreads-20060605.tar.bz2 ;-) >>> checking glibc-powerpc-cpu-addon-v0.01.tgz ;-) glibc-2.4 is nptl-only! NPTL requires a CHOST of i486 or better !!! 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+. It seems my installation of gentoo, which I did months ago wasn't completly correct, it does run fine since then, though. My question is: Is there a way (possibly another one then completly installing all stuff from the beginning or to recompile all...) to correct my fault ? Thank you very much for any help in advance ! Have a nice weekend! mcc -- gentoo-user@gentoo.org mailing list