From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 12:52:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6454B1065692 for ; Sat, 5 Jun 2010 12:52:49 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 23DBF8FC1F for ; Sat, 5 Jun 2010 12:52:48 +0000 (UTC) Received: (qmail 12814 invoked from network); 5 Jun 2010 12:52:44 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Jun 2010 12:52:44 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 6CEFB5082E; Sat, 5 Jun 2010 08:52:29 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 2B8381CC88; Sat, 5 Jun 2010 08:52:29 -0400 (EDT) From: Lowell Gilbert To: n dhert References: <44wrue7j3q.fsf@be-well.ilk.org> Date: Sat, 05 Jun 2010 08:52:28 -0400 In-Reply-To: (n. dhert's message of "Sat, 5 Jun 2010 07:06:00 +0200") Message-ID: <44eigl63qr.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: hal-0.5.14_7 to _8 upgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2010 12:52:49 -0000 n dhert writes: >> USB_GET_REPORT_ID should be getting picked up from >> /usr/include/dev/usb/usb_ioctl.h these days. > >> Have you still got libusb (or some of its includes) installed on a >> system recent enough to have it in the base system? > On my system, I do have : > ]$ ls -la /usr/include/dev/usb/usb_ioctl.h > -r--r--r-- 1 root wheel 9809 May 17 14:57 > /usr/include/dev/usb/usb_ioctl.h > > On the other hand portupgrading always gives me: > ---> ** Upgrade tasks 1: 0 done, 1 ignored, 0 skipped and 1 failed > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > - devel/libusb (marked as IGNORE) > ! sysutils/hal (hal-0.5.14_7) (compiler error) > > It seems it still tries to do something with the devel/libusb port? > $ pkg_info | grep libusb > libusb-0.1.12_4 Library giving userland programs access to USB devices > seems to show it is installed. > My system started at 7.2 and was upgraded to 8.0 and has given this > devel/libusb (marked as IGNORE) even since. > If I look on a different system installed for the first time right with 8.0, > > $ pkg_info | grep libusb reports nothing. Right. Remove the devel/libusb port and rebuild everything that depended on it. This was listed in UPDATING.