From owner-freebsd-questions@FreeBSD.ORG Wed May 11 08:28:52 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 AE19C16A4CE for ; Wed, 11 May 2005 08:28:52 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D9C43D5A for ; Wed, 11 May 2005 08:28:52 +0000 (GMT) (envelope-from alexsoldatov@mail.ru) Received: from [217.74.47.2] (port=38214 helo=asoldatov) by mx2.mail.ru with esmtp id 1DVmZx-000BJ2-00; Wed, 11 May 2005 12:28:29 +0400 From: "Alexander Soldatov" To: "'Kris Kennaway'" , "'Alexander Soldatov'" Date: Wed, 11 May 2005 12:29:36 +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: <20050511074259.GA97896@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Thread-Index: AcVV/SEUtJVTxESIQPeVpo5v95N2+AABeoig Message-Id: cc: freebsd-questions@freebsd.org Subject: RE: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem with compiling 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 08:28:52 -0000 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 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kris Kennaway Sent: Wednesday, May 11, 2005 11:43 AM To: Alexander Soldatov Cc: freebsd-questions@freebsd.org; 'Kris Kennaway' Subject: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem with compiling kernel On Wed, May 11, 2005 at 11:38:49AM +0400, 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 > > As a matter of fact that problem occurred on the stage 3 when I run 'make'. > I'm novice with Freebsd so it's hard to resolve this problem by myself. I asked you to provide more context, i.e. post the relevant part of the output you receive. What you posted previously did not indicate an error. Kris