Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#39426 closed defect (duplicate)

MacPorts doesn't install on Mavericks

Reported by: igeek1@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.1.3
Keywords: Cc: dr-evil-lob@…, razzfazz (Daniel Becker), dm@…, pkutzner+macports@…, bonoba@…, suominen (Kimmo Suominen), ian@…, jeremy@…, eirnym (Arseny Nasokin), MaddTheSane (C.W. Betts), joelburton (Joel Burton), macports@…, robsonpeixoto@…, jrblevin@…, bhadder@…
Port:

Description

Didn't see a bug, so I thought I would put one in. It doesn't install on the Mavericks seed from WWDC. Couldn't get it to build from source, either.

Change History (24)

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Keywords: OS X build install removed
Priority: HighNormal

Please do not set the Priority field.

comment:2 Changed 11 years ago by neverpanic (Clemens Lang)

There's not much we can do about this (at least those of us without access to Mavericks). Posting details on this would probably violate your NDA. See also https://lists.macosforge.org/pipermail/macports-dev/2013-June/022942.html.

comment:3 Changed 11 years ago 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:

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 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 libintl, 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.

Last edited 11 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 Changed 11 years ago by jpr5@…

Also applies to latest version 2.2.99 in SVN.

comment:5 Changed 10 years ago by dr-evil-lob@…

Cc: dr-evil-lob@… added

Cc Me!

comment:6 Changed 10 years ago by razzfazz (Daniel Becker)

Cc: razzfazz@… added

Cc Me!

comment:7 Changed 10 years ago by dm@…

Cc: dm@… added

Cc Me!

comment:8 Changed 10 years ago by pkutzner+macports@…

Cc: pkutzner+macports@… added

Cc Me!

comment:9 Changed 10 years ago by bonoba@…

Cc: bonoba@… added

Cc Me!

comment:10 Changed 10 years ago by suominen (Kimmo Suominen)

Cc: kimmo@… added

Cc Me!

comment:11 Changed 10 years ago by ian@…

Cc: ian@… added

Cc Me!

comment:12 Changed 10 years ago by jeremy@…

Cc: jeremy@… added

Cc Me!

comment:13 Changed 10 years ago by eirnym (Arseny Nasokin)

Cc: eirnym@… added

Cc Me!

comment:14 Changed 10 years ago by eirnym (Arseny Nasokin)

Mavericks is out. And it's free. So can be macports installed?

comment:15 Changed 10 years ago by MaddTheSane (C.W. Betts)

Cc: computers57@… added

Cc Me!

comment:16 Changed 10 years ago by joelburton (Joel Burton)

Cc: joel@… added

Cc Me!

comment:17 Changed 10 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Type: enhancementdefect

comment:18 Changed 10 years ago by macports@…

Cc: macports@… added

Cc Me!

comment:19 Changed 10 years ago by robsonpeixoto@…

Cc: robsonpeixoto@… added

Cc Me!

comment:20 Changed 10 years ago by jrblevin@…

Cc: jrblevin@… added

Cc Me!

comment:21 Changed 10 years ago by neverpanic (Clemens Lang)

Please see comment:16:ticket:40476 everyone. Especially do not attempt to use the method described above, it is not necessary. A binary installer for Mavericks will be available in a few days.

comment:22 Changed 10 years ago by bhadder@…

Cc: bhadder@… added

Cc Me!

comment:23 in reply to:  22 ; Changed 10 years ago by craig@…

Replying to bhadder@…:

Cc Me!

If you can't wait a few days, you should know that the locations have changed slightly with the release. Here are the runes to build 2.2.0 from source tonight:

./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/Versions/Current --with-tclinclude=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework/Versions/Current/Headers

Last edited 10 years ago by craig@… (previous) (diff)

comment:24 in reply to:  23 Changed 10 years ago by neverpanic (Clemens Lang)

Replying to craig@…:

If you can't wait a few days, you should know that the locations have changed slightly with the release. Here are the runes to build 2.2.0 from source tonight:

./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/Versions/Current --with-tclinclude=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tcl.framework/Versions/Current/Headers

Please don't do that and instead just read comment:16:ticket:40476. You don't need to juggle with any special flags to ./configure, just make sure you did run xcode-select --install and use ./configure without any parameters, which will work fine. You especially do not need to specify any Tcl paths, any paths within an SDK, or any paths at all.

Note: See TracTickets for help on using tickets.