From owner-freebsd-current Mon Mar 18 19: 4: 8 2002 Delivered-To: freebsd-current@freebsd.org Received: from smtp.wagsky.com (wildside.wagsky.com [64.220.148.97]) by hub.freebsd.org (Postfix) with ESMTP id 7E5E337B402 for ; Mon, 18 Mar 2002 19:04:03 -0800 (PST) Received: from localhost (jeff@localhost) by smtp.wagsky.com (8.11.6/8.9.3) with ESMTP id g2J343W48878 for ; Mon, 18 Mar 2002 19:04:03 -0800 (PST) (envelope-from jeff+freebsd@wagsky.com) X-Authentication-Warning: wildside.wagsky.com: jeff owned process doing -bs Date: Mon, 18 Mar 2002 19:04:03 -0800 (PST) From: Jeff Kletsky X-Sender: jeff@wildside.wagsky.com To: current@freebsd.org Subject: make kernel breakage - src/sys/dev/usb/uplcom.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Compiling from today's cvsup results in a failure to compile src/sys/dev/usb/uplcom.c due to USB_PRODUCT_RATOC_REXUSB60 being undefined. It appears that usbdevs.h needs to be regenerated and checked in to the repository. As a temporary fix: cd .../src/sys/dev/usb/ awk -f devlist2h.awk < usbdevs seems to resolve the issue. Is there a reason this is (apparently) not run during the make process? Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message