Re: who broke dtrace and buildworld?

From: Steve Kargl <sgk_at_troutmask.apl.washington.edu>
Date: Sat, 17 Jan 2015 17:15:49 -0800
On Sun, Jan 18, 2015 at 01:07:31AM +0000, Steven Hartland wrote:
> 
> On 18/01/2015 00:23, Steve Kargl wrote:
> > On Sat, Jan 17, 2015 at 04:22:46PM -0800, Steve Kargl wrote:
> >> To fix the build,
> >>
> >> % svn revert -r 377300:377299 .
> >>
> > s/revert/merge
> >
> Full buildworld completes here even did a tinderbox on that one, do you 
> have anything strange in your env?

Not that I know about.  I have very little in /etc/make.conf and /etc/src.conf.

% cat /etc/make.conf
KERNCONF=MOBILE
CPUTYPE?=core2
WITH_PKGNG=yes
FFLAGS+= -O2 -pipe -march=native -mtune=native -funroll-loops -ftree-vectorize
MAKE_JOBS_UNSAFE="yes"
MASTER_SITE_FREEBSD="yes"

% cat /etc/src.conf 
WITHOUT_TESTS = "YES"
WITHOUT_CTM = "YES"
WITHOUT_NDIS = "YES"
WITHOUT_PROFILE = "YES"
WITH_LLDB="yes"
MALLOC_PRODUCTION = "YES"

I also start my build process with 

cd /usr/obj
rm -rf usr
cd /usr/src
make buildworld

Due do space limitations on my laptop prior to this attempt at
buildworld, I did symlink /usr/obj to /mnt/obj where /mnt/obj
is on an external USB 2.0 hard drive.  Reverting your patch allows
me to complete a buildworld.

-- 
Steve
Received on Sun Jan 18 2015 - 00:15:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:55 UTC