Answer the question
In order to leave comments, you need to log in
MacOS X 10.9 + MacPorts = Not working?
Faced with the fact that after a clean update on MacOS X 10.9, there is no support for MacPorts. More precisely, they managed to install the ports themselves from the 2.2.0.pkg package, deceiving the system recognition from 10.9 to 10.8. But then still nothing is going to happen. Packages of dependencies, etc. are not delivered. Has anyone already found a solution to this problem? Or at least maybe someone knows when this issue will be fixed. I really would not want to roll back to 10.8 ...
Answer the question
In order to leave comments, you need to log in
You need to rebuild them from the source, then they will work.
Requires fresh Xcode.
curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.2.0.tar.bz2 tar jxvf MacPorts-2.2.0.tar.bz2 cd MacPorts-2.2.0 CC=/usr/bin/cc ./configure --prefix=/opt/local --with-install-user=root --with-install-group=admin --with-directory-mode=0755 --enable- readline \ --with-tclpackage=/Library/Tcl \ --with-tcl=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework \ --with-tclinclude=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework/Headers make sudo make install
Yesterday I installed ports from scratch, the old version refused to work. I had to suffer a little, but from the source code they became. I solved one of the problems like this - http://trac.macports.org/ticket/40476#comment:14
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question