Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2015 17:15:49 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Steven Hartland <steven@multiplay.co.uk>
Cc:        freebsd-current@freebsd.org
Subject:   Re: who broke dtrace and buildworld?
Message-ID:  <20150118011549.GA13789@troutmask.apl.washington.edu>
In-Reply-To: <54BB0753.3030202@freebsd.org>
References:  <20150117235447.GA13490@troutmask.apl.washington.edu> <20150118002246.GA13599@troutmask.apl.washington.edu> <20150118002350.GB13599@troutmask.apl.washington.edu> <54BB0753.3030202@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150118011549.GA13789>