From owner-freebsd-current@FreeBSD.ORG Sat Mar 10 18:08:58 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 010E8106566B for ; Sat, 10 Mar 2012 18:08:58 +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 AC2AF8FC16 for ; Sat, 10 Mar 2012 18:08:57 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:9cb1:feea:2bf1:b827] (unknown [IPv6:2001:7b8:3a7:0:9cb1:feea:2bf1:b827]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BB2C35C44; Sat, 10 Mar 2012 19:08:56 +0100 (CET) Message-ID: <4F5B98BE.5080706@FreeBSD.org> Date: Sat, 10 Mar 2012 19:09:02 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120229 Thunderbird/11.0 MIME-Version: 1.0 To: Ivan Klymenko References: <4F5A991F.4080502@mail.zedat.fu-berlin.de> <4F5B5692.2030500@FreeBSD.org> <20120310181116.5d50902c@nonamehost.> In-Reply-To: <20120310181116.5d50902c@nonamehost.> X-Enigmail-Version: 1.4a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "O. Hartmann" , Current FreeBSD Subject: Re: FreeBSD 10.0-CURRENT #0 r232730: buildworld broken 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: Sat, 10 Mar 2012 18:08:58 -0000 On 2012-03-10 17:11, Ivan Klymenko wrote: > =D0=92 Sat, 10 Mar 2012 14:26:42 +0100 > Dimitry Andric =D0=BF=D0=B8=D1=88=D0=B5=D1=82: =2E.. >> Unfortunately, you did a -j build, which makes the actual errors >> difficult to find, and if you show only the last few lines, as you >> have done here, those errors are not visible at all. >> >> Try doing a single-threaded build instead. Save the entire log, using= >> script(1) for example, compress it and upload it somewhere. >=20 > Full buildworld log: > http://pazzle.otdux.com.ua/logs/buildworld.log This is, again, a multithreaded build log, so it is very difficult to see where the actual error is. Moreover, it seems to be using ccache, which almost certainly result in problems, and non-standard CFLAGS.=20 Try disabling all of these, deleting /usr/obj, and rebuild.