Re: "svn --version" halts in 1.7.2-2

2010-03-29 Thread Matthias Andree
Christopher Faylor wrote on 2010-03-28: On Sun, Mar 28, 2010 at 11:53:44AM -0400, Christopher Faylor wrote: On Sun, Mar 28, 2010 at 04:34:27PM +0200, Matthias Andree wrote: At least that would explain why I can breakpoint exit() with gdb tracing svn, and it hangs if I continue into exit(). I

Re: "svn --version" halts in 1.7.2-2

2010-03-29 Thread Matthias Andree
Peter Rosin wrote on 2010-03-28: It could be that /usr/lib/sasl2/libsasldb.la lists /usr/lib/libdb-4.2.la as a dependency_libs. libdb-4.2.la may or may not be installed (it's in libdb4.2-devel which I don't have installed) and if it's missing libltdl might be "confused". If that's indeed the ca

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Nayuta Taga
2010/3/27 David Rothenberger : > What happens if you rename /usr/lib/sasl2 to something else? > % mv /usr/lib/sasl2 /usr/lib/sasl2.disabled > % svn --version This workaround is good. 2010/3/29 Christopher Faylor : > This should be fixed in the current snapshot at > http://cygwin.com/snapshots/ T

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Christopher Faylor
On Sun, Mar 28, 2010 at 11:53:44AM -0400, Christopher Faylor wrote: >On Sun, Mar 28, 2010 at 04:34:27PM +0200, Matthias Andree wrote: >>At least that would explain why I can breakpoint exit() with gdb >>tracing svn, and it hangs if I continue into exit(). > >I can duplicate the problem and am looki

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Peter Rosin
Den 2010-03-27 17:08 skrev Charles Wilson: On 3/27/2010 11:23 AM, David Rothenberger wrote: On 3/27/2010 7:47 AM, Charles Wilson wrote: Obviously, something is going wrong there. What happens when the .la file isn't found, is that libltdl falls back on cygwin's dlopen(), which simply looks in

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Christopher Faylor
On Sun, Mar 28, 2010 at 04:34:27PM +0200, Matthias Andree wrote: >At least that would explain why I can breakpoint exit() with gdb >tracing svn, and it hangs if I continue into exit(). I can duplicate the problem and am looking into it. cgf -- Problem reports: http://cygwin.com/problems.ht

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Matthias Andree
Am 27.03.2010 17:37, schrieb Andy Koppe: > Charles Wilson: >> Hmm. I remember having transient problems with svn and many of the >> 1.7.0 snapshots, but they were intermittent and I had bigger fish to >> fry. I don't recall any issues with 1.7.1, nor am I having any trouble >> with 1.7.2. Howeve

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Matthias Andree
Am 27.03.2010 03:15, schrieb Eliot Moss: > On 3/26/2010 10:12 PM, David Rothenberger wrote: >> On 3/26/2010 5:57 PM, Eliot Moss wrote: >>> My Windows 7 system hands on svn --version also, but >>> produces no messages to /var/log/messages. I tried >>> uninstalling libsasl2-devel but doing so had no

Re: "svn --version" halts in 1.7.2-2

