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:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=rV SwqL4yvGHh+Jh0JpaItMCW4v0KN/m/YKhlzQV5GsM9r2WsfZMgnMdLxWD6ymnxQW E693dQLeJ5mccZCAq+jOpWwz9i1klJzhp05H/FSQQ06jy4bCU3xPgLxR7NgCsuZa 62OZdJ1PO5mMDCsQyKR1K5HiCzsk2OJkAR3wiDaro= 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:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=yIM8Gkg6 Z9Afgmtbn9XLZbMvlHI=; b=Vtn9hSg/f/8yYzerU7raP7wknT4fi9Aeyv0Zqrs+ 0wHyhWQcCR7z7f67lmTw1xLz5KImRLmGuREDDSKOin9N+G8Y5oOwnW+qbo7QkBtx U2y+5JtsrF1oTF4Kvs7qsXk6cxVxddRH/qOrDbZL0ShrpZ+hCdR+CKyQWb3gsgam 82s= 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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f49.google.com MIME-Version: 1.0 X-Received: by 10.180.8.130 with SMTP id r2mr7734225wia.14.1394824940422; Fri, 14 Mar 2014 12:22:20 -0700 (PDT) In-Reply-To: <0D835E9B9CD07F40A48423F80D3B5A702CDFA591@USA7109MB022.na.xerox.net> References: <0D835E9B9CD07F40A48423F80D3B5A702CDFA591 AT USA7109MB022 DOT na DOT xerox DOT net> Date: Fri, 14 Mar 2014 23:22:20 +0400 Message-ID: Subject: Re: problem with file-5.17-1 From: Alexey Pavlov To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 2014-03-14 22:56 GMT+04:00 Nellis, Kenneth: > > 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 I think it can be fixed by next patch: https://github.com/Alexpux/MSYS2-packages/blob/master/file/file-5.15-fix-regexp.patch Regards, Alexey. > > -- > 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 > -- 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