Re: Upgrading to 7 from 6.3



On Thu, Feb 28, 2008 at 12:52 PM, Lowell Gilbert
<freebsd-questions-local@xxxxxxxxxxxxxxx> wrote:
Dominic Fandrey <kamikaze@xxxxxxxxxxx> writes:

> B. Cook wrote:
>> Hello All,
>>
>> I was going to try and update a box from 6.3 to 7 via buildworld all
>> 32 bit, nothing 64.
>>
>> Assuming it should be done like this:
>>
>> make buildworld
>> make buildkernel
>> mergemaster -p
>> make installkernel
>> (reboot)
>> (startup on 7 kernel)
>> make installworld
>> mergemaster (do full mergemaster)
>> make installworld
>> (reboot)
>>
>> (make sure all is working in 7 then do it all again; just to be sure)
>> make buildworld
>> make buildkernel
>> make installkernel
>> make installworld
>>
>>
>> Sound about right? or too redundant?
>>
>> Thanks in advance.
>
> The doing it all again part might bring some very slight performance
> improvements due to the compiler change.

It *shouldn't* make any difference; buildworld bootstraps its own
compiler as one of the first things it does.

None of the steps really need to be done more than once. The
redundancy as described isn't harmful, either.
_______________________________________________

You also have to recompile all your ports due to a major change in how
the ports work.

portupgrade -f -a
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Havent been able to make world in about a year
    ... > && make buildworld \ ... > && make installworld \ ... of mergemaster -p is needed before the buildworld ... Mail has the best spam protection around ...
    (freebsd-questions)
  • Re: Upgrading to 7 from 6.3
    ... I was going to try and update a box from 6.3 to 7 via buildworld all 32 bit, ... make installworld ... mergemaster ...
    (freebsd-questions)
  • Upgrading to 7 from 6.3
    ... I was going to try and update a box from 6.3 to 7 via buildworld all 32 bit, ... make installworld ... mergemaster ...
    (freebsd-questions)
  • Re: Upgrading to 7 from 6.3
    ... I was going to try and update a box from 6.3 to 7 via buildworld all ... make installworld ... mergemaster ... improvements due to the compiler change. ...
    (freebsd-questions)
  • Re: speeding up buildworld/kernel
    ... -- Aryeh M. Friedman FloSoft Systems, ... Install ccache, ... ccache is not very useful for buildworld, ... flosoft# time make buildworld buildkernel installkernel installworld ...
    (freebsd-questions)