#40984: ncurses@5.9.2+command execution failed-build failed -----------------------+-------------------------------- Reporter: idleft@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: Port: ncurses | -----------------------+-------------------------------- Changes (by ryandesign@…): * status: new => closed * keywords: ncurses => * resolution: => invalid * cc: ryandesign@… (added) Old description:
Hi~ I met a problem when I trying to build the port ncurses
The 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
dyld: Library not loaded: /opt/local/lib/libintl.8.dylib Referenced from: /usr/bin/dircolors Reason: image not found
And 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~
New description: Hi~ I met a problem when I trying to build the port ncurses The 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 {{{ dyld: Library not loaded: /opt/local/lib/libintl.8.dylib Referenced from: /usr/bin/dircolors Reason: image not found }}} And 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~ -- Comment: First, ensure you've followed the [wiki:Migration 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`. -- Ticket URL: <https://trac.macports.org/ticket/40984#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X