Subject: alpha build error (was: CVS commit: src)
To: Andrew Doran <ad@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: port-alpha
Date: 08/14/2006 23:58:42
Hi,
please check the latest autobuilds for alpha on this page:
http://releng.netbsd.org/builds/HEAD/200608080000Z/alpha.build.failed
/home/builds/ab/HEAD/src/sys/arch/alpha/tc/tcasic.c:176:18: error: sfbp.h: No such file or directory
nbmkdep: compile failed.
--- tcasic.d ---
*** [tcasic.d] Error code 1
1 error
The following commit broke it, when the sfbp part was removed from files.alpha:
-# PMAGD HX+
-device sfbp: wsemuldisplaydev, rasops32
-attach sfbp at tc
-file dev/tc/sfbplus.c sfbp needs-flag
But it was not enabled in files.tc:
# HX+ PMAGD
#device sfbp: wsemuldisplaydev, rasops32, rasops8
#attach sfbp at tc
#file dev/tc/sfbplus.c sfbp needs-flag
Hmm, the sfb.c had the option wsrasteremulops which is not in files.tc.
Same goes for mfb.c and tfb.c
And what about these lines which were in files.alpha:
-device vsms: wsmousedev
-device lkkbd: wskbddev, lkkbdmap
Bernd
On Sat, Jul 29, 2006 at 07:10:58PM +0000, Andrew Doran wrote:
>
> Module Name: src
> Committed By: ad
> Date: Sat Jul 29 19:10:58 UTC 2006
>
> Modified Files:
[..]
> src/sys/arch/alpha/conf: files.alpha
[..]
> src/sys/dev/tc: files.tc
[..]
> Log Message:
> Remove RASTERCONSOLE support from the pmax port.
>
>
> To generate a diff of this commit:
[..]
> cvs rdiff -r1.168 -r1.169 src/sys/arch/alpha/conf/files.alpha
[..]
> cvs rdiff -r1.29 -r1.30 src/sys/dev/tc/files.tc