From owner-freebsd-stable Fri Feb 2 11:57:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id 417F137B401 for ; Fri, 2 Feb 2001 11:57:10 -0800 (PST) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id NAA06213; Fri, 2 Feb 2001 13:56:41 -0600 (CST) From: Andrew.Hodgkins@hurlburt.af.mil Received: from exwncc02.hurlburt.af.mil (exwncc02.hurlburt.af.mil [151.166.208.36]) by shepherd.hurlburt.af.mil with ESMTP id NAA06208; Fri, 2 Feb 2001 13:56:41 -0600 (CST) Received: by EXWNCC02 with Internet Mail Service (5.5.2650.21) id ; Fri, 2 Feb 2001 13:56:37 -0600 Message-ID: To: Joe.Warner@smed.com, freebsd-stable@FreeBSD.ORG Subject: RE: Going from 4.2 -RELEASE to 4.2 -STABLE: "make buildkernel" fa ils Date: Fri, 2 Feb 2001 13:56:48 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, the proper syntax is "make buildkernel KERNEL=MYKERNEL". KERNCONF is the new variable name for CURRENT, but STABLE still uses KERNEL. If you still get an error, though, double-check for typos (extra/missing comment character, etc.) that may not necessarily be on line 65. Use "diff" to compare it with a known good kernel config file. If you still can't find anything wrong, just start over and make your edits on the most recent GENERIC. ;) I generally do this whenever GENERIC has changed since my last kernel build anyway. HTH, Andy -----Original Message----- From: Joe.Warner@smed.com [mailto:Joe.Warner@smed.com] Sent: Friday, February 02, 2001 11:24 AM To: freebsd-stable@FreeBSD.ORG Subject: Going from 4.2 -RELEASE to 4.2 -STABLE: "make buildkernel" fails Hi, I tried searching the archive of this list before posting but couldn't find any information similar to the problem I'm now facing. I had just installed FreeBSD 4.2 RELEASE on my home PC and had CVSUP'd my ports and then the source for STABLE. Everything seemed to go fine with "make world" and "mergemaster" but when I got to: "make buildkernel KERNCONF=MYKERNEL" It fails with an error that goes something like: "Error line # 65 in config. Devices can't use identity of 0....." I am using a custom kernel, not GENERIC, that I've recompiled a few times before attempting the move to STABLE. I looked at line # 65 of my kernel and also the GENERIC kernel and it's just the "device pcm" line. I don't know how to fix this. Can someone help me? Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message