who broke dtrace and buildworld?
Steve Kargl
sgk at troutmask.apl.washington.edu
Sun Jan 18 01:15:51 UTC 2015
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
More information about the freebsd-current
mailing list