Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41602 closed defect (duplicate)

file: Incorrect Behavior: regex error 17

Reported by: mmdonley@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: mavericks Cc:
Port: file

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Output from /opt/local/bin/file (5.1.5 from MacPorts) vs Output from /usr/bin/file (5.0.4 from Apple)

$ file dog
dog: ERROR: line 163: regex error 17, (illegal byte sequence)
$ file results.tar 
results.tar: bzip2 compressed data, block size = 900k
$ file final.txt 
final.txt: ERROR: line 163: regex error 17, (illegal byte sequence)
$ file logz.nb 
logz.nb: ERROR: line 163: regex error 17, (illegal byte sequence)
$ /usr/bin/file dog
dog: ASCII English text
$ /usr/bin/file results.tar 
results.tar: bzip2 compressed data, block size = 900k
$ /usr/bin/file final.txt 
final.txt: UTF-8 Unicode English text
$ /usr/bin/file logz.nb 
logz.nb: ASCII text

Change History (2)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: mavericks added; regex illegal byte sequence removed
Resolution: duplicate
Status: newclosed

Duplicate of #41069.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Incorrect Behavior: regex error 17file: Incorrect Behavior: regex error 17
Note: See TracTickets for help on using tickets.