Date: Fri, 22 Jan 2010 09:46:06 +0000 From: Colin <freebsd@southportcomputers.co.uk> To: freebsd-stable@freebsd.org Subject: Re: make buildkernel failing on zfs Message-ID: <4B5973DE.4050008@southportcomputers.co.uk> In-Reply-To: <c1a0d1561001220140h56e87067j8c48735fc3cea9bf@mail.gmail.com> References: <4B596838.9020609@southportcomputers.co.uk> <c1a0d1561001220140h56e87067j8c48735fc3cea9bf@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Christer Solskogen wrote:
> On Fri, Jan 22, 2010 at 9:56 AM, Colin <freebsd@southportcomputers.co.uk> wrote:
>
>
>> Anyone got any pointers?
>>
>
> Could you post your /etc/make.conf?
> That said, I recon you build your kernel in a rather wierd way. Delete
> /usr/obj/* and run "make cleandir && make cleandir" in /usr/src. Then
> build your world and kernel like this "make buildworld buildkernel
> KERNCONF=TED". If that goes as well, run "make installkernel
> KERNCONF=TED", reboot, "make installworld", run mergemaster and reboot
> again.
>
>
>
Thanks for the reply.
I have deleted /usr/obj in between builds (forgot to mention that) but
didn't do make cleandir. I think the first way that I did the build when
I started was similar to what you suggested but I was having problems
with installworld so after various reading and suggestions dropped back
to that format which I read was a more paranoid way of doing it.
make.conf as below:
SUP= /usr/local/bin/cvsup
SUPFLAGS= -g -L 2
SUPHOST= cvsup.FreeBSD.org
SUPFILE= /root/standard-supfile
PORTSSUPFILE= /root/ports-supfile
#*REMOVE* OPENSSL_OVERWRITE_BASE=NO
# added by use.perl 2009-06-14 11:10:18
#PERL_VERSION=5.8.9
#BATCH=YES
#CRYPT_DES=0
#WITHOUT_ALT_CONFIG_PREFIX=YES
#CFLAGS= -O -pipe
NO_FORTRAN= true
NO_OBJC= true
NO_X= true
NO_GAMES= true
NO_PROFILE= true
BATCH=YES
WITHOUT_X11=YES
SKIP_DNS_CHECK=YES
CRYPT_DES=0
WITH_PORT_REPLACES_BASE_BIND8=YES
WITH_PORT_REPLACES_BASE_BIND9=YES
WITHOUT_ALT_CONFIG_PREFIX=YES
WITH_OPENSSL_PORT=YES
X11BASE=${LOCALBASE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B5973DE.4050008>
