Re: buildkernel woes

From: Giorgos Keramidas <keramida_at_ceid.upatras.gr>
Date: Mon, 27 Jun 2005 11:57:07 +0000 (GMT)
On Sun, 26 Jun 2005, Remington L wrote:
> FreeBSD localhost 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 23 23:15:54 PDT 2005     mrlol_at_localhost:/usr/obj/usr/src/sys/GENERIC  i386
>
> I keep running into this problem and google is useless here, please help.
> I've already done cd /usr/src ; make cleandir and make clean, I also did
> cd /usr/src/sys/modules/acpi ; make clean. Also CVSup'd about 20 minutes
> ago

That's not enough.  You should *REALLY* follow the src/UPDATING
instructions and go the "start with a clean /usr/obj and use make
buildworld" route:

	# cd /usr/obj
	# rm -fr *
	# cd /usr/src
	# make KERNCONF=GENERIC buildworld buildkernel
Received on Mon Jun 27 2005 - 10:04:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:37 UTC