Re: [1.7] chmod fails with windows path

2008-12-19 Thread Glenn Serre
Good afternoon, Corinna Vinschen wrote: [...] Fixed in CVS. [...] Closing the loop: I got the cygwin update today and it works for me. Thanks! --Glenn S. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Corinna Vinschen
On Dec 15 21:32, Corinna Vinschen wrote: > On Dec 15 20:25, Eric Blake wrote: > > Eric Blake byu.net> writes: > > > > > Or, more accurately, a limitation of the coreutils .exe magic getting > > > thrown off by the switch to the new cygwin_conv_path. > > > > On further thought, chmod doesn't do .

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Eric Blake
Eric Blake byu.net> writes: > > Eric Blake byu.net> writes: > > > Or, more accurately, a limitation of the coreutils .exe magic getting > > thrown off by the switch to the new cygwin_conv_path. > > On further thought, chmod doesn't do .exe magic to begin with (cp, mv, and ln > do, but not ch

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Corinna Vinschen
On Dec 15 20:25, Eric Blake wrote: > Eric Blake byu.net> writes: > > > Or, more accurately, a limitation of the coreutils .exe magic getting > > thrown off by the switch to the new cygwin_conv_path. > > On further thought, chmod doesn't do .exe magic to begin with (cp, mv, and ln > do, but not

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Eric Blake
Eric Blake byu.net> writes: > Or, more accurately, a limitation of the coreutils .exe magic getting > thrown off by the switch to the new cygwin_conv_path. On further thought, chmod doesn't do .exe magic to begin with (cp, mv, and ln do, but not chmod). Maybe the culprit is the fact that coreu

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 12/15/2008 11:57 AM: >> chmod +x e:/tmp/gimp/*.exe >> chmod: changing permissions of `e:/tmp/gimp/gimp-2.2.13-i586-setup-1.exe': >> No such file or directory >> chmod: changing permissions of `e:/tmp/gimp/gtk+-2.10.6-1

Re: [1.7] chmod fails with windows path

2008-12-15 Thread Corinna Vinschen
On Dec 15 10:28, Glenn Serre wrote: > Good morning, > > In 1.7, using chmod with a Windows path fails is in the attached > chmod_output.txt. Using a posix path works as expected. > > I can, of course, fix my makefile to not use windows paths, but it is a > change from previous behavior and seems