R: bash hang question

2010-02-26 Thread Marco Atzeri
--- Sab 27/2/10, ERIC HO ha scritto: > I reported a bash hang issue a few > months ago. When in bash, after enter ESC 2 4 > the prompt looks like this: > (arg: 24) > Pressing ';' at this point causes bash to hang. > on my cygwin-1.7 snapshots 20100224, I have no hang, the output is: $ ;;

bash hang question

2010-02-26 Thread ERIC HO
I reported a bash hang issue a few months ago. When in bash, after enter ESC 2 4 the prompt looks like this: (arg: 24) Pressing ';' at this point causes bash to hang. Someone indicated it is a missed degenerate case in Readline. I contacted the GNU Readline maintainer who said he could not duplic

Re: setup.exe for Cygwin 1.5 doesn't recognise mirror's .ini file

2010-02-26 Thread Peter A. Castro
On Sat, 27 Feb 2010, David Antliff wrote: Hello, Greetings, David, I have an existing Cygwin-1.5 environment that I use to support my development team. I am setting up a virtual machine with Cygwin 1.5 so that I can test the upgrade to Cygwin 1.7. The installation process for my Cygwin 1.5

Re: setup.exe for Cygwin 1.5 doesn't recognise mirror's .ini file

2010-02-26 Thread Rance Hall
On Fri, Feb 26, 2010 at 7:38 PM, David Antliff wrote: > Hello, > > I have an existing Cygwin-1.5 environment that I use to support my > development team. I am setting up a virtual machine with Cygwin 1.5 so > that I can test the upgrade to Cygwin 1.7. > > The installation process for my Cygwin 1.5

setup.exe for Cygwin 1.5 doesn't recognise mirror's .ini file

2010-02-26 Thread David Antliff
Hello, I have an existing Cygwin-1.5 environment that I use to support my development team. I am setting up a virtual machine with Cygwin 1.5 so that I can test the upgrade to Cygwin 1.7. The installation process for my Cygwin 1.5 environment involves installing from a previously downloaded and a

Re: question about cygwin package

