From owner-freebsd-current Wed Nov 20 20:47: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB0E37B401 for ; Wed, 20 Nov 2002 20:47:08 -0800 (PST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0342F43E42 for ; Wed, 20 Nov 2002 20:47:08 -0800 (PST) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com wa1ter@smtp-send.myrealbox.com [66.126.111.71] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.16 $ on Novell NetWare via secured & encrypted transport (TLS); Wed, 20 Nov 2002 21:47:08 -0700 Message-ID: <3DDC6548.5020303@hotmail.com> Date: Wed, 20 Nov 2002 20:47:04 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: buildkernel broken at bluetooth? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mkdep -f .depend -a -nostdinc -I../../../../netgraph/bluetooth/include -D_KERNEL -DKLD_MODULE -I- -I../../../../netgraph/bluetooth/include -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/local/mnt/src/i386/usr/include /usr/local/mnt/src/sys/modules/netgraph/bluetooth/bluetooth/../../../../netgraph/bluetooth/common/ng_bluetooth.c /usr/local/mnt/src/sys/netgraph/bluetooth/common/ng_bluetooth.c:38:26: ng_bluetooth.h: No such file or directory mkdep: compile failed My /usr/src is a symlink to another partition which is mounted on /usr/local/mnt/src. I can make it compile by modifying the Makefiles in sys/modules/netgraph/bluetooth like this: CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include Maybe there's a better way to do this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message