Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Make World on FreeBSD 5.1

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  Error in FreeBSD Handbook?  
Author Message
Sebastien Castonguay

External


Since: Oct 25, 2003
Posts: 3



(Msg. 1) Posted: Fri Oct 03, 2003 3:40 pm
Post subject: Make World on FreeBSD 5.1
Archived from groups: comp>unix>bsd>freebsd>misc, others (more info?)

Hi,

How do I make a make world on FreeBSD version 5, is it the same things
as version 4 or is there any differences ... ?

Any tutorial, web site, else as FreeBSD handbook ... ?

I'm currently running FreBSD 5.1 releases

thx


Seb

 >> Stay informed about: Make World on FreeBSD 5.1 
Back to top
Login to vote
Steven G. Kargl

External


Since: Sep 05, 2003
Posts: 8



(Msg. 2) Posted: Fri Oct 03, 2003 9:17 pm
Post subject: Re: Make World on FreeBSD 5.1 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
Sebastien Castonguay writes:
> Hi,
>
> How do I make a make world on FreeBSD version 5, is it the same things
> as version 4 or is there any differences ... ?
>
> Any tutorial, web site, else as FreeBSD handbook ... ?
>
> I'm currently running FreBSD 5.1 releases
>

See /usr/src/UPDATING for any gotcha's and then
skip to the bottom of /usr/src/UPDATING to read
about the recommended world sequence.


--
Steve
http://troutmask.apl.washington.edu/~kargl/

 >> Stay informed about: Make World on FreeBSD 5.1 
Back to top
Login to vote
Kris Kennaway

External


Since: Aug 08, 2003
Posts: 15



(Msg. 3) Posted: Sat Oct 04, 2003 12:00 am
Post subject: Re: Make World on FreeBSD 5.1 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article , Steven G. Kargl wrote:
> In article ,
> Sebastien Castonguay writes:
>> Hi,
>>
>> How do I make a make world on FreeBSD version 5, is it the same things
>> as version 4 or is there any differences ... ?
>>
>> Any tutorial, web site, else as FreeBSD handbook ... ?
>>
>> I'm currently running FreBSD 5.1 releases
>>
>
> See /usr/src/UPDATING for any gotcha's and then
> skip to the bottom of /usr/src/UPDATING to read
> about the recommended world sequence.

Don't forget to release the release documentation before installing
5.x to make sure you really want to run it given the status of that
release.

Kris
 >> Stay informed about: Make World on FreeBSD 5.1 
Back to top
Login to vote
Seb

External


Since: Oct 14, 2003
Posts: 15



(Msg. 4) Posted: Sat Oct 04, 2003 12:23 pm
Post subject: Re: Make World on FreeBSD 5.1 [Login to view extended thread Info.]
Archived from groups: mailing>freebsd>current, others (more info?)

So, If I follow all those steps, coming from the /usr/src/UPDATING,

To just build a kernel when you know that it won't mess you up
--------------------------------------------------------------
cd src/sys/{i386,alpha}/conf
config KERNEL_NAME_HERE
cd ../../compile/KERNEL_NAME_HERE
make depend
make
make install

If this fails, go to the "To build a kernel" section.

To rebuild everything and install it on the current system.
-----------------------------------------------------------
# Note: sometimes if you are running current you gotta do more than
# is listed here if you are upgrading from a really old current.

<make sure you have good level 0 dumps>
<maybe fix /etc/fstab> [7]
make buildworld
make buildkernel KERNCONF=YOUR_KERNEL_HERE
make installkernel KERNCONF=YOUR_KERNEL_HERE
[1]
<reboot in single user> [3]
mergemaster -p [5]
make installworld
mergemaster [4]
<reboot>


Everthing, should be fine, right ?

thx

Seb

Kris Kennaway wrote:
> In article , Steven G. Kargl wrote:
>
>>In article ,
>> Sebastien Castonguay writes:
>>
>>>Hi,
>>>
>>>How do I make a make world on FreeBSD version 5, is it the same things
>>>as version 4 or is there any differences ... ?
>>>
>>>Any tutorial, web site, else as FreeBSD handbook ... ?
>>>
>>>I'm currently running FreBSD 5.1 releases
>>>
>>
>>See /usr/src/UPDATING for any gotcha's and then
>>skip to the bottom of /usr/src/UPDATING to read
>>about the recommended world sequence.
>
>
> Don't forget to release the release documentation before installing
> 5.x to make sure you really want to run it given the status of that
> release.
>
> Kris
>
 >> Stay informed about: Make World on FreeBSD 5.1 
Back to top
Login to vote
Lowell Gilbert

External


Since: Sep 21, 2003
Posts: 5



(Msg. 5) Posted: Sun Oct 05, 2003 8:13 pm
Post subject: Re: Make World on FreeBSD 5.1 [Login to view extended thread Info.]
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

Seb writes:

> So, If I follow all those steps, coming from the /usr/src/UPDATING,
>
> To just build a kernel when you know that it won't mess you up
> --------------------------------------------------------------
> cd src/sys/{i386,alpha}/conf
> config KERNEL_NAME_HERE
> cd ../../compile/KERNEL_NAME_HERE
> make depend
> make
> make install
>
> If this fails, go to the "To build a kernel" section.
>
> To rebuild everything and install it on the current system.
> -----------------------------------------------------------
> # Note: sometimes if you are running current you gotta do more than
> # is listed here if you are upgrading from a really old current.
>
> <make sure you have good level 0 dumps>
> <maybe fix /etc/fstab> [7]
> make buildworld
> make buildkernel KERNCONF=YOUR_KERNEL_HERE
> make installkernel KERNCONF=YOUR_KERNEL_HERE
> [1]
> <reboot in single user> [3]
> mergemaster -p [5]
> make installworld
> mergemaster [4]
> <reboot>
>
>
> Everthing, should be fine, right ?

Assuming you know that it won't mess you up. For most purposes, that
means that you have previously done a full install with the same set
of system sources.
 >> Stay informed about: Make World on FreeBSD 5.1 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Make Install -

make.conf file - HELP PLEASE - I have followed the instructions as per the following url in order to update my FreeBSD fileserver. The server is currently running FreeBSD 4.9 and I would like to update it to the latest RELEASE version. The instructions on the following url have bee...

make.conf file - PLEASE HELP - I have followed the instructions as per the following url in order to update my FreeBSD fileserver. The server is currently running FreeBSD 4.9 and I would like to update it to the latest RELEASE version. The instructions on the following url have bee...

make depend error - simple option missing? - Hello! FreeBSD 4.9 i386 PIII 800 MHz PC: Dell Optiplex GX200 Following the FreeBSD Handbook Chapter 9 section on Building and Installing a Custom Kernel I edited the MYKERNEL file and proceeded to config MYKERNEL and to the ../../compile/MYKERNEL..

How to make device files for USB Zip drive disks ? - Question: How to make device files in "/dev/" for USB Zip drive disks ? I have a USB-powered Zip250 drive that I like to connect occasionally to my Toshiba Satellite Pro 6100 running 5.3-R. When I hot-plug the (empty) drive to a free USB port...
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]