Re: ITA: gcc-mingw-* gcc-3 -mno-cygwin support packages; ITP: mingw-binutils/mingw-gcc-* cross compiler

2011-01-23 Thread Yaakov (Cygwin/X)
On Tue, 2010-11-23 at 17:28 -0500, Charles Wilson wrote: Updated packages are available by pointing setup.exe here: http://cygutils.fruitbat.org/ITP/mingw-gcc/ Could you sign your setup.ini and post the GPG key (for setup -K)? = mingw-zlib-1.2.5-4-src.tar.bz2 =

failing to clone a git repo via ssh

2011-01-23 Thread Rafael Kitover
This repo clones fine in msysgit and on linux over ssh, but on cygwin this is what happens: $ git clone dbsrg...@git.shadowcat.co.uk:DBIx-Class.git dbic Cloning into dbic... Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake

Re: failing to clone a git repo via ssh

2011-01-23 Thread Rafael Kitover
I just realized this bug is replicatable without having ssh access to our repo, you just need the cygwin sshd enabled, and the guy with access to the gitosis went off somewhere anyway... Here are the steps: cd ~ mkdir tmp cd tmp git clone git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git

remapping error with python fork

2011-01-23 Thread Johannes Müller
Hi, On a Win 7 64Bit System I use CYGWIN_NT-6.1-WOW64 1.7.7(0.230/5/3). Working with python I get errors reporting that cygwin was not able to remap zlib or time DLL. The error occures only from time to time on one script I develop when it calls fork. In response I invoked rebaseall. Right now

Re: Invoking GUI programs over SSH

2011-01-23 Thread Andrew DeFaria
On 01/22/2011 04:01 PM, Csaba Raduly wrote: On Sat, Jan 22, 2011 at 3:21 PM, Andrew DeFaria wrote: Software that *requires* CRLF should be taken out an shot! You mean like every FTP server and client ? : Do FTP servers and clients *require* CRLF's or do they simply deal with and handle

Re: failing to clone a git repo via ssh

2011-01-23 Thread Jeremy Bopp
On 01/23/2011 06:21 AM, Rafael Kitover wrote: I just realized this bug is replicatable without having ssh access to our repo, you just need the cygwin sshd enabled, and the guy with access to the gitosis went off somewhere anyway... Here are the steps: cd ~ mkdir tmp cd tmp git clone

Re: failing to clone a git repo via ssh

2011-01-23 Thread Steven Hartland
- Original Message - From: Jeremy Bopp jer...@bopp.net All of these combinations avoided the early EOFs problem no matter how many times I repeated my testing. As cgf said, this does appear to be a problem in Cygwin's pipe code, but it's very strange that it only seems to be triggered

Re: failing to clone a git repo via ssh

2011-01-23 Thread Jeremy Bopp
On 01/23/2011 01:37 PM, Steven Hartland wrote: - Original Message - From: Jeremy Bopp jer...@bopp.net All of these combinations avoided the early EOFs problem no matter how many times I repeated my testing. As cgf said, this does appear to be a problem in Cygwin's pipe code, but it's

Re: Invoking GUI programs over SSH

2011-01-23 Thread Csaba Raduly
On Sun, Jan 23, 2011 at 2:43 PM, Andrew DeFaria wrote:  On 01/22/2011 04:01 PM, Csaba Raduly wrote: On Sat, Jan 22, 2011 at 3:21 PM, Andrew DeFaria  wrote: Software that *requires* CRLF should be taken out an shot! You mean like every FTP server and client ? : Do FTP servers and clients

windows paths in shebang lines

2011-01-23 Thread Rafael Kitover
When a script's shebang line has a windows path, rather than a cygwin path, it does not work: rkitover@eeebox ~ $ head -1 /cygdrive/c/Perl64/site/bin/ack #!C:\Perl64\bin\perl rkitover@eeebox ~ $ /cygdrive/c/Perl64/site/bin/ack --version Can't open perl script /cygdrive/c/Perl64/site/bin/ack:

Re: windows paths in shebang lines

2011-01-23 Thread Jeremy Bopp
On 01/23/2011 03:47 PM, Rafael Kitover wrote: When a script's shebang line has a windows path, rather than a cygwin path, it does not work: rkitover@eeebox ~ $ head -1 /cygdrive/c/Perl64/site/bin/ack #!C:\Perl64\bin\perl rkitover@eeebox ~ $ /cygdrive/c/Perl64/site/bin/ack --version

Re: windows paths in shebang lines

2011-01-23 Thread Andrew DeFaria
On 01/23/2011 05:59 PM, Jeremy Bopp wrote: On 01/23/2011 03:47 PM, Rafael Kitover wrote: When a script's shebang line has a windows path, rather than a cygwin path, it does not work: rkitover@eeebox ~ $ head -1 /cygdrive/c/Perl64/site/bin/ack #!C:\Perl64\bin\perl rkitover@eeebox ~ $

Re: windows paths in shebang lines

2011-01-23 Thread Rafael Kitover
On 1/23/2011 5:59 PM, Jeremy Bopp wrote: On 01/23/2011 03:47 PM, Rafael Kitover wrote: When a script's shebang line has a windows path, rather than a cygwin path, it does not work: rkitover@eeebox ~ $ head -1 /cygdrive/c/Perl64/site/bin/ack #!C:\Perl64\bin\perl rkitover@eeebox ~ $

Re: windows paths in shebang lines

2011-01-23 Thread Rafael Kitover
On 1/23/2011 6:12 PM, Andrew DeFaria wrote: On 01/23/2011 05:59 PM, Jeremy Bopp wrote: On 01/23/2011 03:47 PM, Rafael Kitover wrote: When a script's shebang line has a windows path, rather than a cygwin path, it does not work: rkitover@eeebox ~ $ head -1 /cygdrive/c/Perl64/site/bin/ack

Re: max memory

2011-01-23 Thread Linda Walsh
Christopher Faylor wrote: Cygwin only uses as much memory as the OS gives it. It can't use a full 2048MB for the heap. Using the /LARGEADDRESSAWARE flag would allow cygwin to access up to a full 4GB of memory under Win7-64. Wouldn't that give enough to Cygwin to allow it to give more to