Building Kernels

2009-12-27 Thread Fred Crowson
Hi Misc,

I'm building kernels to try a fix an issue with my Libretto [1], but
I'm getting the following error:

make: don't know how to make vers.o. Stop in
/usr/src/sys/arch/i386/compile/lib46noit.

This is as a result of the 19 Oct 09 change to Makefile.i386 [2]

If I change vers.o back to newvers in the Makefile it works - what I
am missing to get it to work without editing the Makefile.i386?

Thanks

Fred

[1] http://marc.info/?l=openbsd-bugsm=123248925609937
The issue is caused by the changes to the sys/dev/isa/it.c on 3 Apr 08
[2]http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/Makefile.i386.diff?r1=1.53;r2=1.54;f=h



Re: Building Kernels

2009-12-27 Thread Markus Hennecke

Fred Crowson schrieb:

Hi Misc,

I'm building kernels to try a fix an issue with my Libretto [1], but
I'm getting the following error:

make: don't know how to make vers.o. Stop in
/usr/src/sys/arch/i386/compile/lib46noit.

This is as a result of the 19 Oct 09 change to Makefile.i386 [2]

If I change vers.o back to newvers in the Makefile it works - what I
am missing to get it to work without editing the Makefile.i386?


You need an up to date config(8).

Kind regards,
  Markus



Re: Building Kernels

2009-12-27 Thread Fred Crowson
On 12/27/09, Markus Hennecke markus-henne...@markus-hennecke.de wrote:
 Fred Crowson schrieb:
 Hi Misc,

 I'm building kernels to try a fix an issue with my Libretto [1], but
 I'm getting the following error:

 make: don't know how to make vers.o. Stop in
 /usr/src/sys/arch/i386/compile/lib46noit.

 This is as a result of the 19 Oct 09 change to Makefile.i386 [2]

 If I change vers.o back to newvers in the Makefile it works - what I
 am missing to get it to work without editing the Makefile.i386?

 You need an up to date config(8).

 Kind regards,
Markus

Thanks! That's solved it.

Fred