V
V
Vertex2013-10-25 10:38:03
macOS
Vertex, 2013-10-25 10:38:03

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

4 answer(s)
X
Xeenon, 2013-10-25
@Vertex

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

After rebuilding, update and run upgrade.

C
cypok, 2013-10-25
@cypok

homebrew ;)

V
Vladimir Sokolovsky, 2013-10-25
@inlanger

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

V
Vertex, 2013-10-25
@Vertex

LAMP on MBP991 (13'3" Mid 2009 + 8Gb RAM) — it's been going for 4 hours now O_0 Some hell...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question