Re: zsh bug (was Re: Native links breaks zsh)

2014-06-07 Thread Yuriy Chernyshov
Yes, the problem is related with soft links, of course. Sorry for misprint. On 8 June 2014 03:56, Andrey Repin anrdae...@yandex.ru wrote: Greetings, Yuriy Chernyshov! Removing environment variable fixes the problem. Everything works fine with non-native links (i. e. CYGWIN not set

Re: zsh bug (was Re: Native links breaks zsh)

2014-06-06 Thread Yuriy Chernyshov
Removing environment variable fixes the problem. Everything works fine with non-native links (i. e. CYGWIN not set) and on native unix-like systems. The only configuration that fails to lock the file (whatever it is) is Cygwin with native hardlinks. -- Problem reports:

Native links breaks zsh

2014-06-05 Thread Yuriy Chernyshov
Greetings, it's me again. I've added environment variable to zsh. The problem with locking still persists. Here are some commands: thegeorg@THEGEORG-NB2-W7:~$ zsh thegeorg@THEGEORG-NB2-W7:~$ true thegeorg@THEGEORG-NB2-W7:~$ zsh: locking failed for /home/thegeorg/.histfile: no such file or

Re: Cygwin on Max OS X ?

2014-06-05 Thread Yuriy Chernyshov
Why do you need cygwin under MasOS X? MacOS X is POSIX-compatible system that can run all the cygwin software natively, without API emulation. On 5 June 2014 18:11, Warren Young war...@etr-usa.com wrote: On 6/5/2014 07:48, Richard H. McCullough wrote: Can I install Cygwin on my iMac?

Native links break zsh

2014-06-04 Thread Yuriy Chernyshov
Hi! After adding export CYGWIN='winsymlinks: nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this is related since HISTFILE isn't a link at all. Thanks. Yuriy.

Native links break zsh

2014-06-02 Thread Yuriy Chernyshov
Hi! After adding export CYGWIN='winsymlinks:nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this is related since HISTFILE isn't a link at all. Yuriy. -- Problem

GNU Make 4.0.1 — infinite loop on startup

2013-10-27 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu

GNU Make 4.0.1 - infinite loop on startup

2013-10-26 Thread Yuriy Chernyshov
Greetings. On October, 9 GNU Make 4.0 was released and is already available on cygwin (I'm using x86_64 on Win7). My makefile is working fine with the latest version from 3.0 branch (3.82.xx), but comes into infinite loop on startup (no rules are being executed) with 4.0.1. 100% of a single cpu

GNU Make 4.0.1 - infinite loop on startup - update

2013-10-26 Thread Yuriy Chernyshov
By bisecting makefile I've found the problematic line: MARKDOWN_FILES := $(wildcard transcriptions/*.md) Removing it make things work. ls is working fine with the given wildcard: $ ls transcriptions/*.md transcriptions/[155-,_it]_Giovannino_e_Il_Lanzino_e_Il_Papa_-_Manuscritto_di_baletti.md