2010-02-26 Thread Eric Blake
According to Vincent Richomme on 2/26/2010 12:05 PM: > however once installed it will end up inside CYGWINDIR/bin > and not CYGWINDIR/usr/bin. That's all due to the magic of mount points - in cygwin, /bin and /usr/bin are two spellings for the same directory from cygwin's point of view (unless you

Re: Cygwin's svn appends unwanted .exe to file name on checkout

2010-02-26 Thread David Rothenberger
On 2/26/2010 1:23 PM, Alan wrote: Hi Dave, Thanks for helping. A windows exe file is checked into a svn repository and the file name does not end in .exe. On checkout .exe is appended to the file name even though subversion output shows the expected file name. I cannot reproduce this probl

RE: Cygwin's svn appends unwanted .exe to file name on checkout

2010-02-26 Thread alan.burn
Hi Dave, Thanks for helping. > > A windows exe file is checked into a svn repository and the > file name > > does not end in .exe. On checkout .exe is appended to the file name > > even though subversion output shows the expected file name. > > I cannot reproduce this problem. I used the note

file permission

2010-02-26 Thread dsula1
Hi, I have many files showing a file permission of 000. This happens with files I drag and drop from somewhere into the cygwin folder. There's only one user on this computer and I don't understand why I get a permission of 000. I then try to chmod the files, but I get a "permission denied". But e

Re: terminals getting killed on parent's termination

2010-02-26 Thread Andy Koppe
Thomas Wolff wrote: > In general, a GUI application started in the background, like a terminal, > should detach itself from its parent process so that it survives if the > parent is terminated. Says who? You can always invoke it with setsid or some such to detach it. > I've noticed the following

cygport development moved to git

2010-02-26 Thread Yaakov (Cygwin/X)
I have moved the cygport development tree from Subversion to Git. Repository: git://cygwin-ports.git.sourceforge.net/gitroot/cygwin-ports/cygport Gitweb: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/cygport The Ports tree remains in Subversion. Yaakov Cygwin Ports --

Re: OpenSSL update breaks Subversion

2010-02-26 Thread K Stahl
OK, I installed the update once again, and now things work as expected. I'm not sure what changed, but thank you David for your support. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsub

Re: chmod Permission Error with Non-Windows Paths

2010-02-26 Thread Larry Hall (Cygwin)
On 02/26/2010 01:38 PM, Holmberg, Eric wrote: I'm seeing an "Permission denied" failure when using chmod on a mapped network drive. The problem doesn't occur on the local drive and if I use a Windows-style backslash in the name, it works?! CYGWIN_NT-5.1 EHOLMBER-XP 1.7.1(0.218/5/3) 2009-12-07

Re: OpenSSL update breaks Subversion

2010-02-26 Thread Ken Brown
On 2/26/2010 1:59 PM, David Rothenberger wrote: On 2/26/2010 10:37 AM, K Stahl wrote: Cygcheck output attached (Edited to remove personal content). That didn't help me, sorry. The cygcheck output does indicate some possible BLODA interference. Ken -- Problem reports: http://cygwin.co

Re: question about cygwin package

2010-02-26 Thread Christopher Faylor
On Fri, Feb 26, 2010 at 08:05:16PM +0100, Vincent Richomme wrote: >Hi, > >I am just curious to understand how package are installed on cygwin >because from what I can see they are stored as .tar.bz2 archive. >Let's say I have a package with one exe, so it will be packaged >inside \usr\bin : > >usr

question about cygwin package

2010-02-26 Thread Vincent Richomme
Hi, I am just curious to understand how package are installed on cygwin because from what I can see they are stored as .tar.bz2 archive. Let's say I have a package with one exe, so it will be packaged inside \usr\bin : usr bin someapp.exe however once installed it will end up inside CYGWIN

Re: OpenSSL update breaks Subversion

2010-02-26 Thread David Rothenberger
On 2/26/2010 10:37 AM, K Stahl wrote: Cygcheck output attached (Edited to remove personal content). That didn't help me, sorry. What does "svn help; echo $?" output? -- David Rothenberger daver...@acm.org Cursor, n.: One whose program will not run. -- Robb Russ

chmod Permission Error with Non-Windows Paths

2010-02-26 Thread Holmberg, Eric
I'm seeing an "Permission denied" failure when using chmod on a mapped network drive. The problem doesn't occur on the local drive and if I use a Windows-style backslash in the name, it works?! CYGWIN_NT-5.1 EHOLMBER-XP 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin $ echo $CYGWIN nontsec ehol

Re: [bulk] - Re: Cygwin build scripts in perl

2010-02-26 Thread Christopher Faylor
On Fri, Feb 26, 2010 at 10:04:22AM +0100, DEWI - N. Zacharias wrote: > >Hello all, > > >> Von: Christopher Faylor [mailto:cgf-use-the-mailinglist-ple...@cygwin.com] >> Gesendet: Donnerstag, 25. Februar 2010 16:43 >> An: cygwin@cygwin.com >> Betreff: [bulk] - Re: Cygwin build scripts in perl >> >> O

Re: Cygwin's svn appends unwanted .exe to file name on checkout

2010-02-26 Thread David Rothenberger
On 2/26/2010 3:49 AM, Alan wrote: > A windows exe file is checked into a svn repository and the file name > does not end in .exe. On checkout .exe is appended to the file name > even though subversion output shows the expected file name. I cannot reproduce this problem. I used the notepad.exe exec

Re: OpenSSL update breaks Subversion

2010-02-26 Thread David Rothenberger
On 2/26/2010 5:52 AM, K Stahl wrote: > After updating cygwin this morning, I discovered that the subversion > command line client did not work. > > I tried the following: > svn stat > svn info > svn help > > All svn command simply would not return anything. > > I first reinstalled the subversion

Re: What does this bash line do?

2010-02-26 Thread Tim Visher
On Fri, Feb 26, 2010 at 8:53 AM, Eric Blake wrote: > According to Tim Visher on 2/26/2010 6:46 AM: >> Hi All, >> >> I'm working on my bashrc and I found [this >> line](http://pastie.org/844068) > > Pasting 3 lines to pastebin was a waste; just inline them in your email: > > case $- in >  *i*) [[ -

terminals getting killed on parent's termination

2010-02-26 Thread Thomas Wolff
In general, a GUI application started in the background, like a terminal, should detach itself from its parent process so that it survives if the parent is terminated. I've noticed the following sometimes surprising inconsistencies about this: mintty xterm & mintty & exit

Re: What does this bash line do?

2010-02-26 Thread Eric Blake
According to Tim Visher on 2/26/2010 6:46 AM: > Hi All, > > I'm working on my bashrc and I found [this > line](http://pastie.org/844068) Pasting 3 lines to pastebin was a waste; just inline them in your email: case $- in *i*) [[ -f /etc/bash_completion ]] && . /etc/bash_completion ;; esac > M

OpenSSL update breaks Subversion

2010-02-26 Thread K Stahl
After updating cygwin this morning, I discovered that the subversion command line client did not work. I tried the following: svn stat svn info svn help All svn command simply would not return anything. I first reinstalled the subversion packages, but that did not solve the issue. Next, I revert

What does this bash line do?

2010-02-26 Thread Tim Visher
Hi All, I'm working on my bashrc and I found [this line](http://pastie.org/844068) that I had copied out of /etc/skel via cygwin. I'm trying to create a platform agnostic bash configuration in the spirit of .emacs.d with .bashrc and .bash_profile and one thing I'm running into is that various loc

Re: iperf package

2010-02-26 Thread Eric Blake
According to Mohit Aron on 2/25/2010 11:25 PM: > Hello, > > it seems the iperf package is not in cygwin. The cygwin-apps mailing > list had some discussion last year and it appeared it was going to be > added to cygwin. Any reason why cygwin still doesn't have it ? Most likely because no one has

Cygwin's svn appends unwanted .exe to file name on checkout

2010-02-26 Thread alan.burn
Hi, I am having trouble as described below. Is there a way I can prevent this or is it a bug? Thanks. My problem: A windows exe file is checked into a svn repository and the file name does not end in .exe. On checkout .exe is appended to the file name even though subversion output shows the ex

AW: [bulk] - Re: Cygwin build scripts in perl

2010-02-26 Thread DEWI - N. Zacharias
Hello all, > Von: Christopher Faylor [mailto:cgf-use-the-mailinglist-ple...@cygwin.com] > Gesendet: Donnerstag, 25. Februar 2010 16:43 > An: cygwin@cygwin.com > Betreff: [bulk] - Re: Cygwin build scripts in perl > > On Tue, Feb 23, 2010 at 03:30:05PM -0800, Ilguiz Latypov wrote: > >(a) I found t