Kernel rebuild problems

2003-01-25 Thread lattera
When I add device pcm to my kernel config, I get the error:
--

Kernel build for FIREWALLED started on Sat Jan 25 08:54:06 MST 2003

--
=== FIREWALLED
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;  
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u 
sr/src/i386/usr/games:/usr/obj/usr/src/make.i386:/sbin:/bin:/usr/sbin:/usr/b 
in  config  -d /usr/obj/usr/src/sys/FIREWALLED  
/usr/src/sys/i386/conf/FIREWALLED
config: /usr/src/sys/i386/conf/FIREWALLED:263: syntax error
*** Error code 1 

Stop in /usr/src.
*** Error code 1 

Stop in /usr/src. 

end of error 

uname -a output:
bash-2.05b# uname -a
FreeBSD shawns.lan 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 
GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386 


Thanks, 

lattera

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Kernel rebuild problems

2003-01-25 Thread Mike Meyer
In [EMAIL PROTECTED], [EMAIL PROTECTED] typed:
 When I add device pcm to my kernel config, I get the error:
  --
  Kernel build for FIREWALLED started on Sat Jan 25 08:54:06 MST 2003
  --
 === FIREWALLED
 mkdir -p /usr/obj/usr/src/sys
 cd /usr/src/sys/i386/conf;  
 PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u 
 sr/src/i386/usr/games:/usr/obj/usr/src/make.i386:/sbin:/bin:/usr/sbin:/usr/b 
 in  config  -d /usr/obj/usr/src/sys/FIREWALLED  
 /usr/src/sys/i386/conf/FIREWALLED
 config: /usr/src/sys/i386/conf/FIREWALLED:263: syntax error
 *** Error code 1 

your config file is broken. Line 263 has a syntax error in it. If
that's the line with device pcm on it, you may have a control
character in the line. Try cat -nv and look for line 263. If you
still can't figure it out, send the list lines 260-265 or something
like that.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message