From owner-freebsd-current@freebsd.org Thu Aug 18 13:27:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B062BBDFAC for ; Thu, 18 Aug 2016 13:27:12 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (gtw.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22E341EB6 for ; Thu, 18 Aug 2016 13:27:11 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 4A7AF253E5; Thu, 18 Aug 2016 15:26:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bDR1CIZzQaAO; Thu, 18 Aug 2016 15:26:57 +0200 (CEST) Received: from [192.168.101.51] (vpn.ecoracks.nl [176.74.240.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id CD00C253E4; Thu, 18 Aug 2016 15:26:56 +0200 (CEST) Subject: Re: Somethign missing in my environment? To: "O'Connor, Daniel" References: <20160816203324.GJ65184@server.rulingia.com> <20160817193950.GB22564@server.rulingia.com> <0a2a88a5-2064-135f-a4fa-3b4162f9698d@digiware.nl> <090825B1-6195-4DEE-BEDD-D8DE595C5B85@dons.net.au> Cc: Peter Jeremy , freebsd current From: Willem Jan Withagen Message-ID: Date: Thu, 18 Aug 2016 15:26:47 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 18 Aug 2016 13:27:12 -0000 On 18-8-2016 14:30, O'Connor, Daniel wrote: > >> On 18 Aug 2016, at 20:59, Willem Jan Withagen wrote: >>> >>> Remove NO_CLEAN et al and delete /usr/obj/* then try again. >> >> It is running single thread, but compiling clang is a rather hefty build. > > Yes but you are having weird issues so.. Time to go back to basics :) > >>> Has it ever worked for you? When did it stop? What changed then? >> >> Ehhh, mmmm, having asked customers that question plenty of time. I give >> the answer reluctantly... >> >> But it has been working on this server from the day I installed it, >> which is somewhere around end of 2013. last time I used it was around >> May this year, to get a then uptodate current. >> Now I want to go forward again, but this was the result. >> >> I could/will try to build it on another amd64 server and install from there. > > Clean /usr/obj and leave it run overnight :) I've also stumbled across a thread in toolchain@ which is about libgcc_s and the different versions that came with the different versions of gcc.. So there might be something there as well. I'll clean up and try again. --WjW