Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 20:21:48 +0100 Dimitry Andric wrote > On 11 Nov 2014, at 20:04, Chris H wrote: > ... > > But sadly. blowing away ports, src, and obj. Then checking out > > src r274382, and performing a buildworld. Although I got further. > > it bombed at: > > > > ===> usr.sbin/hyperv (all)

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Dimitry Andric
On 11 Nov 2014, at 20:04, Chris H wrote: ... > But sadly. blowing away ports, src, and obj. Then checking out > src r274382, and performing a buildworld. Although I got further. > it bombed at: > > ===> usr.sbin/hyperv (all) > ===> usr.sbin/hyperv/tools (all) > cc -O2 -pipe > -I/usr/src/usr.sbin

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Tue, 11 Nov 2014 08:08:24 -0800 Garrett Cooper wrote > > On Nov 11, 2014, at 07:51, Chris H wrote: > > > > On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > > > >> On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > >> wrote > >> > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H w

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Garrett Cooper
> On Nov 11, 2014, at 07:51, Chris H wrote: > > On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > >> On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl >> wrote >> On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: ===> lib/libdpv (depend) rm -f .depend CC='cc ' mkd

Re: Unable to build world w/o clang on 11

2014-11-11 Thread Chris H
On Mon, 10 Nov 2014 19:52:48 -0800 "Chris H" wrote > On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl > wrote > > > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > > > ===> lib/libdpv (depend) > > > rm -f .depend > > > CC='cc ' mkdep -f .depend -a-I/usr/src/lib/libdpv -std=gnu99

Re: Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
On Mon, 10 Nov 2014 19:22:31 -0800 Steve Kargl wrote > On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > > ===> lib/libdpv (depend) > > rm -f .depend > > CC='cc ' mkdep -f .depend -a-I/usr/src/lib/libdpv -std=gnu99 > > /usr/src/lib > > /libdpv/dialog_util.c /usr/src/lib/libdpv/dia

Re: Unable to build world w/o clang on 11

2014-11-10 Thread Steve Kargl
On Mon, Nov 10, 2014 at 06:37:35PM -0800, Chris H wrote: > ===> lib/libdpv (depend) > rm -f .depend > CC='cc ' mkdep -f .depend -a-I/usr/src/lib/libdpv -std=gnu99 > /usr/src/lib > /libdpv/dialog_util.c /usr/src/lib/libdpv/dialogrc.c > /usr/src/lib/libdpv/dprompt > c /usr/src/lib/libdpv/dpv.c

Re: Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
On Mon, 10 Nov 2014 16:54:52 -0800 "Chris H" wrote > Greetings, > I'm attempting to build/install world/kernel on a fresh > install of 11 on bare metal, from the bootonly iso from > 10-26. I understand that clang is the default for 10+. > But had hoped to install it from ports *after* kernel/wor

Unable to build world w/o clang on 11

2014-11-10 Thread Chris H
Greetings, I'm attempting to build/install world/kernel on a fresh install of 11 on bare metal, from the bootonly iso from 10-26. I understand that clang is the default for 10+. But had hoped to install it from ports *after* kernel/world. I used what I *thought* was the correct direction to do thi