This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem with file-5.17-1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]