From owner-freebsd-current@freebsd.org Sun Aug 21 21:12:20 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 DC28CBC146E for ; Sun, 21 Aug 2016 21:12:20 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [176.74.240.9]) (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 A42AE1E7F for ; Sun, 21 Aug 2016 21:12:20 +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 2826625FFF; Sun, 21 Aug 2016 23:12:12 +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 fViyFkzB23LG; Sun, 21 Aug 2016 23:12:11 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) (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 5D03125FFE; Sun, 21 Aug 2016 23:12:11 +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: <4ee8647d-9c34-091a-60ed-f8d41993af67@digiware.nl> Date: Sun, 21 Aug 2016 23:12:06 +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: 8bit 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: Sun, 21 Aug 2016 21:12:21 -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 :) Delete all gcc stuff I could find. Cleaned /usr/obj and tried to build again.. Fetch the sources again Little success... Tried an old trick: Build on another system (10.3) and then mount /usr/src /usr/obj on the system to install on. But that generates things like: ERROR-tried-to-rebuild-during-make-install So I guess that doesn't work any longer. --WjW