Re: 5.3 Building Kernel/World

2005-01-18 Thread Giorgos Keramidas
On 2005-01-17 14:30, Doug Poland [EMAIL PROTECTED] wrote: On Jan 17, 2005, at 11:07, Kris Kennaway wrote: cd /usr/src make cleandir make cleandir make buildworld Kris Interesting, what does make cleandir do? Is it different than running # cd /usr/obj # chflags -R noschg * #

Re: 5.3 Building Kernel/World

2005-01-17 Thread Kris Kennaway
On Sun, Jan 16, 2005 at 11:32:31PM -0800, Doug Hardie wrote: The only way I can think for this to happen is if your source tree was inconsistent (i.e. not completely updated), or you updated your sources after you did the installworld, and the kernel depends on the newer version of config

Re: 5.3 Building Kernel/World

2005-01-17 Thread Doug Hardie
On Jan 17, 2005, at 11:07, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 11:32:31PM -0800, Doug Hardie wrote: The only way I can think for this to happen is if your source tree was inconsistent (i.e. not completely updated), or you updated your sources after you did the installworld, and the kernel

Re: 5.3 Building Kernel/World

2005-01-17 Thread Doug Poland
On Jan 17, 2005, at 11:07, Kris Kennaway wrote: cd /usr/src make cleandir make cleandir make buildworld Kris Interesting, what does make cleandir do? Is it different than running # cd /usr/obj # chflags -R noschg * # rm -rf * as documented in the handbook? -- Regards, Doug

Re: 5.3 Building Kernel/World

2005-01-17 Thread Chuck Swiger
Doug Hardie wrote: [ ... ] It it at all possible to not have to buildworld when building a new kernel? For example, I was trying to add option atapicam. It would seem that buildworld would not be necessary in that situation. Yes, if the kernel sources and the world sources are in sync with

Re: 5.3 Building Kernel/World

2005-01-17 Thread Kris Kennaway
On Mon, Jan 17, 2005 at 12:25:55PM -0800, Doug Hardie wrote: The number of changes between RELENG_5_3_0_RELEASE and RELENG_5_3 is very small. If you're seeing lots of changes, it means that you didn't actually have a 5.3-RELEASE source tree installed before now, which explains the problems

5.3 Building Kernel/World

2005-01-16 Thread Doug Hardie
The instructions for building world/kernel for 4.x are straight forward and work fine. However, I seem to have munged two 5.3 installations now. I have been through all the UPDATING notes and the handbook and something is obviously not clear. The approach I used is: Clean install from 5.3

Re: 5.3 Building Kernel/World

2005-01-16 Thread Kris Kennaway
On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote: The instructions for building world/kernel for 4.x are straight forward and work fine. However, I seem to have munged two 5.3 installations now. I have been through all the UPDATING notes and the handbook and something is

Re: 5.3 Building Kernel/World

2005-01-16 Thread Doug Hardie
On Jan 16, 2005, at 22:05, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote: The instructions for building world/kernel for 4.x are straight forward and work fine. However, I seem to have munged two 5.3 installations now. I have been through all the UPDATING

Re: 5.3 Building Kernel/World

2005-01-16 Thread Doug Hardie
On Jan 16, 2005, at 22:05, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote: The instructions for building world/kernel for 4.x are straight forward and work fine. However, I seem to have munged two 5.3 installations now. I have been through all the UPDATING

Re: 5.3 Building Kernel/World

2005-01-16 Thread Kris Kennaway
On Sun, Jan 16, 2005 at 11:15:23PM -0800, Doug Hardie wrote: On Jan 16, 2005, at 22:05, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote: The instructions for building world/kernel for 4.x are straight forward and work fine. However, I seem to have

Re: 5.3 Building Kernel/World

2005-01-16 Thread Doug Hardie
On Jan 16, 2005, at 23:19, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 11:15:23PM -0800, Doug Hardie wrote: On Jan 16, 2005, at 22:05, Kris Kennaway wrote: On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote: The instructions for building world/kernel for 4.x are straight forward and work

5.3 building kernel

2004-12-09 Thread dusan
hi everybody. I have some troble building kernel on 5.3, I get some error messages about psm.o . . output (tail -n10) and error messages are attached, kernel config too.. pleaz help. ../aicasm/aicasm: 880 instructions used ../aicasm/aicasm: 826 instructions used atkbd.o(.text+0x16f): In function

5.3 building kernel

2004-12-09 Thread dusan
another error. when I disable psm device in configuration I get another error: atkbd.o(.text+0x137c): In function `get_kbd_id': : undefined reference to `empty_both_buffers' atkbd.o(.text+0x1387): In function `get_kbd_id': : undefined reference to `send_kbd_command' atkbd.o(.text+0x13a6): In

Re: 5.3 building kernel

2004-12-09 Thread Toomas Aas
dusan wrote: hi everybody. I have some troble building kernel on 5.3, I get some error messages about psm.o . . output (tail -n10) and error messages are attached, kernel config too.. pleaz help. I don't see device atkbdc in your kernel config, but this is required by psm (and also by

Re: 5.3 building kernel

2004-12-09 Thread Dev Tugnait
You are missing # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller As already replied to you yet you seem to have reposted the error. If you are unsure on how kernels are built use GENERIC and hash out what you dont need instead of