Re: Not able to compile GENERIC kernel

2009-09-25 Thread mfv
? You may also have stale build artifacts in /usr/src so something like this might be a good idea: # rm -fr /usr/obj/usr # cd /usr/src # make cleandir ; make cleandir Thanks to all for your comments and insights. I was finally able to compile a GENERIC kernel by performing

Not able to compile GENERIC kernel

2009-09-20 Thread mfv
Hello, After rebuilding FreeBSD for many years I am not able to build a GENERIC kernel for the last few days. It always stops when compiling acpi. The source code is up to date for 7 -STABLE for i386 on a amd64 cpu. I have always been able to recompile a GENERIC kernel since release 5.1

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Giorgos Keramidas
On Sun, 20 Sep 2009 11:15:15 -0400, mfv mrk...@acm.org wrote: Hello, After rebuilding FreeBSD for many years I am not able to build a GENERIC kernel for the last few days. It always stops when compiling acpi. The source code is up to date for 7 -STABLE for i386 on a amd64 cpu. I have

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Christer Solskogen
Giorgos Keramidas wrote: # rm -fr /usr/obj/usr # cd /usr/src # make cleandir ; make cleandir I've seen serveral placeses that make cleandir should be run twice. I dont understand why. Could somebody explain? -- chs ___

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Giorgos Keramidas
On Sun, 20 Sep 2009 21:10:00 +0200, Christer Solskogen christer.solsko...@gmail.com wrote: Giorgos Keramidas wrote: # rm -fr /usr/obj/usr # cd /usr/src # make cleandir ; make cleandir I've seen serveral placeses that make cleandir should be run twice. I dont understand why.

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Mel Flynn
On Sunday 20 September 2009 23:26:58 Giorgos Keramidas wrote: On Sun, 20 Sep 2009 21:10:00 +0200, Christer Solskogen christer.solsko...@gmail.com wrote: Giorgos Keramidas wrote: # rm -fr /usr/obj/usr # cd /usr/src # make cleandir ; make cleandir I've seen serveral

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Giorgos Keramidas
On Mon, 21 Sep 2009 03:46:13 +0200, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Sunday 20 September 2009 23:26:58 Giorgos Keramidas wrote: On Sun, 20 Sep 2009 21:10:00 +0200, Christer Solskogen christer.solsko...@gmail.com wrote: Giorgos Keramidas wrote: # rm -fr