From owner-freebsd-questions Thu Oct 17 12:22:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFBA37B401 for ; Thu, 17 Oct 2002 12:22:39 -0700 (PDT) Received: from speedy.insekure.com (gotroot.insekure.com [207.254.222.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F8843E42 for ; Thu, 17 Oct 2002 12:22:38 -0700 (PDT) (envelope-from james@JamesSchmidt.Com) Received: from localhost (james@localhost.insekure.com [127.0.0.1]) by speedy.insekure.com (8.12.5/8.12.3) with ESMTP id g9HJDJ8M054505 for ; Thu, 17 Oct 2002 14:13:19 -0500 (CDT) (envelope-from james@JamesSchmidt.Com) Date: Thu, 17 Oct 2002 14:13:19 -0500 (CDT) From: James Schmidt X-X-Sender: james@speedy.insekure.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> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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