Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-08-01 Thread Simon J. Gerraty
Bryan Drewery wrote: > I think the problem here is the use of -m for SUB_MAKE in /Makefile. > Specifying -m share/mk causes all of the issues I've seen (expected > including of /etc/src.conf), while not using -m does not include > /etc/src.conf even though the build is being done in a src dir. So

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-08-01 Thread Simon J. Gerraty
Bryan Drewery wrote: > 1: subdir make > src.conf: STRIP= > rescue/rescue% make all > -> make -f OBJDIR/rescue.mk > > STRIP= is not passed down into rescue.mk, resulting in 'strip rescue'. unless src.conf does .export STRIP, or submake reads src.conf for itself this isn't surprising. The r

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-07-28 Thread Bryan Drewery
On 7/28/15 2:58 PM, Bryan Drewery wrote: > On 7/28/15 2:26 PM, Bryan Drewery wrote: >> On 6/21/15 2:29 PM, Simon J. Gerraty wrote: >>> Garrett Cooper wrote: > Am I the only one who fails to build recent base/head (r284673) on > pretty recent base/head (r284639)? This is on amd64 with ZFS a

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-07-28 Thread Bryan Drewery
On 7/28/15 2:26 PM, Bryan Drewery wrote: > On 6/21/15 2:29 PM, Simon J. Gerraty wrote: >> Garrett Cooper wrote: Am I the only one who fails to build recent base/head (r284673) on pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. >>> >>> ... >>> CC=clang CXX=

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-07-28 Thread Bryan Drewery
On 6/21/15 2:29 PM, Simon J. Gerraty wrote: > Garrett Cooper wrote: >>> Am I the only one who fails to build recent base/head (r284673) on >>> pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. >> >> ... >> >>> CC=clang >>> CXX=clang++ >>> CPP=clang-cpp > >> You need to re

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Trond Endrestøl
On Mon, 22 Jun 2015 18:14-, Mark Johnston wrote: > On Mon, Jun 22, 2015 at 08:00:13PM +0200, Trond Endrestøl wrote: > > > > I concur. DTrace support is b0rken. > > > > I installed a fresh VM at work using Glen's recent base/head snapshot, > > 20150618 r284544. I created an /etc/src.conf fil

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Mark Johnston
On Mon, Jun 22, 2015 at 08:00:13PM +0200, Trond Endrestøl wrote: > On Mon, 22 Jun 2015 09:41-0700, Jason Evans wrote: > > > On Jun 21, 2015, at 1:05 PM, Garrett Cooper wrote: > > > On Jun 21, 2015, at 3:16, Trond Endrestøl > > > wrote: > > >> Am I the only one who fails to build recent base/hea

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Trond Endrestøl
On Mon, 22 Jun 2015 09:41-0700, Jason Evans wrote: > On Jun 21, 2015, at 1:05 PM, Garrett Cooper wrote: > > On Jun 21, 2015, at 3:16, Trond Endrestøl > > wrote: > >> Am I the only one who fails to build recent base/head (r284673) on > >> pretty recent base/head (r284639)? This is on amd64 with

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-22 Thread Jason Evans
On Jun 21, 2015, at 1:05 PM, Garrett Cooper wrote: > On Jun 21, 2015, at 3:16, Trond Endrestøl > wrote: >> Am I the only one who fails to build recent base/head (r284673) on >> pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. > > ... > >> CC=clang >> CXX=clang++ >> CPP=cla

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Simon J. Gerraty
Garrett Cooper wrote: > > Am I the only one who fails to build recent base/head (r284673) on > > pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. > > ... > > > CC=clang > > CXX=clang++ > > CPP=clang-cpp > You need to remove these lines. They shouldn’t have been set be

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Julian H. Stacey
> wrote: > > > Hi, > >=20 > > Am I the only one who fails to build recent base/head (r284673) on > > pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. > > ... > > > CC=3Dclang > > CXX=3Dclang++ > > CPP=3Dclang-cpp > > Hi Trond, > You need to remove these lines. They s

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Trond Endrestøl
On Sun, 21 Jun 2015 13:05-0700, Garrett Cooper wrote: > > CC=clang > > CXX=clang++ > > CPP=clang-cpp > > Hi Trond, > You need to remove these lines. They shouldn?t have been set before or > after the commits from projects/bmake . > Thanks, Ah. That's good to know. Pilot error, indeed. The

Re: amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Garrett Cooper
On Jun 21, 2015, at 3:16, Trond Endrestøl wrote: > Hi, > > Am I the only one who fails to build recent base/head (r284673) on > pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. ... > CC=clang > CXX=clang++ > CPP=clang-cpp Hi Trond, You need to remove these lines.

amd64 base/head r284673 fails to build on amd64 base/head r284639, pilot error?

2015-06-21 Thread Trond Endrestøl
Hi, Am I the only one who fails to build recent base/head (r284673) on pretty recent base/head (r284639)? This is on amd64 with ZFS and BEs. Under the above circumstances, I got: --- rescue.all__D --- rescue sh: rescue: not found *** [rescue] Error code 127 make[5]: stopped in /usr/obj/usr/src