Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
Thanks to everyone for the good advice. I have everything I need now. Thank you, Joshua Lewis Chuck Swiger > Joshua Lewis wrote: >> I already started the build world so at this point it may be too late. >> But >> I recall when I was using 4.10 to put stuff if like a make config file >> to >> p

Re: Build kernel vs build world

2005-04-08 Thread Chuck Swiger
Joshua Lewis wrote: I already started the build world so at this point it may be too late. But I recall when I was using 4.10 to put stuff if like a make config file to prevent the system from upgrading BIND8 as I was using BIND9 at the time. Does anyone know what config file I am talking about so

Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
I already started the build world so at this point it may be too late. But I recall when I was using 4.10 to put stuff if like a make config file to prevent the system from upgrading BIND8 as I was using BIND9 at the time. Does anyone know what config file I am talking about so I know for future up

Re: Build kernel vs build world

2005-04-08 Thread Tomas Quintero
If your supfile was set to RELENG_5 then you getting 5.4-PRERELEASE is correct, as -STABLE becomes the next -RELEASE, so on and so forth. On Apr 8, 2005 12:25 PM, Joshua Lewis <[EMAIL PROTECTED]> wrote: > I was getting ready to build world and I noticed (to my utmost suprise) > that my system is r

Re: Build kernel vs build world

2005-04-08 Thread Pat Maddox
Are you sure you've never installed world? You generally have problems when the kernel and world are out of synch, and I've heard that mixing a 5.4/5.3 kernel and world causes real havoc. In any case, yeah, you should just cvsup, build the kernel and world. Pat On Apr 8, 2005 10:25 AM, Joshua

Re: Build kernel vs build world

2005-04-08 Thread Joshua Lewis
I was getting ready to build world and I noticed (to my utmost suprise) that my system is running 5.4-PRERELEASE. I must have had the wrong tag in my supfile and downloaded the src for 5.4. So I am already running 5.4 I guess I will upgrade totaly. Are there any gotcha's I should now about. At thi

Re: Build kernel vs build world

2005-04-08 Thread Pat Maddox
You're right, building the world is building all the base binaries. It should be done while you're building the kernel: # make buildworld # make buildkernel kernconf=CONF # make installkernel kernconf=CONF # make installworld # mergemaster Here's a good guide on everything you need to do to updat

Build kernel vs build world

2005-04-08 Thread Joshua Lewis
Is there a difference between building a world and building a kernel? Common sence is telling me building world rebuilds all the execuables and config files or something a little more intense then just the kernel. However I have not been able to find any instructions on how to "build world" not e