Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 11:55:42 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        david@students.ncl-coll.ac.uk
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: kernel compile errors
Message-ID:  <c6b4f9bba0357b97d2317fc7a925ad67@xcllnt.net>
In-Reply-To: <200506130949.34124.david@students.ncl-coll.ac.uk>
References:  <200506101052.39004.david@students.ncl-coll.ac.uk> <200506130844.29103.david@students.ncl-coll.ac.uk> <2b24847704e2ba745cc13bc1f93d1a1f@xcllnt.net> <200506130949.34124.david@students.ncl-coll.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help

On Jun 13, 2005, at 1:49 AM, David wrote:

> On Monday 13 June 2005 08:58, Marcel Moolenaar wrote:
>> On Jun 13, 2005, at 12:44 AM, David wrote:
>>> I'm following  RELENG_5_4 via cvsup - how long before I can receive
>>> your
>>> fixes?  Did you commit them to 5_4-RELEASE?
>>
>> I committed to 5-stable. The 5.4-release branch is for security fixes
>> only, so I won't be committing on that branch. The following minimal
>> change should make it work for you on alpha and RELENG_5_4:
>>
> Thanks - but I don't know how to use that info. :-(

Ah, I see. What I sent you was the output of diff(1) and represents
the differences between files that you have now and files your should
get to make it work. You safe the mail and give it to patch(1), like
	% cd /sys/conf
	% patch --ignore-whitespace < saved_email

Then you run config as normal and build the kernel.

When I mention diff(1) and patch(1), I mean the user tools for which
you can read the manual page with:
	% man 1 diff
	% man 1 patch

This is as far as I can help you. If this doesn't help you on your
way, then you have to wait for 5.5 to be released and switch to that.

FYI,

-- 
  Marcel Moolenaar         USPA: A-39004          marcel@xcllnt.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6b4f9bba0357b97d2317fc7a925ad67>