From owner-freebsd-ports@FreeBSD.ORG Fri Sep 12 14:49:28 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 101D1327; Fri, 12 Sep 2014 14:49:28 +0000 (UTC) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7A42DA6D; Fri, 12 Sep 2014 14:49:27 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArgIAKkHE1RR8a8O/2dsb2JhbABfgw2BIArQOwQCAYENF3iEBAEBBDocIxALDgoJJQ8qHgYTiEYBvgcBF49NB4RMAQSdB5VAg2M7L4JPAQEB Received: from 14.175-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.175.14]) by relay.skynet.be with ESMTP; 12 Sep 2014 16:49:20 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s8CEnIe1023115; Fri, 12 Sep 2014 16:49:18 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 12 Sep 2014 16:49:18 +0200 From: Tijl Coosemans To: Andrey Chernov Subject: Re: Can't build lang/gcc port on i386: segmentation fault Message-ID: <20140912164918.31e008d5@kalimero.tijl.coosemans.org> In-Reply-To: <5413067D.5050407@freebsd.org> References: <5412D743.70005@freebsd.org> <5412E4A1.7040101@freebsd.org> <5412E64E.7050701@freebsd.org> <5412EFED.9000100@freebsd.org> <5412F480.8070100@freebsd.org> <20140912162342.2e6d557f@kalimero.tijl.coosemans.org> <5413067D.5050407@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Gerald Pfeifer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 14:49:28 -0000 On Fri, 12 Sep 2014 18:43:09 +0400 Andrey Chernov wrote: > On 12.09.2014 18:23, Tijl Coosemans wrote: >>> With MAKE_JOBS_UNSAFE error finally shown in proper place, but remains >>> (it was misplaces in original lang/gcc report too, different file compiled >>> in the log, not O2g.gch): >> >> Can you try with NO_CPU_CFLAGS=yes > > It works! > But CPU optimizations are gone... Then I suspect clang produces a 64 bit instruction somewhere with -march=core2. Maybe toolchain@ would be interested in debugging this further.