From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0ADD11381F3 for ; Fri, 16 Aug 2013 13:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A511AE0EAD; Fri, 16 Aug 2013 13:59:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 982A3E0E9C for ; Fri, 16 Aug 2013 13:59:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D69F033E953 for ; Fri, 16 Aug 2013 13:59:35 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.882 X-Spam-Level: X-Spam-Status: No, score=-1.882 tagged_above=-999 required=5.5 tests=[AWL=0.919, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-2.799, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=unavailable Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m-yf0l67cur8 for ; Fri, 16 Aug 2013 13:59:30 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBBFE33EC00 for ; Fri, 16 Aug 2013 13:59:26 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VAKYl-0008Oz-Oa for gentoo-user@gentoo.org; Fri, 16 Aug 2013 15:59:23 +0200 Received: from ppp118-209-156-226.lns20.mel6.internode.on.net ([118.209.156.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Aug 2013 15:59:23 +0200 Received: from kensington by ppp118-209-156-226.lns20.mel6.internode.on.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Aug 2013 15:59:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Michael Palimaka Subject: [gentoo-user] Re: emerge -e errors right after install Date: Fri, 16 Aug 2013 23:59:12 +1000 Message-ID: References: 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 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ppp118-209-156-226.lns20.mel6.internode.on.net User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: X-Archives-Salt: e4305666-e05e-4615-ad87-0bebd89fcb8a X-Archives-Hash: 8d2356d0b3db005676e5eb127cded2da On 16/08/2013 23:22, Francisco Ares wrote: > 26892 Illegal instruction | $AWK -f "$ac_tmp/subs.awk" > > 31167 Illegal instruction | $AWK -f "$tmp/subs.awk" > $tmp/out > [...] > I have built binary packages for "sed" and "gawk", created in a machine > with the same characteristics and configuration, and emerged those to > the new machine. Even so, the errors keep coming. It could be an issue with faulty memory, or problem with glibc. Often though, illegal instruction is the result of a mismatch between the host, and the target for which the binary was compiled. This could be checked by comparing /proc/cpuinfo with your CFLAGs.