From owner-freebsd-isp@FreeBSD.ORG Tue Dec 13 16:31:45 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A6516A41F for ; Tue, 13 Dec 2005 16:31:45 +0000 (GMT) (envelope-from dan.ross@hamiltontel.com) Received: from hamilton.net (mail.hamiltontel.com [208.6.238.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53F8143D8A for ; Tue, 13 Dec 2005 16:31:44 +0000 (GMT) (envelope-from dan.ross@hamiltontel.com) Received: from [208.6.238.24] (HELO [192.168.50.4]) by hamilton.net (CommuniGate Pro SMTP 4.1.8) with ESMTP id 195482862 for freebsd-isp@freebsd.org; Tue, 13 Dec 2005 10:31:47 -0600 Message-ID: <439EF7E0.8030106@hamiltontel.com> Date: Tue, 13 Dec 2005 10:33:36 -0600 From: Dan Ross User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make buildworld problem X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 16:31:45 -0000 I am trying to build a new kernel with smp. I started with make clean and got no errors. I then type make buildworld from /usr/src directory it runs for about an hour then I get: gzip -cn /usr/src/sbin/ip6fw/ip6fw.8 > ip6fw.8.gz ===> sbin/ipf make: don't know how to make bsd.README. Stop *** Error code 2 Stop in /usr/src/sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. comm1# suggestions?