Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2002 14:13:19 -0500 (CDT)
From:      James Schmidt <james@JamesSchmidt.Com>
To:        questions@freebsd.org
Subject:   Problems compiling kernel after cvsup from 4.6.2-Release-p2 to 4.7-Release
Message-ID:  <20021017140815.T54009-100000@speedy.insekure.com>

next in thread | raw e-mail | index | archive | help
Today I cvsup'd my system from 4.6.2-Release-p2 to 4.7-Release, with the
following cvsupfile:

*default  host=cvsup13.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4_7
*default  delete use-rel-suffix

src-all


Which completed successfully.  I did a "make buildworld", which also
completed successfully.

Here is what happened when I tried to config and compile the new 4.7
kernel:

speedy:/usr/src/sys/i386/conf #config -g UNIPROC
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/UNIPROC

speedy:/usr/src/sys/i386/conf #cd ../../compile/UNIPROC

speedy:/usr/src/sys/compile/UNIPROC #make depend
rm -f .newdep
make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs  mkdep -a -f .newdep
-O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include
-I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf
-mpreferred-stack-boundary=2
make -V SFILES -V SYSTEM_SFILES | xargs  env MKDEP_CPP="cc -E" mkdep -a -f
.newdep -x assembler-with-cpp -DLOCORE -O -pipe  -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I- -I.
-I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include
opt_global.h -elf  -mpreferred-stack-boundary=2
rm -f .depend
mv -f .newdep .depend
cd ../../modules ; env
MAKEOBJDIRPREFIX=/usr/src/sys/compile/UNIPROC/modules DEBUG="-g"
DEBUG_FLAGS="-g" MACHINE=i386 make obj ;  env
MAKEOBJDIRPREFIX=/usr/src/sys/compile/UNIPROC/modules DEBUG="-g"
DEBUG_FLAGS="-g" MACHINE=i386 make depend
===> accf_data
"/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 63: Could not
find bsd.init.mk
"/usr/src/sys/modules/accf_data/../../conf/kmod.mk", line 190: Could not
find bsd.links.mk
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/UNIPROC.
speedy:/usr/src/sys/compile/UNIPROC #


Any help is greatly appreciated.  Regards,
James Schmidt


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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