Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Rolf Campbell
On 2013-10-27 14:51, Christopher Faylor wrote: I downloaded the source code for the above and ran into the problem pretty quickly. make was allocating an ever-increasing amount of memory due to a problem with the processing of eight bit characters with the high-bit set. That caused the

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Rolf Campbell
On 2013-11-02 12:36, Rolf Campbell wrote: On 2013-10-27 14:51, Christopher Faylor wrote: I downloaded the source code for the above and ran into the problem pretty quickly. make was allocating an ever-increasing amount of memory due to a problem with the processing of eight bit characters with

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-11-02 Thread Christopher Faylor
On Sat, Nov 02, 2013 at 12:42:28PM -0400, Rolf Campbell wrote: On 2013-11-02 12:36, Rolf Campbell wrote: On 2013-10-27 14:51, Christopher Faylor wrote: I downloaded the source code for the above and ran into the problem pretty quickly. make was allocating an ever-increasing amount of memory

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

Re: GNU Make 4.0.1 ??? infinite loop on startup

2013-10-27 Thread Christopher Faylor
On Sun, Oct 27, 2013 at 10:08:00AM +0400, Yuriy Chernyshov wrote: 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

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

Re: GNU Make 4.0.1 - infinite loop on startup

2013-10-26 Thread Christopher Faylor
On Sat, Oct 26, 2013 at 09:35:16PM +0400, Yuriy Chernyshov wrote: 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