make buildkernel failing on zfs

Colin freebsd at southportcomputers.co.uk
Fri Jan 22 09:46:10 UTC 2010


Christer Solskogen wrote:
> On Fri, Jan 22, 2010 at 9:56 AM, Colin <freebsd at 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}



More information about the freebsd-stable mailing list