From owner-freebsd-current Sat Dec 12 10:44:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15662 for freebsd-current-outgoing; Sat, 12 Dec 1998 10:44:34 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15653 for ; Sat, 12 Dec 1998 10:44:31 -0800 (PST) (envelope-from bruce@zuhause.mn.org) Received: (from uucp@localhost) by abby.skypoint.net (8.8.7/jl 1.3) with UUCP id MAA18141 for freebsd-current@freebsd.org; Sat, 12 Dec 1998 12:44:29 -0600 (CST) Received: (from bruce@localhost) by zuhause.mn.org (8.9.1/8.9.1) id MAA89952; Sat, 12 Dec 1998 12:43:37 -0600 (CST) (envelope-from bruce) From: Bruce Albrecht MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <13938.47448.324592.152079@zuhause.zuhause.mn.org> Date: Sat, 12 Dec 1998 12:43:36 -0600 (CST) To: freebsd-current@FreeBSD.ORG Subject: Make world fails in /usr.sbin/usbd X-Mailer: VM 6.62 under 20.4 "Emerald" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just cvsupped about an hour ago, and as near as I can tell, the usr/include/dev directory containing dsb.h is not getting created. For the moment, I'm just going to remove the usb programs from the usr.sbin Makefile until I can figure out where the Makefiles would normally create and populate this subdirectory. ===> usr.sbin/usbd cc -O -pipe -I../../sys -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/usr.sbin/usbd/usbd.c gzip -cn /usr/src/usr.sbin/usbd/usbd.8 > usbd.8.gz /usr/src/usr.sbin/usbd/usbd.c:50: dev/usb/usb.h: No such file or directory /usr/src/usr.sbin/usbd/usbd.c: In function `main': /usr/src/usr.sbin/usbd/usbd.c:152: `USB_DISCOVER' undeclared (first use this function) /usr/src/usr.sbin/usbd/usbd.c:152: (Each undeclared identifier is reported only once /usr/src/usr.sbin/usbd/usbd.c:152: for each function it appears in.) *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message