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 1P0fTR-0008Nn-P0 for garchives@archives.gentoo.org; Tue, 28 Sep 2010 19:04:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CFD7E06B1 for ; Tue, 28 Sep 2010 19:04:21 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by pigeon.gentoo.org (Postfix) with ESMTP id 8CD14E07A8 for ; Tue, 28 Sep 2010 18:30:17 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0ewQ-00042p-GX for gentoo-amd64@lists.gentoo.org; Tue, 28 Sep 2010 20:30:14 +0200 Received: from athedsl-387122.home.otenet.gr ([79.131.64.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 20:30:14 +0200 Received: from realnc by athedsl-387122.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Sep 2010 20:30:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-amd64@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-amd64] Re: intel processors x gentoo Date: Tue, 28 Sep 2010 21:30:34 +0300 Organization: Lucas Barks Message-ID: References: <4CA21FE9.3010203@yahoo.com.br> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-387122.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100927 Thunderbird/3.1.4 In-Reply-To: <4CA21FE9.3010203@yahoo.com.br> X-Archives-Salt: 14973ba2-d856-4779-9d24-9ef8eeab98c6 X-Archives-Hash: 7dae2bd426ae8f7215bd5780f9d80ea9 On 09/28/2010 08:03 PM, Zhu Sha Zang wrote: > I have some machines running gentoo and every machine running under > AMD Processors (64-bit profile), everything is right. Every source code > compile fine. > > But, some machines, i've installed under Intel Core 2 Quad or i7 > processor and this machines have problem compile especific 2 packages: > > glibc (>=2.11.2) and lvm2 (2.02.73-r1) > > It's weird, don't compile in any intel processor machine. > > Take a example of emerge --info uner i7 machine. > > CFLAGS="-march=core2 -msse4 -mcx16 -mpopcnt -msahf -O2 -pipe" Maybe use some sane CFLAGS, like removing -msse4 -mcx16 -mpopcnt -msahf might help.