From owner-freebsd-current@FreeBSD.ORG Sun Apr 29 12:17:59 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0845B106564A for ; Sun, 29 Apr 2012 12:17:59 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id B9D858FC14 for ; Sun, 29 Apr 2012 12:17:58 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:6d7f:80b2:d515:5107] (unknown [IPv6:2001:7b8:3a7:0:6d7f:80b2:d515:5107]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 015165C59; Sun, 29 Apr 2012 14:17:57 +0200 (CEST) Message-ID: <4F9D317D.40609@FreeBSD.org> Date: Sun, 29 Apr 2012 14:18:05 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120420 Thunderbird/12.0 MIME-Version: 1.0 To: "O. Hartmann" References: <4F9D1DF8.20001@zedat.fu-berlin.de> In-Reply-To: <4F9D1DF8.20001@zedat.fu-berlin.de> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Current FreeBSD Subject: Re: lang/gcc46: error when compiling with CLANG X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2012 12:17:59 -0000 On 2012-04-29 12:54, O. Hartmann wrote: > On a FreeBSD 10-CURRENT/amd64 box the compilation/update of the port > lang/gcc46 fails with the below shown error. > > Since the port compiles well on FreeBSD 9 and another FreeBSD 10 box > (all amd64, CLANG built), I feel a bit confused since the setup is > almost the same on all boxes. The machine in question is the most modern > box, equipted with a Core i7-3930K: ... ... > gmake[3]: *** [s-tm-texi] Segmentation fault: 11 (core dumped) > gmake[3]: *** Waiting for unfinished jobs.... What happens if you simply repeat the build? If the segfault occurs at different stages every time, you might simply have bad RAM. Another possibility is that the build is out of memory, in that case you could try running it without multiple make jobs (e.g. set DISABLE_MAKE_JOBS).