From owner-freebsd-questions Wed Sep 4 10:35:40 2002 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 DFE5837B400 for ; Wed, 4 Sep 2002 10:35:36 -0700 (PDT) Received: from web10102.mail.yahoo.com (web10102.mail.yahoo.com [216.136.130.52]) by mx1.FreeBSD.org (Postfix) with SMTP id 9F1F043E6A for ; Wed, 4 Sep 2002 10:35:36 -0700 (PDT) (envelope-from twigles@yahoo.com) Message-ID: <20020904173535.35527.qmail@web10102.mail.yahoo.com> Received: from [68.5.49.41] by web10102.mail.yahoo.com via HTTP; Wed, 04 Sep 2002 10:35:35 PDT Date: Wed, 4 Sep 2002 10:35:35 -0700 (PDT) From: twig les Subject: Kernel compile error To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all, I'm getting a bizarre and new error on my 4.6 RELEASE machine (fully patched). When I try to compile a new kernel I get hurt on the make: ------------------------------------------------------ %su Password: L# cd /usr/src/sys/i386/conf L# ls FW FW.safe GENERIC LINT L# cp GENERIC FW L# config FW Don't forget to do a ``make depend'' Kernel build directory is ../../compile/FW L# cd ../../compile/FW L# make depend make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f . . . L# make linking kernel kern_exec.o: In function `execve': kern_exec.o(.text+0x55a): undefined reference to `fdcheckstd' *** Error code 1 Stop in /usr/src/sys/compile/FW. L# ------------------------------------------------------ As you can see I'm just compiling the GENERIC kernel, and I have compiled several kernels on this box before without a problem. Obviously the system is still booting the old kernel fine (make failure=!make install), but this is odd.... ===== ----------------------------------------------------------- Heavy metal made me do it. ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message