From owner-freebsd-stable@FreeBSD.ORG Thu Dec 31 16:37:11 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 316EF1065696 for ; Thu, 31 Dec 2009 16:37:11 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 7EF988FC15 for ; Thu, 31 Dec 2009 16:37:09 +0000 (UTC) Received: (qmail 15921 invoked by uid 89); 31 Dec 2009 16:37:08 -0000 Message-ID: <20091231163708.15920.qmail@avocado.salatschuessel.net> References: <20091231101259.3f28dc5b.lehmann@ans-netz.de> In-Reply-To: From: "Oliver Lehmann" To: "Ronald Klop" Date: Thu, 31 Dec 2009 17:37:08 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org 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:37:11 -0000 Ronald Klop writes: > Some of the regular tips: > - Make clean or rm -r /usr/obj > - Remove the /usr/src/* and csup/cvsup some fresh src. Yeah tried this (I probably did this in June with the same error as well). Now I'm getting: ===> usr.sbin/bluetooth/bthidcontrol (depend) lex -t /usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd/lexer.l > lexer.c yacc -d -o parser.c /usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd/parser.y rm -f .depend mkdep -f .depend -a -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c lexer.c parser.c /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c /usr/src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c:41:20: error: usbhid.h: No such file or directory /usr/src/usr.sbin/bluetooth/bthidcontrol/hid.c:38:20: error: usbhid.h: No such file or directory /usr/src/usr.sbin/bluetooth/bthidcontrol/../bthidd/parser.y:44:20: error: usbhid.h: No such file or directory /usr/src/usr.sbin/bluetooth/bthidcontrol/sdp.c:40:20: error: usbhid.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/usr.sbin/bluetooth/bthidcontrol. *** Error code 1 Stop in /usr/src/usr.sbin/bluetooth. *** Error code 1 Stop in /usr/src/usr.sbin. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.