Snow Leopard에 MacPorts 설치하기 (“package ifneeded macports 1.0” script)

DMG 패키지의 MacPorts를에 설치했습니다. http://www.macports.org/install.php

그것을 설치 한 후에 나는 그것을 사용하고 이것을 얻으려고 노력했다 :

dlopen(/opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib, 10): no suitable image found.  Did find:
    /opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib: no matching architecture in universal wrapper
    while executing
"load /opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib"
    ("package ifneeded macports 1.0" script)
    invoked from within
"package require macports"
    (file "/opt/local/bin/port" line 39)

/ opt / local / share / macports 및 / opt / local / bin / port를 제거하고 다시 설치하려고 시도했지만 도움이되지 않았습니다.

최신 정보:

나는 완전한 제거를 시도했다.

%% sudo rm -rf \
    /opt/local \
    /Applications/DarwinPorts \
    /Applications/MacPorts \
    /Library/LaunchDaemons/org.macports.* \
    /Library/Receipts/DarwinPorts*.pkg \
    /Library/Receipts/MacPorts*.pkg \
    /Library/StartupItems/DarwinPortsStartup \
    /Library/Tcl/darwinports1.0 \
    /Library/Tcl/macports1.0 \
    ~/.macports

그리고 MacPorts-1.9.2-10.6-SnowLeopard.dmg를 설치 했는데도 여전히 같은 오류가 발생합니다.



답변

소스에서 설치하십시오.

tar xjvf MacPorts-1.9.2.tar.bz2
cd MacPorts-1.9.2
./configure && make && sudo make install
sudo port -v selfupdate


답변