Tuesday, October 03, 2017

Re: 6.1 amd64 errata 30_xrstor patch fails

On Wed, Oct 04, 2017 at 12:59:36AM +0200, Oliver Marugg wrote:
> sorry for my previous markdown formatted mail:
> I entered the commands correctly:
>
> ...
> # KK=`sysctl -n kern.osversion | cut -d# -f1`
> # cd /usr/src/sys/arch/`machine`/compile/$KK
> # make obj
> # make config
> make: don't know how to make config
> Stop in /usr/src/sys/arch/amd64/compile/GENERIC.MP
> ...
>

FWIW - it worked for me (OpenBSD ... 6.1 GENERIC.MP#4 amd64):

# KK=`sysctl -n kern.osversion | cut -d# -f1`
# cd /usr/src/sys/arch/`machine`/compile/$KK
# make obj
# make config
cd /usr/obj/sys/arch/amd64/compile/GENERIC.MP && config -s /usr/src/sys -b /usr/src/sys/arch/amd64/compile/GENERIC.MP/obj /usr/src/sys/arch/amd64/conf/GENERIC.MP
#

No comments:

Post a Comment