From owner-freebsd-current@freebsd.org Wed Aug 17 20:43:07 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 88E9FBBD3CA for ; Wed, 17 Aug 2016 20:43:07 +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 51ECB1678 for ; Wed, 17 Aug 2016 20:43:07 +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 D34C22532C; Wed, 17 Aug 2016 22:43:02 +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 Bg17lSyj9SqQ; Wed, 17 Aug 2016 22:42:57 +0200 (CEST) Received: from [192.168.10.10] (asus [192.168.10.10]) (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 84F862532A; Wed, 17 Aug 2016 22:42:57 +0200 (CEST) Subject: Re: Somethign missing in my environment? To: Peter Jeremy References: <20160816203324.GJ65184@server.rulingia.com> <20160817193950.GB22564@server.rulingia.com> Cc: freebsd current From: Willem Jan Withagen Message-ID: <0a2a88a5-2064-135f-a4fa-3b4162f9698d@digiware.nl> Date: Wed, 17 Aug 2016 22:42:56 +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: <20160817193950.GB22564@server.rulingia.com> 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: Wed, 17 Aug 2016 20:43:07 -0000 On 17-8-2016 21:39, Peter Jeremy wrote: > On 2016-Aug-16 23:14:45 +0200, Willem Jan Withagen wrote: >> And I'm running: >> make -j8 buildworld >> So getting a good target that give the error is hard. >> >> So I continued with make -DNOCLEAN -DNO_CLEAN buildworld. > > 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.... --WjW