X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type; q=dns; s=default; b=pXs3GssNvlneqtRL
	2neKquXC3KWMvZ32AiFqvyG8tVUhJgrnD70LeYbz8r75iO25FMFzS2Zo1Cr4PWR5
	CGiQ3Ij0n/fE290Z1QSUUeLRHyMJUm0+gPUoE46VBqR77n8SgzhMfD+yYWB/88zX
	ucZEqliyhED/y4KgUTW5nftSDwg=
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:to:from:subject:date:message-id:references
	:mime-version:content-type; s=default; bh=ul6nzVaMNWF+HnMSrmtjtn
	bQ+gc=; b=WAnnkzgZBicwUShQW/NS0FHzpbvNnymwLj+u14Cudo5/9uOvq6Hbza
	kafsa8MdzH2qUnwWqLRRYgegIVwccO4yVBedmXXgI30ibgOD100665wdF6D3MApG
	uQcFmabhN69husUzU5VhFqaGMmDT2rKzSIy+5JDhV5sPilqC4o4LE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Achim Gratz <Stromeko@nexgo.de>
Subject: Re: [ANNOUNCEMENT] Updated, new for 64-bit: lftp 4.4.11-1
Date: Sun, 08 Dec 2013 18:47:56 +0100
Lines: 41
Message-ID: <874n6jz12r.fsf@Rainer.invalid>
References: <announce.dnif991799uasujp50qv412gup6ther5f2@4ax.com>	<loom.20131203T113106-136@post.gmane.org>	<loom.20131204T120314-417@post.gmane.org>	<h392a9leimhkdnq6b6fg51i77ccf983jpu@4ax.com>	<loom.20131206T121928-935@post.gmane.org> <52A1F195.802@cornell.edu>	<87fvq5kamr.fsf@Rainer.invalid>
Mime-Version: 1.0
Content-Type: text/plain
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
X-IsSubscribed: yes

Achim Gratz writes:
> The real mirror script sanitizes the cygwin.lftp script and the sources
> it for the actual mirroring.  The problem is that from version 4.4.10 on
> the cygwin.lftp will include _all_ files encountered by mirror, not just
> the newer and missing ones.

I've spent some time with this over the weekend.  The conditions to
re-produce the bug are slightly more involved, you need to mirror from
more than one server to trigger the bug (as the original script does).

--8<---------------cut here---------------start------------->8---
set xfer:clobber
set http:cache off
set mirror:parallel-directories on
mirror -e --parallel=10 -c --delete-first --depth-first --use-cache \
  --script=cygport.lftp \
  http://ftp.gwdg.de/pub/linux/sources.redhat.com/cygwinports/x86/release/perl-Socket/ \
  /home/cygwin/mirrortest/ &
mirror -e --parallel=10 -c --delete-first --depth-first --use-cache \
  --script=cygwin.lftp \
  http://mirrors.kernel.org/sourceware/cygwin/x86/release/ucl/ \
  /home/cygwin/mirrortest/ &
wait all
--8<---------------cut here---------------end--------------->8---

After a few false starts (due to an unrelated bug fixed in 147f4b1de6
that hides the target bug) I've bisected it down to f2f2bb91e4, which is
unfortunately too large a change for me to make out what happens.  I
can't reproduce this on Linux.

The lftp mailing list is seemingly down, so I've sent the bug report
directly to the maintainer in the hope for a fix.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra


--
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