2010-03-28 Thread Matthias Andree
Am 27.03.2010 00:15, schrieb David Rothenberger: > On 3/26/2010 2:07 PM, Corinna Vinschen wrote: >> On Mar 26 11:12, David Rothenberger wrote: >>> On 3/26/2010 2:32 AM, Corinna Vinschen wrote: On Mar 26 15:40, Nayuta Taga wrote: > "svn --version" hals in 1.7.2-2 on both Windows7 and XP. >>

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 12:31 PM, David Rothenberger wrote: > It seems all the dlnames are set to "cyg*.dll" already. Yep. > Do you have libsasl2-devel installed? Are you saying that it's working > fine for you with /usr/lib/sasl2/*.la files? Yes, and...it seems to work ok. I don't use svn very often; I ju

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Andy Koppe
Charles Wilson: > Hmm.  I remember having transient problems with svn and many of the > 1.7.0 snapshots, but they were intermittent and I had bigger fish to > fry.  I don't recall any issues with 1.7.1, nor am I having any trouble > with 1.7.2.  However, I would not be surprised if > > (a) the "pro

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread David Rothenberger
On 3/27/2010 9:08 AM, Charles Wilson wrote: > On 3/27/2010 11:23 AM, David Rothenberger wrote: >> On 3/27/2010 7:47 AM, Charles Wilson wrote: >>> Obviously, something is going wrong there. What happens when the .la >>> file isn't found, is that libltdl falls back on cygwin's dlopen(), which >>> si

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 11:23 AM, David Rothenberger wrote: > On 3/27/2010 7:47 AM, Charles Wilson wrote: >> Obviously, something is going wrong there. What happens when the .la >> file isn't found, is that libltdl falls back on cygwin's dlopen(), which >> simply looks in the normal search path for the DLL -

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread David Rothenberger
On 3/27/2010 7:47 AM, Charles Wilson wrote: > On 3/27/2010 12:10 AM, Eliot Moss wrote: >> On 3/26/2010 11:20 PM, David Rothenberger wrote: >>> I think the .la files are causing the problems. I believe they come from >>> libsasl2-devel. You said you removed that package, but maybe something >>> wen

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 12:10 AM, Eliot Moss wrote: > On 3/26/2010 11:20 PM, David Rothenberger wrote: >> I think the .la files are causing the problems. I believe they come from >> libsasl2-devel. You said you removed that package, but maybe something >> went wrong. > > Perhaps ... so I changed the directo

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Eliot Moss
On 3/26/2010 11:20 PM, David Rothenberger wrote: On 3/26/2010 8:03 PM, Eliot Moss wrote: I think the .la files are causing the problems. I believe they come from libsasl2-devel. You said you removed that package, but maybe something went wrong. Perhaps ... so I changed the directory name bac

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread David Rothenberger
On 3/26/2010 8:03 PM, Eliot Moss wrote: >> Is there anything in /usr/lib/sasl2.disabled other than DLLs? > > Here a directory listing: > > $ ls -l /usr/lib/sasl2.disabled/ > total 324 > -rwxr-xr-x 1 Eliot root 15872 Oct 13 2004 cyganonymous-2.dll > -rwxr-xr-x 1 Eliot root 17920 Oct 13 2004 cygc

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Eliot Moss
Is there anything in /usr/lib/sasl2.disabled other than DLLs? Here a directory listing: $ ls -l /usr/lib/sasl2.disabled/ total 324 -rwxr-xr-x 1 Eliot root 15872 Oct 13 2004 cyganonymous-2.dll -rwxr-xr-x 1 Eliot root 17920 Oct 13 2004 cygcrammd5-2.dll -rwxr-xr-x 1 Eliot root 45056 Oct 13 2004

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread David Rothenberger
On 3/26/2010 7:15 PM, Eliot Moss wrote: > On 3/26/2010 10:12 PM, David Rothenberger wrote: >> On 3/26/2010 5:57 PM, Eliot Moss wrote: >>> My Windows 7 system hands on svn --version also, but >>> produces no messages to /var/log/messages. I tried >>> uninstalling libsasl2-devel but doing so had no e

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Eliot Moss
On 3/26/2010 10:12 PM, David Rothenberger wrote: On 3/26/2010 5:57 PM, Eliot Moss wrote: My Windows 7 system hands on svn --version also, but produces no messages to /var/log/messages. I tried uninstalling libsasl2-devel but doing so had no effect. Regard -- Eliot Moss What happens if you ren

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread David Rothenberger
On 3/26/2010 5:57 PM, Eliot Moss wrote: > My Windows 7 system hands on svn --version also, but > produces no messages to /var/log/messages. I tried > uninstalling libsasl2-devel but doing so had no effect. > > Regard -- Eliot Moss What happens if you rename /usr/lib/sasl2 to something else? % mv

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Eliot Moss
My Windows 7 system hands on svn --version also, but produces no messages to /var/log/messages. I tried uninstalling libsasl2-devel but doing so had no effect. Regard -- Eliot Moss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread David Rothenberger
On 3/26/2010 2:07 PM, Corinna Vinschen wrote: > On Mar 26 11:12, David Rothenberger wrote: >> On 3/26/2010 2:32 AM, Corinna Vinschen wrote: >>> On Mar 26 15:40, Nayuta Taga wrote: "svn --version" hals in 1.7.2-2 on both Windows7 and XP. >> [snip] >>> >>> Works for me. BLODA? >> >> I'm able to

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Corinna Vinschen
On Mar 26 11:12, David Rothenberger wrote: > On 3/26/2010 2:32 AM, Corinna Vinschen wrote: > > On Mar 26 15:40, Nayuta Taga wrote: > >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. > [snip] > > > > Works for me. BLODA? > > I'm able to reproduce this on one of my three Windows XP mach

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread David Rothenberger
On 3/26/2010 2:32 AM, Corinna Vinschen wrote: > On Mar 26 15:40, Nayuta Taga wrote: >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. [snip] > > Works for me. BLODA? I'm able to reproduce this on one of my three Windows XP machines. Ironically, the only one without a Symantec product i

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Matthias Andree
Am 26.03.2010 12:23, schrieb Dave Korn: > On 26/03/2010 10:12, Matthias Andree wrote: > >> Might of the additional libraries may have regressed? From the strace log, I >> suspect cygsasl2, which itself loads libraries, for instance >> /lib/sasl2/cygplain-2.dll and /lib/sasl2/cygsasldb-2.dll on my

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Matthias Andree
Am 26.03.2010 11:54, schrieb Corinna Vinschen: > On Mar 26 11:12, Matthias Andree wrote: >> Am 26.03.2010 10:32, schrieb Corinna Vinschen: >> > On Mar 26 15:40, Nayuta Taga wrote: >> >> Hi, >> >> >> >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. >> >> The log is following: >> >> [...]

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Dave Korn
On 26/03/2010 10:12, Matthias Andree wrote: > Might of the additional libraries may have regressed? From the strace log, I > suspect cygsasl2, which itself loads libraries, for instance > /lib/sasl2/cygplain-2.dll and /lib/sasl2/cygsasldb-2.dll on my computer > (cygsasldb-2.dll is the last before

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Corinna Vinschen
On Mar 26 11:12, Matthias Andree wrote: > Am 26.03.2010 10:32, schrieb Corinna Vinschen: > > On Mar 26 15:40, Nayuta Taga wrote: > >> Hi, > >> > >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. > >> The log is following: > >> [...] > >> (the shell prompt is not shown, and control+C has

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Matthias Andree
Am 26.03.2010 10:32, schrieb Corinna Vinschen: > On Mar 26 15:40, Nayuta Taga wrote: >> Hi, >> >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. >> The log is following: >> >> $ uname -a >> CYGWIN_NT-6.1 yumiko 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin >> $ env LANG=C svn --version

Re: "svn --version" halts in 1.7.2-2

2010-03-26 Thread Corinna Vinschen
On Mar 26 15:40, Nayuta Taga wrote: > Hi, > > "svn --version" hals in 1.7.2-2 on both Windows7 and XP. > The log is following: > > $ uname -a > CYGWIN_NT-6.1 yumiko 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin > $ env LANG=C svn --version > svn, version 1.6.9 (r901367) >compiled Feb 10 2010,

"svn --version" halts in 1.7.2-2

2010-03-25 Thread Nayuta Taga
Hi, "svn --version" hals in 1.7.2-2 on both Windows7 and XP. The log is following: $ uname -a CYGWIN_NT-6.1 yumiko 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin $ env LANG=C svn --version svn, version 1.6.9 (r901367) compiled Feb 10 2010, 10:34:02 Copyright (C) 2000-2009 CollabNet. Subversion