Re: lwp-request stopped working with snapshots

2014-10-14 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Oh, good! I just realized that I missed to handle EALREADY, so I > applied YA patch and just replaced the snapshot with a new one. The snapshot fixes things in the minial test installation. I'll update my other systems later today. Regards, Achim. -- P

RE: FW: [BUG] SCons 2.3.0 sometimes cannot find files

2014-10-14 Thread Pavel Fedin
Hello! > I saw the email, but haven't had time to look into it. Your reduced > test case didn't make it, either. How ? The idea is to save it under 'test.py' name and run as 'python test.py'. You should get FAIL with the original version and PASS if you apply the fix. > So, if you think you kn

Re: Very slow to launch cygwin applications

2014-10-14 Thread Larry Hall (Cygwin)
On 10/14/2014 07:16 PM, David Arnstein wrote: Most applications, including bash.exe and ssh.exe are slow to launch. Problem started approximately two weeks ago. I update cygwin frequently, but I am not confident that a cygwin change caused this behavior. I have attached the output from "cygcheck

Re: Very slow to launch cygwin applications

2014-10-14 Thread Andrey Repin
Greetings, David Arnstein! > Most applications, including bash.exe and ssh.exe are slow to launch. > Problem started approximately two weeks ago. I update cygwin frequently, > but I am not confident that a cygwin change caused this behavior. > I have attached the output from "cygcheck -s -v -r

perl -d causes completion to fail

2014-10-14 Thread Andrew DeFaria
I'm a big fan of Perl and using Perl's debugger (i.e. perl -d

[ANNOUNCEMENT] Updated: gzip-1.6-1

2014-10-14 Thread Eric Blake (cygwin)
A new release of gzip, 1.6-1, has been uploaded and will soon reach a mirror near you; leaving the previous version at 1.4-1. NEWS: = This represents a new upstream release, and the first build of gzip by a new maintainer. This release also drops the 'uncompress' symlink now that the 'ncompre

Re: Crash in g_file_monitor on 32-bit Cygwin

2014-10-14 Thread Yaakov Selkowitz
On 2014-10-14 14:28, Corinna Vinschen wrote: I know the code is not yours, but I have to vent while I see this code :) Actually, this isn't the first time you're seeing this code, it's just been a while. :-) There's no reason to load GetVolumePathName from kernel32 since all supported platf

Re: cygwin bash script suddenly can't find ls, grep

2014-10-14 Thread LMH
Thorsten Kampe wrote: > * LMH (Sat, 11 Oct 2014 20:30:07 -0400) >> Good Lord, I guess I wasn't thinking very clearly trying to use >> PATH as >> a variable for something else. I changed to, >> >> FILE_DIR=$(ls -d './'$SET'/'$FOLD'/'$FOLD'_anneal/'$PARAM_SET'/'$AN_SET) >> echo $FILE_DIR >> >> FILE_L

Re: cygwin bash script suddenly can't find ls, grep

2014-10-14 Thread LMH
Achim Gratz wrote: > LMH writes: >> Good Lord, I guess I wasn't thinking very clearly trying to use PATH as >> a variable for something else. I changed to, >> >> FILE_DIR=$(ls -d './'$SET'/'$FOLD'/'$FOLD'_anneal/'$PARAM_SET'/'$AN_SET) >> echo $FILE_DIR >> >> FILE_LIST=($(ls $FILE_DIR'/'*'out.txt' )

Re: lwp-request stopped working with snapshots

2014-10-14 Thread Corinna Vinschen
On Oct 14 21:41, Achim Gratz wrote: > Corinna Vinschen writes: > > lwp-request is one of the tools using connect to try if a former > > non-blocking connect worked. This is ugly but, sigh, valid behaviour, > > What should it be doing instead? LWP upstream has switched to a new > maintainer recen

Re: [ANNOUNCEMENT] Updated: run-1.3.2 (test version: run-1.3.3)

2014-10-14 Thread Achim Gratz
Jon TURNEY writes: > Any chance this can be promoted to current? It seems that --quote is > necessary for commands of the form 'run /usr/bin/bash -l -c "command > args"' to work, which are used quite a lot in X start menu items > (e.g. see [1]). I would appreciate if you could let me know if that

