Re: Kernel compile problems

From: Scot Hetzel (swhetzel_at_gmail.com)
Date: 02/25/05

  • Next message: Lars Erik Gullerud: "Re: syslog msg size"
    Date: Fri, 25 Feb 2005 11:23:31 -0600
    To: Jay Shampur <shampurj@gmail.com>
    
    

    On Fri, 25 Feb 2005 11:56:52 -0500, Jay Shampur <shampurj@gmail.com> wrote:
    > Thank you - if I understand the process, this is what I need to do?
    >
    > make buildworld
    > make installworld
    >
    > make buildkernel KERNCONF=GENERIC
    > make installkernel KERNCONF=GENERIC
    >
    > Also, I am not trying to upgrade my system, just rebuilding it with
    > some new options.
    >
    This is not correct, the correct procedure is:

    make buildworld
    make buildkernel
    make installkernel
    mergemaster
    make installworld

    NOTE: This may not be entirely correct, see UPDATING for the correct procedure.

    Scot
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Lars Erik Gullerud: "Re: syslog msg size"

    Relevant Pages

    • getting back buildworld to work!
      ... Last night, as usual, current sources were cvsuped, I did buildkernel ... installworld, so I had only part of new world installed (actually it ... it now, because when I try to make buildworld, I see errors like this: ... *** Error code 1 ...
      (freebsd-current)
    • Re: last cvs Makefile.inc1 errors
      ... > The documented upgrade procedure does a 'buildworld' before ... > 'buildkernel' for precisely this kind of problem. ... make installworld ...
      (freebsd-current)
    • Re: can i delete /usr/obj/ before installworld?
      ... Scott wrote: ... > buildkernel after I run make buildworld. ... everything that you want to install via make installworld. ...
      (freebsd-questions)
    • Re: last cvs Makefile.inc1 errors
      ... >> make buildworld ... >> make buildkernel ... >> make installworld ... Please stick to the exact sequence above. ...
      (freebsd-current)
    • Re: can i delete /usr/obj/ before installworld?
      ... >I'm really short on diskspace, and I have no room to run a make buildkernel after I run make buildworld. ... >make installworld ...
      (freebsd-questions)