X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=txpCVBprZPZK3hmyWbJi6UIAM8EZk CxPuRkxCjualUW/h/jaLUfbOWHn0DG4XSstU04nxbMtNUGAmnFi3LggFRkbkV1wX k8CIhMERFjkM8Gwjh616Gsh32F8ThcYszIeZTOowcDIuco72ui5T45S/YV5V/Qh4 vqw4i7w3Q59IBM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=Cg0tkWWyH5oersrvNdY0kHIT274=; b=bur Nh/+mCILN+Gm625VA7dh8okStM1q3BCwxUuyNs1TwBhKT9474PASr1GYQOHh6eaf Ofi+Doe/jD4GO5UF5ciiq6Wh65FZh4idVEf++KDEvFgZYnT3xX5fjKmZNR1wHbC6 J+au0XL3dveR0Ly/czP7C7ewc2dmbzO9mskAMq+s= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gwo5.mbox.net X-USANET-Received: from gwo5.mbox.net [127.0.0.1] by gwo5.mbox.net via mtad (C8.MAIN.3.82G) with ESMTP id 102saPula3136Mo5; Thu, 16 Jan 2014 20:37:00 -0000 X-USANET-Routed: 5 gwsout-gwsd Q:gwsd X-USANET-Routed: 3 gwsout-vs Q:bmvirus X-USANET-GWS2-Tenant: nwea.org X-USANET-GWS2-Tagid: NWEA X-USANET-Source: 165.212.120.254 OUT jim DOT garrison AT nwea DOT org S1P5HUB3.EXCHPROD.USA.NET TLS X-USANET-MsgId: XID633saPula4236Xo5 From: Jim Garrison To: "cygwin AT cygwin DOT com" Subject: RE: setup-x86 wants to install libusb0? Date: Thu, 16 Jan 2014 20:36:55 +0000 Message-ID: <0C723FEB5B4E5642B25B451BA57E273075143EA6@S1P5DAG3C.EXCHPROD.USA.NET> References: <0C723FEB5B4E5642B25B451BA57E273075143E1D AT S1P5DAG3C DOT EXCHPROD DOT USA DOT NET> In-Reply-To: <0C723FEB5B4E5642B25B451BA57E273075143E1D@S1P5DAG3C.EXCHPROD.USA.NET> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0GKbJQ8024375 > -----Original Message----- > I download and run setup-x86 periodically to keep things up to date (I always > download the latest version of setup-x86.exe) > > This time it says it wants to install libusb0 1.2.6.0-1 as a dependency of libusb- > win32. However, according to setup, libusb-win32 is not installed and is not > shown as pending either. In fact, libusb-win32 doesn't show up in ANY of the > package views. > > Things get curioser when I examine the output of cygcheck -s -v -r > (attached). There it says libusb-win32 IS installed. > > So next I look at setup.ini (from mirros.kernel.org) and see the following, > which doesn't seem to include the dependency that setup is complaining > about: > > @ libusb-win32 > sdesc: "USB programming library" > ldesc: "USB programming library. > It is a library that allows userspace application to access USB devices on > Windows operation systems (Win98SE, WinME, Win2k, WinXP). > It is derived from and fully API compatible to libusb available at > http://libusb.sourceforge.net." > category: Devel Libs > requires: cygwin _autorebase > version: 1.2.5.0-1 > install: release/libusb-win32/libusb-win32-1.2.5.0-1.tar.bz2 45690 > 33dc3dc4016eca7657f74cb99ce3857e > source: release/libusb-win32/libusb-win32-1.2.5.0-1-src.tar.bz2 775105 > f2f00db39c9a0de824d11ca59b5865b9 [prev] > version: 0.1.12.2-1 > install: release/libusb-win32/libusb-win32-0.1.12.2-1.tar.bz2 78124 > d1d7b692f71137fb4324cf29a7edcd7a > source: release/libusb-win32/libusb-win32-0.1.12.2-1-src.tar.bz2 99048 > 584cf4628140f3c23c92c6c453ae053a > > Can some suggest how to tweak things so: > > * setup is aware that libusb-win32 actually IS installed > * it doesn't think it needs libusb0 I figured out the dependency issue ... I was looking at an old setup.ini. It appears the latest libusb-win32 (1.2.6.0) DOES depend on libusb0, so that's legit. However, I still can't figure out why setup is not aware of the existence of libusb-win32. Any pointers on how to fix this would be appreciated. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple