Windows 7

2010-01-27 Thread Hirokazu Miura
I am having problems in installing cygwin on a HP Pavilion 64bits platform. Every attempt to install cygwin gets stuck before completion, every time at random location. I have installed cygwin on various windows XP platforms at my work and cygwin is one of the most important system for me. I have

Stty unable to perform all requested operations

2010-01-27 Thread TomL_12953
All I'm trying to do is get ttyS0 to change Line Feeds to Carriage Returns. I'm trying this: stty -F /dev/ttyS0 onlcr but all I get is stty unable to perform all requested operations. Does anyone know how I can fix this? My terminal can't be changed. LF only does LF and CR only does CR.

Cygwin 1.7.1 breaks git on netapp shared drives

2010-01-27 Thread Steve Bray
This looks similar to the December 16 thread "Cygwin 1.7 beta breaks git on Windows shares" and may be related to the thread "chmod and DOS vs POSIX paths". Note that the Cygwin 1.7 changes in permission handling could break other applications that attempt to change permissions on netapp files.

Re: document side effects of incomplete implementations in regtool and cyglsa-config, suggest a manual restore procedure

2010-01-27 Thread Ilguiz Latypov
> * Safe boot locks up after loading the last driver service such as ksecdd, > wudfpf, ntfs, ndis, sisagp, viaagp, alim1541, agpamd, agp440, agpcpq. + mup.sys -- Index: ntsec.sgml === RCS file: /cvs/src/src/winsup/doc/ntsec.sg

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Stephen Grant Brown
Hi All, - Original Message - From: "Nellis, Kenneth" To: Sent: Thursday, January 28, 2010 1:12 AM Subject: RE: Bug: cygport fails when the working directory pathname contains spaces From: Yaakov (Cygwin/X) Sent: Wednesday, January 27, 2010 04:13 To: cygwin@cygwin.com Subject: Re:

Re: "mbox note: Can't open file://L:\ods\rtoy\Cygnus/ for reading: Unrecognisable file format" errors whilst executing setup.exe

2010-01-27 Thread Heath Kehoe
Christopher Faylor wrote: On Wed, Jan 27, 2010 at 03:24:38PM -0600, Heath Kehoe wrote: [snip] We're seeing the same issue. We have a mirror of the cygwin tree (which is updated through rsync) which is made available on a network share, mapped to a drive letter. When running setup we pick 'I

Re: Python 2.6 ?

2010-01-27 Thread Yaakov (Cygwin/X)
On 27/01/2010 13:34, Jason Tishler wrote: I prefer the above approach. However, what happens if 2.7 is released during the 2.5 to 2.6 transition period? 2.7 is currently holding at alpha2. The 2.7 release schedule[1] shows that 2.7 final is due in June, and even if it's on time, it could be

Re: "mbox note: Can't open file://L:\ods\rtoy\Cygnus/ for reading: Unrecognisable file format" errors whilst executing setup.exe

2010-01-27 Thread Christopher Faylor
On Wed, Jan 27, 2010 at 03:24:38PM -0600, Heath Kehoe wrote: > >Richard Toy wrote: >> Both at work and home I install Cygwin on several machines and I keep >> a local cache of the Cygwin install files to reduce the time to >> update. >> >> I always run setup.exe and perform a full install of everyt

Re: "mbox note: Can't open file://L:\ods\rtoy\Cygnus/ for reading: Unrecognisable file format" errors whilst executing setup.exe

2010-01-27 Thread Heath Kehoe
Richard Toy wrote: Both at work and home I install Cygwin on several machines and I keep a local cache of the Cygwin install files to reduce the time to update. I always run setup.exe and perform a full install of everything. Since upgrading to the latest version of setup, when performing the

Re: document side effects of incomplete implementations in regtool and cyglsa-config, suggest a manual restore procedure

2010-01-27 Thread Ilguiz Latypov
> I spent many hours trying to find the cause of these effects. Forgot to mention another side effect: * Safe boot locks up after loading the last driver service such as ksecdd, wudfpf, ntfs, ndis, sisagp, viaagp, alim1541, agpamd, agp440, agpcpq.Index: ntsec.sgml ===

document side effects of incomplete implementations in regtool and cyglsa-config, suggest a manual restore procedure

2010-01-27 Thread Ilguiz Latypov
The current cyglsa-config script does not detect a failure in regtool that cannot read the LSA Authentication Packages registry entry, $ regtool get /HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Lsa/Authentication\ Packages Error (2): The system cannot find the file specified. $

Re: Python 2.6 ?

