From owner-freebsd-questions@FreeBSD.ORG Wed May 11 09:49:16 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 62FB516A4CE for ; Wed, 11 May 2005 09:49:16 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D65643D68 for ; Wed, 11 May 2005 09:49:16 +0000 (GMT) (envelope-from alexsoldatov@mail.ru) Received: from [217.74.47.2] (port=60926 helo=asoldatov) by mx2.mail.ru with esmtp id 1DVnq4-0002uB-00; Wed, 11 May 2005 13:49:12 +0400 From: "Alexander Soldatov" To: "'Kris Kennaway'" , "'Alexander Soldatov'" Date: Wed, 11 May 2005 13:50:19 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20050511090304.GA15606@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Thread-Index: AcVWCLGkgK35hRCZS3WDYalk6UgvOAAAxjsQ Message-Id: 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 09:49:16 -0000 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 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kris Kennaway Sent: Wednesday, May 11, 2005 1:03 PM To: Alexander Soldatov Cc: freebsd-questions@freebsd.org; 'Kris Kennaway' Subject: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel On Wed, May 11, 2005 at 12:29:36PM +0400, Alexander Soldatov wrote: > That's the full output of 'make' command: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -W > missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions > -st > d=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica > -I../../../co > ntrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf > -I../../../contrib/ > dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm > -D_KERNEL -i > nclude opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=1 > 00 --param large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack > -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c > ../../../net/if_gif.c: In function `gif_destroy': > ../../../net/if_gif.c:187: warning: unused variable `err' > *** Error code 1 You apparently have neither INET nor INET6 support in your kernel. Is this really what you want? Kris