X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=R0SOcfN6EsRD10/OzXIya1+c6clTa OM++1iigGtCwUyZkHNBhWEEiHJirV1BwnQ2bny2RoUafHoBJAOMUTsP5ASa1DKxY akDjp3qUu2z3dXPcTSKA9wvlkiurJROPx8GCsgyDIBBkt9BvADbKKabZMCegYpcV ZLDhy7p0yCY5+w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=CxmwfyGVpsLedSCJi+7PPDe64f8=; b=ODe e609BvzElq4FfjJ0wwgAPGeCsZi9Ft7tnkOUyxd4aRqol8vB2LivT7GTnTDXk2MQ iw7zjCZUuS6pvQDJ9x1Y/SkNiVmzM0Uw41iW9T0N9mXL9WozmRZT03nz+lulvTaS 0KciGAftINnZ4FqPt6IxnIXMUUc5ZfCBwxDo0fTI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GARBLED_SUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qc0-f176.google.com MIME-Version: 1.0 X-Received: by 10.49.39.161 with SMTP id q1mr21246709qek.66.1382854080743; Sat, 26 Oct 2013 23:08:00 -0700 (PDT) Date: Sun, 27 Oct 2013 10:08:00 +0400 Message-ID: Subject: =?UTF-8?Q?GNU_Make_4=2E0=2E1_=E2=80=94_infinite_loop_on_startup?= From: Yuriy Chernyshov To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 core is concumed, memory usage grows quite fast. Makefile can be found on github page: https://github.com/georgthegreat/dancebooks-bibtex/blob/dev/makefile I looked through the 4.0-changelog, but there is nothing to cause such behavior. I've found the problematic line: MARKDOWN_FILES := $(wildcard transcriptions/*.md) ls is working fine with the given wildcard. Other wildcards (two previous lines are also working fine). What can the problem lay in? With best regards, Yuriy. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple