From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110011 invoked by alias); 5 Nov 2015 23:25:27 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 109992 invoked by uid 89); 5 Nov 2015 23:25:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu Received: from limerock02.mail.cornell.edu (HELO limerock02.mail.cornell.edu) (128.84.13.242) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Nov 2015 23:25:26 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id tA5NPNPP013677 for ; Thu, 5 Nov 2015 18:25:24 -0500 Received: from [192.168.226.19] (chartreuse.rembrandt.nctp.westelcom.com [64.19.84.46]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id tA5NPNcd005447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Thu, 5 Nov 2015 18:25:23 -0500 Subject: Re: Cygport uploading different files to different arch directorys for noarch packages To: cygwin-apps@cygwin.com References: <20151105210809.GT14466@dinwoodie.org> From: Ken Brown Message-ID: <563BE564.7010903@cornell.edu> Date: Thu, 05 Nov 2015 23:25:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00031.txt.bz2 On 11/5/2015 5:12 PM, Andrew Schulman wrote: >> I'm seeing what seems to be some very odd behaviour from Cygport when >> uploading noarch packages: Cygport uploads all the packages for the >> 64-bit architecture, but only the main and source packages for 32-bit >> architecture. > > Thanks for the troubleshooting and detailed report. This is just weird. > The best I can tell is that it's a bug in lftp. For some reason the lftp > mirror command isn't working properly within the cygport environment, half > of the time. ?? > > So I suggest you call this problem to the attention of the lftp maintainer. > Uh... oops. FWIW, I've seen occasional failures of the lftp mirror command outside of cygport. But I never had a reproducible case. Usually I could just repeat the mirror command and it would work the second time. Ken