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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=tLd8X3/pnV557UOi8oM+9Zdc8k4Yy+/9f+Ix6aettIu WlksoKcdMXHvYaTticpdPl8C7BGsC07XmYBFBLZWrCOSV1p5UiPE3naXvn2QDJdB 4D3RLHJ7Rd6mmf9RDYTMQhHmYfCH634A6N/s/5Q+Wa0CCu2l6dil30l7ypbib+/U = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=jQt0NSFfwUSjVyftBRHNwjNsaaQ=; b=DJrc3iWElpf6GvGT4 1B5MJtVOyox7Is6SHFbcHd+YdJ9nxvzQLC2t4sigQcph7xs6owguWLf28l5oJuEJ +j/ag25gNbtysduTBz4lL2W1sH1btCWqLv3oJAzu32jyyERezP3m3r/HuovzxPka nvpSABp863KnbQtDmf8w/Kyaj0= 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=1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-wg0-f52.google.com X-Received: by 10.180.171.35 with SMTP id ar3mr25204118wic.24.1425204054653; Sun, 01 Mar 2015 02:00:54 -0800 (PST) Message-ID: <54F2E34E.7080707@gmail.com> Date: Sun, 01 Mar 2015 11:00:46 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gnupg packaging bug? References: <54F22463 DOT 5080407 AT cornell DOT edu> In-Reply-To: <54F22463.5080407@cornell.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2/28/2015 9:26 PM, Ken Brown wrote: > gnupg-1.4.19-1 depends on libusb0 (64-bit only). I assume that happened > by accident. > > Ken In reality, it is by accident that the 32 bit don't have it The configure allows it: # libusb allows us to use the integrated CCID smartcard reader driver. # We don't need it if we don't have card support though. if test "$card_support" = yes ; then GNUPG_CHECK_LIBUSB fi So the question is: - enable for both or disable for both ? Regards Marco -- 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