2010-01-27 Thread Jason Tishler
Yaakov, On Tue, Jan 26, 2010 at 02:47:13PM -0600, Yaakov (Cygwin/X) wrote: > On 26/01/2010 07:56, Jason Tishler wrote: > >Agreed, especially since the Python web site indicates the following: > > > > The current production versions are Python 2.6.4 and Python > > 3.1.1. > > Which raises a

Re: R: Error when compiling mySQL client libraries

2010-01-27 Thread Marco Atzeri
--- Mer 27/1/10, Yaakov (Cygwin/X) ha scritto: > On 27/01/2010 07:49, Marco Atzeri > wrote: > > there is a fault in the editline/libedit package.. > > When I built it for another package from > > http://thrysoee.dk/editline/ > > I modified as : > > > > Is someone interested to have libedit package

Re: R: Error when compiling mySQL client libraries

2010-01-27 Thread Yaakov (Cygwin/X)
On 27/01/2010 07:49, Marco Atzeri wrote: there is a fault in the editline/libedit package.. When I built it for another package from http://thrysoee.dk/editline/ I modified as : > Is someone interested to have libedit package in cygwin ? I think not, readline already serves that purpose. But

Re: [1.7] Recent build failures (grap and nano) and strange characters in error log

2010-01-27 Thread Sven Köhler
Am 27.01.2010 18:33, schrieb Andy Koppe: > 2010/1/27 Fergus: >> Q2 I attach the error log (only 6 lines) when attempting "make" after a >> successful "./configure" of grap v.1.43. I am particularly surprised at and >> bothered by the intrusive strange characters. > > It's due to using rxvt with a

Re: [1.7] Recent build failures (grap and nano) and strange characters in error log

2010-01-27 Thread Andy Koppe
2010/1/27 Fergus: > Q2 I attach the error log (only 6 lines) when attempting "make" after a > successful "./configure" of grap v.1.43. I am particularly surprised at and > bothered by the intrusive strange characters. It's due to using rxvt with a UTF-8 locale, which rxvt does not support. > Shou

Re: problem running f77 and g77

2010-01-27 Thread Tim Prince
Reza Salem wrote: . There is a g77 in the gcc-3 package; g77 hasn't been maintained since then. It's generally advisable to use gfortran. A strong effort has been made to support all sane g77 extensions, as well as all of f77. -- Problem reports: http://cygwin.com/problems.html FAQ

problem running f77 and g77

2010-01-27 Thread Reza Salem
Hello, I am new to using Unix and Cygwin. I installed the most recent version of Cygwin and used the default options for the installation. When I run the command f77 from the command line I get the error message that the command was not found. Running "which f77" or "which g77" also indicates th

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Christopher Faylor
On Wed, Jan 27, 2010 at 03:12:55AM -0600, Yaakov (Cygwin/X) wrote: >On 27/01/2010 02:36, Matthias Andree wrote: >> This isn't acceptable as a generic statement. > >Nor is CCing messages to maintainers: > >http://cygwin.com/acronyms/#PPIOSPE > >> If you're unwilling to fix the cygport parts of the b

RE: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Marco Atzeri
--- Mer 27/1/10, Nellis, Kenneth ha scritto: > > From: Yaakov (Cygwin/X) > > Sent: Wednesday, January 27, 2010 04:13 > > Subject: Re: Bug: cygport fails when the working > directory pathname > > contains spaces > > > > > > I've been around long enough to know that many (most?) > people's > > exp

setup.exe messing with file permissions on downloads folder

2010-01-27 Thread Andrey Repin
Greetings, cyg...@cygwin.com. I have cygwin storage directory on network share, and it was not an issue for a years. Today, when I attempted an update, it warned me that next major release is pushed and I probably want to review changes. I did that, haven't spotted anything potentially destructive

RE: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Nellis, Kenneth
> From: Yaakov (Cygwin/X) > Sent: Wednesday, January 27, 2010 04:13 > To: cygwin@cygwin.com > Subject: Re: Bug: cygport fails when the working directory pathname > contains spaces > > On 27/01/2010 02:36, Matthias Andree wrote: > > > If you're unwilling to fix the cygport parts of the bug, that's

flashing console

2010-01-27 Thread Vincent Richomme
Hi, I am playing regularly with cygwin and mingw(w64) on a Windows 7 64 bits computer and I have noticed something that I already read on cygwin ML about the creation of a new console when there is a fork. So here is the story: I wanted to compile clang on msys/mingw so I have downloaded latest

R: Error when compiling mySQL client libraries

2010-01-27 Thread Marco Atzeri
--- Mer 27/1/10, Jurgen Defurne ha scritto: > While trying to compile mySQL 5.1.34 > client libraries, I get the > following errors : > > In file included from readline.c:54: > readline/readline.h:70:29: error: sys/ttydefaults.h: No > such file or directory > make[2]: *** [readline.o] Error 1 > m

