Subject: Satruday current fails
To: None <port-sparc64@netbsd.org>
From: leam <leam@reuel.net>
List: port-sparc64
Date: 04/27/2003 18:46:57
Okay, maybe I'm a day late and a few configs short. I cvs'd yesterday
morning, and tried to rebuild the kernel. The machine is an ftp install
from a few weekes ago, so pre-1.6.1.
"leamBSD" is just a cp of GENERIC. The idea was to start basic and once
I knew I could compile the kernel as is start experimenting. Of course,
I get stumped on "basic". :)
If this is somthing I can fix, point me to the right things to read and
I'll enjoy learning.
The errors are:
# config leamBSD
../../../../netinet6/files.netipsec:4: syntax error
../../../../conf/files:178: syntax error
../../../../conf/files:226: syntax error
../../../../conf/files:429: undefined attribute `wlan'
../../../../conf/files:435: undefined attribute `wlan'
*** Stop.
# pwd
/usr/src/sys/arch/sparc64/conf
In /usr/src/sys/netinet6:
defflag opt_ipsec.h IPSEC_ESP: des, blowfish, cast128, rijndael
In /usr/src/src/conf/files:
Line 178:
define scsi {[channel = 0]}: scsi_core
Line 226:
define wlan: arc4
Line 429:
device awi: arp, wlan, ifnet
Line 435:
device wi: arp, wlan, ifnet
###
The guesses:
The last two seem based on the second one, wlan not being defined. wlan
references arc4, which is not defined. "arc" is, but not "arc4". Sadly,
I don't know what any of them are.
The scsi issue is odder, sine scsi_core is defined in the line above.
Note that my line numbers are based on vi, that is, if there is a
different number reporting usage that you'd get using 435G in vi, I'm
off target.
ciao!
leam