In message <[EMAIL PROTECTED]> Greg Prosser writes: : My compile did _not_ fail when doing the following: : cd /sys/i386/conf : config -r HADES # my kernel config : cd /sys/compile/HADES : make depend : make : : Yet it _did_ fail when doing: : cd /usr/src : make buildkernel KERNCONF=HADES : : Please advise!
I had to rm all the files in the compile/HADES/...../modules/linux directory in order for my compile to succeed. The problem is, I think, that some generated files in the modules directory become actual files in the repo. This causes the wrong versions of these files to be picked up and boom. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message