Changes between Initial Version and Version 1 of Ticket #35462


Ignore:
Timestamp:
Aug 1, 2012, 6:20:49 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The log says:

sed: RE error: illegal byte sequence

So this is the familiar error we're seeing on Mountain Lion that means sed is being run on a file that is not UTF-8, and therefore the LANG environment variable needs to be set (maybe in the port, or elsewhere in the build system) to a suitable value (such as "C").

Duplicate of #35421.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35462

    • Property Status changed from new to closed
    • Property Cc noses@… added
    • Property Summary changed from Error installing the joe package in OS X 10.8 to joe: sed: RE error: illegal byte sequence
    • Property Keywords mountainlion added; joe execution failed removed
    • Property Resolution changed from to duplicate
  • Ticket #35462 – Description

    initial v1  
    11The command: <port install joe> resulted in the following error:
    22 
     3{{{
    34Error: org.macports.build for port joe returned: command execution failed
     5}}}
    46
    57I hav successfully installed other ports such as tree without failure so my environment seems OK.