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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=TVD nZwH1gC/m39ijWqdgBxkmPVMFVZ3/k76mj3tZT70R+/LD9yaETEvmCTgvIpqaJbe pGsDYXa3BdAS3h0KALuw+aMayN7EEnOrJJNSUP6nH2eHEYvC+s+EkVW/HX8ujLS5 A2lfbDtYTy2wbzFv43kK/wGp6/+fMZUs8pZCjrAs= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=tw/0g6wrQ llzoC/uklG9Tvo9yRU=; b=yTD076Wiip0LA1rU8bLiBCqmsd4viTPU/YdVsuEUy nQK5RUNKVZ3N51/dgB+tZfU8zAMqJfybqznbqIOYGNrdkVWW7WHeBOxH4NW4OJd/ w1UGuMOOOMyC4CNRGWxflKorNhyNJ/OyO5R2rNTVouIbnoXOui1EBhbD2MbDXg5i kM= 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: No, score=-0.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: USA7109MR001.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: problem with file-5.17-1 Date: Fri, 14 Mar 2014 18:56:45 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702CDFA591@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s2EIv41Z030245 Problem with the latest "file" command: $ cat -A Makefile CC := gcc$ CXX := g++$ INCDIR := $(HOME)/include$ BINDIR := $(MY_BINDIR)$ LIBDIR := $(MY_LIBDIR)$ CPPFLAGS_NOANSI := -Wall -pedantic -I $(INCDIR)$ CPPFLAGS := -ansi $(CPPFLAGS_NOANSI)$ EXEEXT := .exe$ LSTAT_SUPPORT := 1$ $ file Makefile Makefile: ERROR: line 163: regex error 17, (illegal byte sequence) $ file --version file-5.17 magic file from /usr/share/misc/magic $ which file /usr/bin/file $ cygcheck -f `which file` file-5.17-1 $ uname -r 1.7.28(0.271/5/3)$ --Ken Nellis -- 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