Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 13:41:12 -0600
From:      Mike Meyer <mwm-dated-1043955672.1ade03@mired.org>
To:        lattera@softhome.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernel rebuild problems
Message-ID:  <15922.59480.194583.430060@guru.mired.org>
In-Reply-To: <courier.3E32B359.00007C35@softhome.net>
References:  <courier.3E32B359.00007C35@softhome.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In <courier.3E32B359.00007C35@softhome.net>, lattera@softhome.net 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 <mwm@mired.org>		http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15922.59480.194583.430060>