From owner-freebsd-questions@FreeBSD.ORG Wed May 11 10:20:32 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC0116A4CE for ; Wed, 11 May 2005 10:20:32 +0000 (GMT) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FF343D41 for ; Wed, 11 May 2005 10:20:31 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 11 May 2005 11:21:09 +0100 Message-ID: <4281DC6D.1000702@dial.pipex.com> Date: Wed, 11 May 2005 11:20:29 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.7) Gecko/20050510 X-Accept-Language: en, en-us MIME-Version: 1.0 To: Alexander Soldatov References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 May 2005 10:21:09.0767 (UTC) FILETIME=[26592170:01C55613] cc: freebsd-questions@freebsd.org Subject: Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 10:20:32 -0000 Alexander Soldatov wrote: >I need to make new kernel. So I've make my own config file from GENERIC. >Then standart operations: >1. config CUSTOM (this's my config file) >2. make depend >3. make > and then: >Of course not, I need INET >Is the problem because of a INET support missing? How can I correct it? >By the way I also tried to add NO_WERROR=yes in make.conf but it's not >useful in this case for some reason - the same output appears > > Put it back into your CUSTOM config! The support isn't there because you evidently too it out :-) I suggest editing the original GENERIC and your CUSTOM side by side so that you can check that everything you took out really should have been taken out. Or try comparing them with diff. --Alex