X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 	tests=AWL,BAYES_00,HK_OBFDOM,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <89bk455p163nikc962hcio8i5trahkcv3a@4ax.com>
References: <2bf229d30906261820j2b1e952p7d7cd1382f08f092@mail.gmail.com> 	 <v72b45p01d0s07q2n4cgjudc4igi779pvt@4ax.com> 	 <mn9i459puvcvdtj7kg9ovo1ttkrotsr8ja@4ax.com> 	 <5mai45thi768tkid80li598m03f0o0so1h@4ax.com> 	 <2bf229d30906291627t3c792233m2c497785592b3443@mail.gmail.com> 	 <89bk455p163nikc962hcio8i5trahkcv3a@4ax.com>
Date: Tue, 30 Jun 2009 12:27:23 -0400
Message-ID: <2bf229d30906300927h566f808btc444dee94a9369c2@mail.gmail.com>
Subject: Re: Another lftp issue
From: Chris Sutcliffe <ir0nh34d@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Hey Andrew,

> Chris, please test my draft lftp 3.7.14 package for 1.7:
>
> http://home.comcast.net/~andrex2/cygwin-1.7/lftp/lftp-3.7.14-1.tar.bz2
>
> I compiled it with gcc-4. =A0On my XP host with Cygwin 1.7.0-50, this lftp
> segfaults when I run
>
> open ftp.debian.org
> cls -l
>
> Do you see the same behavior?

Yes, I can confirm that with your build I get the same segfault.
Interestingly, with mine you don't (at least I don't).  I've packaged
my build if you would like to test it to see if it works for you:

http://emergedesktop.org/cygwin/lftp-3.7.14-Chris.tar.bz2

There is no /etc directory in the archive, as I did a 'make install'
with no cygport, just extract it in the root Cygwin directory.

FYI, I built using the following:

$ CC=3Dgcc-4 CXX=3Dg++-4 ./configure \
    --prefix=3D/usr \
    --sysconfdir=3D/etc \
    --libexecdir=3D'$(sbindir)' \
    --localstatedir=3D/var \
    --datadir=3D'$(prefix)/share' \
    --mandir=3D'$(prefix)/share/man'
$ make
$ make install

Chris

--=20
Chris Sutcliffe
http://emergedesktop.org

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

