From owner-freebsd-current@FreeBSD.ORG Thu Oct 12 22:54:25 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB89F16A415 for ; Thu, 12 Oct 2006 22:54:25 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9714743D45 for ; Thu, 12 Oct 2006 22:54:25 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id k9CMsPJT020569; Thu, 12 Oct 2006 15:54:25 -0700 (PDT) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id k9CMsN3Y003589; Thu, 12 Oct 2006 15:54:24 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Thu, 12 Oct 2006 15:54:22 -0700 To: fulan Peng X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-current@freebsd.org Subject: Re: How to compile the kernel 7.0-CURRENT AMD64 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 22:54:25 -0000 On Oct 12, 2006, at 3:40 PM, fulan Peng wrote: > I just installed FreeBSD 7.0-CURRENT on a AMD Opteron. > I cd /sys/amd64/conf > I cp GENERIC,v newkernel > ls: > .cvsignore,v DEFAULTS,v GENERIC.hints,v Makefile,v > newkernel > Attic GENERIC,v MAC,v NOTES,v > I have changed the ident from GENERIC to newkernel > Then /usr/sbin/config newkernel. > config: newkernel:1: syntax error > This is the newkernel file: > > head 1.466; [ ... ] You've managed to checkout the source code as a CVS repository, rather than as a workarea. Try adjusting your CVSUP configuration and try again; you should end up having files which do not end with the ",v"... -- -Chuck