[MacPorts] #39426: MacPorts doesn't install on Mavericks
MacPorts
noreply at macports.org
Thu Aug 1 10:22:02 PDT 2013
#39426: MacPorts doesn't install on Mavericks
--------------------------+--------------------------------
Reporter: igeek1@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: base | Version: 2.1.3
Resolution: | Keywords:
Port: |
--------------------------+--------------------------------
Comment (by jpr5@…):
MacPorts won't build because {{{Tcl.framework}}} is moving from Mavericks'
system libraries to be inside of Xcode proper. This necessitates
specifying {{{--with-tcl}}} and {{{--with-tclinclude}}} options to
MacPorts' {{{configure}}}.
On Mavericks DP3 with Xcode5-DP4 installed:
{{{
#!sh
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/Xcode5-DP4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework
\
--with-
tclinclude=/Applications/Xcode5-DP4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework/Headers
make
make install
}}}
Follow the [http://trac.macports.org/wiki/Migration basic instructions] to
clean out your existing MacPorts installation. Trying to install MacPorts
over an existing install quickly turns into a nightmare, around libs like
{{{libiconv}}} and {{{libitnl}}}, etc. Keep in mind it won't just be as
easy as wiping {{{/opt/local/}}} -- things like {{{launchd}}} files and
other things outside of the {{{/opt/local}}} root may still linger, which
will stop MacPorts and require you to {{{port -f activate ... }}}
individual packages to proceed each time.
--
Ticket URL: <https://trac.macports.org/ticket/39426#comment:3>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list