#51988: ansible @2.1.0.0.1 new upstream version 2.1.1.0-1 is available --------------------------+--------------------------- Reporter: lpancescu@… | Owner: adfernandes@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: ansible | --------------------------+--------------------------- Comment (by lpancescu@…): Thanks, I appreciate the effort! Is that code trying to use /usr/bin/sed to patch a binary archive? Apple's sed defaults to expecting UTF-8 - I assume it tries to read the binary data as an UTF-8 stream, and it fails decoding it. If that's the case, sed should probably be forced to treat the input stream as binary data; I assume invoking it as 'LANG=C LC_ALL=C sed' should be enough, but I haven't tested it. -- Ticket URL: <https://trac.macports.org/ticket/51988#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X