From owner-freebsd-stable@FreeBSD.ORG Thu Dec 31 16:47:46 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38D310656A3 for ; Thu, 31 Dec 2009 16:47:46 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id 473C08FC13 for ; Thu, 31 Dec 2009 16:47:45 +0000 (UTC) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA06.westchester.pa.mail.comcast.net with comcast id Prfj1d0070EZKEL56snmYw; Thu, 31 Dec 2009 16:47:46 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by OMTA01.westchester.pa.mail.comcast.net with comcast id Psnl1d0083S48mS3MsnlGN; Thu, 31 Dec 2009 16:47:46 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 467BD1E3035; Thu, 31 Dec 2009 08:47:44 -0800 (PST) Date: Thu, 31 Dec 2009 08:47:44 -0800 From: Jeremy Chadwick To: freebsd-stable@freebsd.org Message-ID: <20091231164744.GB4372@icarus.home.lan> References: <20091231101259.3f28dc5b.lehmann@ans-netz.de> <20091231163708.15920.qmail@avocado.salatschuessel.net> <20091231164001.16003.qmail@avocado.salatschuessel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091231164001.16003.qmail@avocado.salatschuessel.net> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 16:47:46 -0000 On Thu, Dec 31, 2009 at 05:40:01PM +0100, Oliver Lehmann wrote: > I think that this error might be related to my "special" src.conf. > Maybe WITHOUT_USB is causing this - but - this shouldn't be - right? src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c on RELENG_7 specifically includes usbhid.h, which is used for USB HID definitions and related stuff, so I'd say your guess is correct. $ uname -r 7.2-STABLE $ grep -n -i usb /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c 41:#include Regarding the odd mismatch (first a missing library archive, then a missing .h file): chances are your "old" /usr/obj may have contained the usbhid.h file somewhere (e.g. a previous kernel or world was built there *before* you added WITHOUT_USB=1 to src.conf), then later you added WITHOUT_USB=1 to src.conf without nuking /usr/obj. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |