From owner-freebsd-questions@FreeBSD.ORG Wed May 11 07:37:45 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 5726F16A4CE for ; Wed, 11 May 2005 07:37:45 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E4743D67 for ; Wed, 11 May 2005 07:37:45 +0000 (GMT) (envelope-from alexsoldatov@mail.ru) Received: from [217.74.47.2] (port=50264 helo=asoldatov) by mx2.mail.ru with esmtp id 1DVlmo-000JEC-00; Wed, 11 May 2005 11:37:42 +0400 From: "Alexander Soldatov" To: "'Kris Kennaway'" , "'Alexander Soldatov'" Date: Wed, 11 May 2005 11:38:49 +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: <20050511061326.GA70302@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Thread-Index: AcVV8Jy75AUsRtbTQliQIZu0d61JBAAC9LqQ Message-Id: cc: freebsd-questions@freebsd.org Subject: 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 07:37:45 -0000 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. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Kris Kennaway Sent: Wednesday, May 11, 2005 10:13 AM To: Alexander Soldatov Cc: freebsd-questions@freebsd.org Subject: [OBORONA-SPAM] Re: a problem with compiling kernel On Wed, May 11, 2005 at 09:18:33AM +0400, Alexander Soldatov wrote: > Hi! > > > > I've got an error when I try to compile kernel with new configuration. > > That is: > > > > if_gif.c: In function 'gif_destroy': > > if_gif.c:187: warning: unused variable 'err' > > Error code 1 > That's not an error, please give more context for what you're doing. If you're using -j with your kernel build, don't, because it obscures the real error. Kris