From owner-freebsd-questions@FreeBSD.ORG Wed Jan 14 04:45:44 2004 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 39F8116A4CE for ; Wed, 14 Jan 2004 04:45:44 -0800 (PST) Received: from smtp23.singnet.com.sg (smtp23.singnet.com.sg [165.21.101.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 679CC43D46 for ; Wed, 14 Jan 2004 04:45:42 -0800 (PST) (envelope-from spades@galaxynet.org) Received: from bryanuptrvb0jc (bb-203-125-29-205.singnet.com.sg [203.125.29.205])i0ECjeaj016654 for ; Wed, 14 Jan 2004 20:45:40 +0800 Message-ID: <034c01c3da9c$55bdc7c0$fa10fea9@bryanuptrvb0jc> From: "Spades" To: References: <64287.195.141.214.38.1073992712.squirrel@hiwatt.lognet.ch><44k73vld7e.fsf@be-well.ilk.org> <02cd01c3da29$2d5b0540$fa10fea9@bryanuptrvb0jc> Date: Wed, 14 Jan 2004 20:45:48 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: recompile kernel problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Spades List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 12:45:44 -0000 Hi, I installed FreeBSD 4.9-PREREL and recompiled the kernel and got this problem during recompile of kernel. # make depend && make && make install.. (snip) vnode_if.h:876: warning: inlining failed in call to `VOP_UNLOCK' /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:598: warning: called from here /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c: In function `union_inactive': /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:1705: warning: unused variable `vpp' /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c: In function `union_unlock': /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:1803: warning: unused variable `un' *** Error code 1 Stop in /usr/src/sys/modules/union. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/CONF. Any solutions around this? Thanks.