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
|
|
|
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)
Description: |
modified (diff)
|
Keywords: |
mavericks added; regex illegal byte sequence removed
|
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Summary: |
Incorrect Behavior: regex error 17 →
file: Incorrect Behavior: regex error 17
|
Duplicate of #41069.