Changes between Initial Version and Version 1 of Ticket #40984


Ignore:
Timestamp:
Oct 27, 2013, 3:38:41 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

First, ensure you've followed the migration instructions.

Then, delete the file /usr/bin/dircolors. It is not a part of OS X and it is linked to a library from MacPorts, which suggests you compiled it yourself and installed it there. You should not install software into /usr/bin; that directory is only for Apple to install software in.

If you want the dircolors program, you can get it from MacPorts by installing the coreutils port. It will be called gdircolors. If you would like it to be called dircolors instead, add /opt/local/libexec/gnubin to your PATH.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40984

    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Keywords ncurses removed
  • Ticket #40984 – Description

    initial v1  
    33The story is silly. After I upgraded OSX to 10.9, I found the port wasn't work. The reason might be I haven't update for a long time or the system update. Then I did a silly operation. I run 'port -fp uninstall installed' without backup the installed list. After the pkg for Mavericks released, I reinstalled this package and finally get my port work properly, but the packages are missing. The terminal keeps noticing
    44
     5{{{
    56dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
    67  Referenced from: /usr/bin/dircolors
    78  Reason: image not found
     9}}}
    810
    911And the time I building other packages, this problem also occurs. I read the log and this is also the problem. Is there any suggestion for this? Thanks a lot~