From owner-freebsd-current@FreeBSD.ORG Thu Aug 26 13:54:39 2004 Return-Path: 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 F2FEA16A4CE for ; Thu, 26 Aug 2004 13:54:38 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD2843D2D for ; Thu, 26 Aug 2004 13:54:38 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QDscYk020497; Thu, 26 Aug 2004 09:54:38 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20423-01; Thu, 26 Aug 2004 09:54:37 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QDsbUU020435; Thu, 26 Aug 2004 09:54:37 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i7QDsVXa037030; Thu, 26 Aug 2004 09:54:31 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040826095714.0357e788@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 26 Aug 2004 09:59:18 -0400 To: Jonathan Fosburgh From: Mike Tancsa In-Reply-To: <412DE8D7.3020205@mdacc.tmc.edu> References: <6.1.2.0.0.20040826090933.074a6fd0@64.7.153.2> <412DE8D7.3020205@mdacc.tmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-current@freebsd.org Subject: Re: make buildworld problems on RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Aug 2004 13:54:39 -0000 At 09:42 AM 26/08/2004, Jonathan Fosburgh wrote: >A couple of options. From the above error, do you have options INET in >your kernel config? Also, do you have options PFIL_HOOKS in your kenrnel >config? Check UPDATING and the -current mailling list. Sorry, I forgot to add, that if I build the modules with the kernel, all is well. i.e. if I comment out #NO_MODULES= true # do not build modules with the kernel #MODULES_WITH_WORLD=true in /etc/make.conf I can buildworld and buildkernel ---Mike