Opened 11 years ago

Last modified 11 years ago

#41602 closed defect

Incorrect Behavior: regex error 17 — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.