Re: lwp-request stopped working with snapshots

2014-10-14 Thread Achim Gratz
Corinna Vinschen writes: > lwp-request is one of the tools using connect to try if a former > non-blocking connect worked. This is ugly but, sigh, valid behaviour, What should it be doing instead? LWP upstream has switched to a new maintainer recently IIRC, so it might be a good time to suggest

Re: lwp-request stopped working with snapshots

2014-10-14 Thread Corinna Vinschen
On Oct 14 20:21, Achim Gratz wrote: > I've ran into some strange problem with the snapshots. > [...] > $ lwp-request http://server.local/ > > spits out the index page as it should. Installing a snapshot, both the > earliest I still had locally available, which was 2014-08-19 and the > latest from

Re: Cannot exec() program outside of /bin if PATH is unset

2014-10-14 Thread Corinna Vinschen
On Oct 10 17:39, Corinna Vinschen wrote: > On Oct 10 14:13, Arjen Markus wrote: > > 2014-10-10 13:22 GMT+02:00 : > > >>2014-10-10 13:24 GMT+02:00 Jan Nijtmans <...>: > > >>> 2014-10-10 12:34 GMT+02:00 Corinna Vinschen <...>: > > On Oct 9 11:46, tednolan.net wrote: > > > I'm pretty sure I

Re: Crash in g_file_monitor on 32-bit Cygwin

2014-10-14 Thread Corinna Vinschen
Hi Ken, I know the code is not yours, but I have to vent while I see this code :) On Oct 14 14:30, Ken Brown wrote: > I stepped into gam_check_not_fat (which I should have done to begin with) > and narrowed this down further. The stack location in question gets > clobbered by the call to GetVolu

Re: Crash in g_file_monitor on 32-bit Cygwin

2014-10-14 Thread Ken Brown
On 10/14/2014 12:26 PM, Ken Brown wrote: On 6/28/2014 7:08 AM, Ken Brown wrote: On 6/27/2014 1:52 PM, Yaakov Selkowitz wrote: On 2014-06-27 12:11, Ken Brown wrote: On 6/25/2014 10:17 PM, Ken Brown wrote: This is a followup to https://cygwin.com/ml/cygwin/2014-06/msg00324.html, from which I ex

lwp-request stopped working with snapshots

2014-10-14 Thread Achim Gratz
I've ran into some strange problem with the snapshots. This seems to be getting complicated, so I'm throwing it out here in the hope someone has an idea. I've boiled it down to a minimal Cygwin (32bit, but it's happening in 64bit too) installation, plus perl and perl_vendor. As installed $ lwp

Re: Crash in g_file_monitor on 32-bit Cygwin

2014-10-14 Thread Ken Brown
On 6/28/2014 7:08 AM, Ken Brown wrote: On 6/27/2014 1:52 PM, Yaakov Selkowitz wrote: On 2014-06-27 12:11, Ken Brown wrote: On 6/25/2014 10:17 PM, Ken Brown wrote: This is a followup to https://cygwin.com/ml/cygwin/2014-06/msg00324.html, from which I extracted the following test case: $ cat gf

Re: [ANNOUNCEMENT] Updated (experimental): coreutils-8.23-3

2014-10-14 Thread Achim Gratz
Eric Blake redhat.com> writes: > D'oh - now I see it. In my .exe code additions, I had added a '!= 0' > test that should have really been a '> 0' test; because directories > cause an expected -1 return that should not have triggered an attempt at > .exe magic. -4 coming soon. Fix confirmed. Re

Re: autorebase.bat failure - "/etc/rebase.db.i386" is not a valid rebase database

2014-10-14 Thread Achim Gratz
Jim Garrison jhmg.net> writes: > This is a newly built win7.1 x64 system with Cygwin 32-bit > installed. I recently ran the Cygwin installer to get updates > and at the end of installation in the log I see: > > 2014/10/13 23:29:18 running: cmd.exe /c > "C:\cygwin\etc\postinstall\autorebase.bat"