Re: Somethign missing in my environment?

2017-10-10 Thread Johannes Lundberg
Thanks for the pointers. It's weird... I was thinking that the local git repo may have been messed up somewhere but exactly the same source code builds in a jail which is also 12-current. Host system: drm-next tree built in a jail and then installed on host (due to build error on host) drm-next

Re: Somethign missing in my environment?

2017-10-10 Thread Mark Millard
May be this will help find the problem in your environment: # grep -r gxx_personality_v0 /usr/src/* | more . . . /usr/src/contrib/libcxxrt/exception.cc:BEGIN_PERSONALITY_FUNCTION(__gxx_personality_v0) . . . /usr/src/contrib/libstdc++/libsupc++/eh_personality.cc:#define PERSONALITY_FUNCTION

Re: Somethign missing in my environment?

2017-10-10 Thread Johannes Lundberg
Hi Waking up an old thread.. -- snip -- /usr/obj/usr/srcs/head/src/tmp/usr/lib/libgcc_s.so: undefined reference to `__gxx_personality_v0' -- snip -- Did anyone ever find out what caused this? I'm having the exact same problem.. system: Recent 12-current x86_64 src to build: 12-current My

Re: Somethign missing in my environment?

2016-08-23 Thread Willem Jan Withagen
On 22-8-2016 17:02, Willem Jan Withagen wrote: > Giving it a last retry building over NFS mounts. > > Which sort of worked after I exclude some boot code that nagged me about > things growing to big. Which I attributed to "-g -O0". > But then I was able to complete buildword and buildkernel. > >

Re: Somethign missing in my environment?

2016-08-22 Thread Willem Jan Withagen
On 22-8-2016 00:43, Ben Woods wrote: > On Monday, 22 August 2016, Willem Jan Withagen > wrote: > > Tried an old trick: > Build on another system (10.3) and then mount > /usr/src > /usr/obj > on the system to install

Re: Somethign missing in my environment?

2016-08-21 Thread Ben Woods
On Monday, 22 August 2016, Willem Jan Withagen wrote: > > 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: >

Re: Somethign missing in my environment?

2016-08-21 Thread Willem Jan Withagen
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

Re: Somethign missing in my environment?

2016-08-18 Thread Willem Jan Withagen
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

Re: Somethign missing in my environment?

2016-08-18 Thread O'Connor, Daniel
> 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 :) >>

Re: Somethign missing in my environment?

2016-08-18 Thread Willem Jan Withagen
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

Re: Somethign missing in my environment?

2016-08-17 Thread O'Connor, Daniel
> 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' >>

Re: Somethign missing in my environment?

2016-08-17 Thread Willem Jan Withagen
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

Re: Somethign missing in my environment?

2016-08-17 Thread Willem Jan Withagen
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

Re: Somethign missing in my environment?

2016-08-17 Thread Peter Jeremy
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

Re: Somethign missing in my environment?

2016-08-16 Thread Willem Jan Withagen
On 16-8-2016 22:33, Peter Jeremy wrote: > On 2016-Aug-16 20:31:57 +0200, Willem Jan Withagen wrote: >> I'm trying to compile world, but I keep getting: >> >> /usr/obj/usr/srcs/head/src/tmp/usr/lib/libgcc_s.so: undefined reference >> to `__gxx_personality_v0' >> cc: error: linker

Re: Somethign missing in my environment?

2016-08-16 Thread Peter Jeremy
On 2016-Aug-16 20:31:57 +0200, Willem Jan Withagen wrote: >I'm trying to compile world, but I keep getting: > >/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

Somethign missing in my environment?

2016-08-16 Thread Willem Jan Withagen
I'm trying to compile world, but I keep getting: /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 Even after refetching the complete tree.