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 1MFGyO-0000Ia-Qu for garchives@archives.gentoo.org; Sat, 13 Jun 2009 00:19:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43217E044A; Sat, 13 Jun 2009 00:19:51 +0000 (UTC) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by pigeon.gentoo.org (Postfix) with ESMTP id 0575BE044A for ; Sat, 13 Jun 2009 00:19:50 +0000 (UTC) Received: by fxm5 with SMTP id 5so445370fxm.34 for ; Fri, 12 Jun 2009 17:19:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=ZnLfVHQA/KnUK+JX+9OLRQ9cruVPnx5C1sZiAp03EjM=; b=mXXUnXayrMPybQA6w3nt5Qj7kqSC1TbZ3+wQdMSjvVLNCAPa2YjV3XFHVdDL8fw7U9 ehmYPLbBDaz6y2t7Yw9pyzhRDZuOw38/TS631cr3CqSXVGs6BiVJiBpf/k7YQJL7oD6A prBJf7TGswwEgh7CjKdBN0TbovCWNnIeNObU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=Av/GDKruAzpk5hnFQF3HQTozd9RDuPTbGZhRqfpcMxZUP5r+2Z551CB13TEp0ZqoAZ R/+FElTxaIvtenw8vl7qI0ha+OSGbZY4gNhSzXcUk+aRxP9K9jnpwi2PT2oupBSbChNr ofNjf0t8QCq8xxbfToCO4wNGkozBVwDsZ9wPo= Received: by 10.204.77.102 with SMTP id f38mr4179223bkk.65.1244852389743; Fri, 12 Jun 2009 17:19:49 -0700 (PDT) Received: from ?192.168.0.45? (a91-156-143-215.elisa-laajakaista.fi [91.156.143.215]) by mx.google.com with ESMTPS id 21sm1964045fks.9.2009.06.12.17.19.48 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Jun 2009 17:19:49 -0700 (PDT) Subject: Re: [gentoo-user] Re: Introduce Manual manipulation during an emerge From: "Arttu V." To: gentoo-user@lists.gentoo.org In-Reply-To: References: <20090613024331.665f13b2@coercion> <1244848817.4849.33.camel@alienhaven-ubuntu> Content-Type: text/plain Date: Sat, 13 Jun 2009 03:19:47 +0300 Message-Id: <1244852387.4849.63.camel@alienhaven-ubuntu> 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 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b7e5b55e-0d2e-4c82-8588-856ce01c9a17 X-Archives-Hash: be1aab527cf4f93b4faf35ecb7909995 On Fri, 2009-06-12 at 18:39 -0500, Harry Putnam wrote: > Here is what is in there right now.. apparently from the stage3 > pulled down during install a few days ago. > > CFLAGS="-O2 -march=i486 -pipe" > CXXFLAGS="-O2 -march=i486 -pipe" > CHOST="i486-pc-linux-gnu" Is there a reason to use i486 stage3? I think an i686 one might have been available and a better hit if your system is/was set up as an i686 before this? Well, not that it counts now, gotta go with what you have unpacked. > Looking at make.conf from an old backup I see: > > CFLAGS="-O2 -march=i686 -pipe" > CHOST="i686-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > > So trying that now. > > Haa finished up smoothly with those flags changed. > > Do you think I do something like `emerge -vuDN world' since everthing > was compiled up to now with the old flags shown above? The friendly gentoo devs have whole guide for this: http://www.gentoo.org/doc/en/change-chost.xml And, as you can see, it starts with the soothing words "Changing the CHOST is a big issue that can seriously screw up your system" ... I'd go through that guide first to get to a (hopefully) sane system, and continue with other emergings only then. -- Arttu V.