Re: Error when compiling mySQL client libraries

2010-01-27 Thread Warren Young
On 1/27/2010 5:53 AM, Jurgen Defurne wrote: In which package is sys/ttydefaults.h supposed to be ? One answers such questions with this: http://www.cygwin.com/packages/ The answer is "no package", which then calls into question how the MySQL maintainers came to believe they should #include th

Error when compiling mySQL client libraries

2010-01-27 Thread Jurgen Defurne
While trying to compile mySQL 5.1.34 client libraries, I get the following errors : In file included from readline.c:54: readline/readline.h:70:29: error: sys/ttydefaults.h: No such file or directory make[2]: *** [readline.o] Error 1 make[2]: Leaving directory `/home/beq00908/mv_builds/mysql-5.1.3

Re: 'git commit' problem

2010-01-27 Thread Sisyphus
- Original Message - From: "Matthias Andree" To: "Sisyphus" ; When I try to 'git commit' my amendments I often get hit with "* trailing whitespace (line xxx)" errors. Configure your editor to not leave whitespace at the end of lines (sometimes the features are named flowed mode o

cygwin 1.7.1 xinetd doesn't start

2010-01-27 Thread Jason FU
Hi there, I've upgraded my cygwin to 1.7.1 (in Windows 7) but I've found that those processes as set for startup like xinetd don't start at all as shown below: t...@tsfu ~ $ ps -ef UID PIDPPID TTY STIME COMMAND SYSTEM1940 1 ? 17:37:36 /usr/bin/cygrunsrv SYSTEM

Re: cd /cygdrive hangs for some time.

2010-01-27 Thread Corinna Vinschen
On Jan 26 18:38, Ram Kal wrote: > Hi, > > I have a new problem with latest Cygwin installation > (1.7.1(0.218/5/3)). Most of the times I wanted to cd to C Drive, the > command hangs for few seconds and then completes. Also noticed that > once i am in /cygdrive/c and do a 'ls -l' command, same thin

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-27 Thread Corinna Vinschen
On Jan 27 06:28, Andy Koppe wrote: > 2010/1/27 Kazuhiro Fujieda: > > The default character encoding in the Japanese locale has become > > UTF-8 in other POSIX systems. In most of all Linux distributions, > > the default is UTF-8. In OpenSolaris, the default is also UTF-8. > > Are you saying that p

Re: 1.7.1 "Bad Address" when running cmd.exe on 64 bit windows server 2008

2010-01-27 Thread Corinna Vinschen
On Jan 26 23:29, jennifer...@nc.rr.com wrote: > Wow, thank you so much, that was very fast! > > Is there a way I can refer my customers to this patch? Or should I put the > workarounds in my code for now until this is in an official release? Customers? You're not, by any chance, providing a p

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Yaakov (Cygwin/X)
On 27/01/2010 02:36, Matthias Andree wrote: This isn't acceptable as a generic statement. Nor is CCing messages to maintainers: http://cygwin.com/acronyms/#PPIOSPE If you're unwilling to fix the cygport parts of the bug, that's fine, but claiming that fixing it were generally not worthwhile

Re: 'git commit' problem

2010-01-27 Thread Matthias Andree
Am 27.01.2010, 07:11 Uhr, schrieb Sisyphus: Hi, This might be a general 'git' issue rather than something specific to Cygwin. (The only git I have used is Cygwin's git - version 1.5.4.) Yes it is a generic git issue. When I try to 'git commit' my amendments I often get hit with "* traili

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Matthias Andree
Am 27.01.2010, 03:09 Uhr, schrieb Steven Monai: Hi folks, Consider this command line transcript: -- $ uname -a CYGWIN_NT-5.1 hostname 1.7.1(0.218/5/3) 2009-12-07 11:48 i686 Cygwin $ cygcheck -c cygport Cygwin Package Information Package Version

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Matthias Andree
Am 27.01.2010, 09:13 Uhr, schrieb Yaakov (Cygwin/X) : On 26/01/2010 23:38, Steven Monai wrote: Imagine if a program like 'cp' failed because the current working directory has a pathname that contains spaces. You'd probably agree with me that 'cp' had a rather serious flaw, wouldn't you? cyg

Re: Bug: cygport fails when the working directory pathname contains spaces

2010-01-27 Thread Yaakov (Cygwin/X)
On 26/01/2010 23:38, Steven Monai wrote: Imagine if a program like 'cp' failed because the current working directory has a pathname that contains spaces. You'd probably agree with me that 'cp' had a rather serious flaw, wouldn't you? cygport is not 'cp'. cygport is a shell script, as are confi