From owner-freebsd-current@freebsd.org Thu Aug 18 11:30:10 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 899E3BBE987 for ; Thu, 18 Aug 2016 11:30:10 +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 5140E15B8 for ; Thu, 18 Aug 2016 11:30:10 +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 32A6426000; Thu, 18 Aug 2016 13:30:06 +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 21CRHbOIfbiy; Thu, 18 Aug 2016 13:30:04 +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 D9DE425FFF; Thu, 18 Aug 2016 13:30:03 +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 13:29:54 +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: <090825B1-6195-4DEE-BEDD-D8DE595C5B85@dons.net.au> 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: Thu, 18 Aug 2016 11:30:10 -0000 On 18-8-2016 00:56, O'Connor, Daniel wrote: > >> On 18 Aug 2016, at 06:12, Willem Jan Withagen wrote: >> >>> There's nothing immediately obvious. I suggest trying without the >>> "-DNOCLEAN -DNO_CLEAN" - they are shortcuts that aren't guaranteed to >>> work under all circumstances. And if that still fails, skip the '-j8' >>> because it's possible there are still race conditions in buildworld >>> (though that is very unlikely). >> >> Been there, done that, in all kinds of variations, but no go. >> >> Where should is definition normally come from? >> /usr/obj/usr/srcs/head/src/tmp/usr/lib/libgcc_s.so: undefined reference >> to `__gxx_personality_v0' >> cc: error: linker command failed with exit code 1 (use -v to see invocation) >> *** [h_raw.full] Error code 1 >> >> Or should it be available in libgcc_s.so, and did it not get include in >> a bizare way.... > > 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. > 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. --WjW --WjW