Haven't been able to make world in about a year

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Feb 28 08:54:52 PST 2006


On 2006-02-28 10:36, "Donald J. O'Neill" <duncan.fbsd at gmail.com> wrote:
>On Tuesday 28 February 2006 09:02, Giorgos Keramidas wrote:
>>On 2006-02-28 09:52, Kris Kennaway <kris at obsecurity.org> wrote:
>>> He means to run mergemaster -p before make installworld, as in the
>>> instructions quoted at the top of this email and in
>>> /usr/src/UPDATING. Also, the documented sequence *does* include
>>> installing the kernel, so I don't know what you mean there either.
>>
>> Yes, thanks Kris.
>>
>> Sorry for the buildworld/installworld confusion.  I meant right
>> before 'make installworld'.
>
> I knew where to do it, I hoped you did, but the OP might not
> and try to do it where you said.

Agreed.

> I agree with you on running a script. What I told the OP to do
> was run script and do things inside there. After I sent my
> response off, I took another look at what Kristian had written
> and decided I misunderstood what you had said. Sorry, I agree
> with you to not run it in a script, however, I do think he
> should run the program 'script' and do things from there, to at
> least have something to refer to when things go wrong. They
> will go wrong.

Yes, you're right about using the script(1) utility.  I usually
run builds either inside script(1) sessions, or with something to
the effect of:

    env MAKEOBJDIRPREFIX=/big/obj \
        make buildworld buildkernel 2>&1 | tee logfile

which is more or less the same.

Your step-by-step explanation in the previous post was nice :)



More information about the freebsd-questions mailing list