From owner-freebsd-current@FreeBSD.ORG Thu Nov 6 23:36:19 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E2D106567A for ; Thu, 6 Nov 2008 23:36:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swipnet.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 16AEA8FC12 for ; Thu, 6 Nov 2008 23:36:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=d6BVkb5LuPPVEe4iNQMLyA==:17 a=GNh5npeq9yGDA2eeKqMA:9 a=8XOkMExJoG4u_ZgIM1AyjkWLvI0A:4 a=9aOQ2cSd83gA:10 a=LY0hPdMaydYA:10 Received: from [62.113.135.6] (account mc467741@c2i.net [62.113.135.6] verified) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 970494822; Fri, 07 Nov 2008 00:36:17 +0100 From: Hans Petter Selasky To: "Diego Depaoli" Date: Fri, 7 Nov 2008 00:38:27 +0100 User-Agent: KMail/1.9.7 References: <83e5fb980811051638n5f9a1a5dr60160ed7e2ed7a1c@mail.gmail.com> <200811060900.59772.hselasky@c2i.net> <83e5fb980811061420k79f6c845yd9263bea2834e0cd@mail.gmail.com> In-Reply-To: <83e5fb980811061420k79f6c845yd9263bea2834e0cd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811070038.27601.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: Usb2 and hal issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 23:36:19 -0000 On Thursday 06 November 2008, Diego Depaoli wrote: > 2008/11/6 Hans Petter Selasky : > > Hald is looping trying to open the wrong USB device. If hald is using > > libusb-0.1.12, > > Apparently It doesn't and Makefile contains two --disable-usb options. > Since pkg_info -R lists a lot of other ports requiring libusb-0.1.12 I > think each one may be linked with libusb20, or I'm wrong? > > Regards That's right. The new FreeBSD libusb20 implement all globals found in libusb-0.1.12, except the C++ part. You can also just make a symlink in the libraries directories for testing. --HPS