[MacPorts] #41713: ds9 fails to install on Mavericks due to llvm
MacPorts
noreply at macports.org
Fri Dec 6 09:50:12 PST 2013
#41713: ds9 fails to install on Mavericks due to llvm
-------------------------+--------------------------------
Reporter: ecdowney@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: invalid | Keywords:
Port: llvm-3.1 |
-------------------------+--------------------------------
Changes (by ryandesign@…):
* status: reopened => closed
* resolution: => invalid
Comment:
ds9 does not list any llvm as a dependency:
{{{
$ port deps ds9
Full Name: ds9 @7.2_3
Build Dependencies: llvm-gcc42
Library Dependencies: xorg-libX11, xorg-libXext, xorg-libXt, Xft2,
xrender,
xorg-libXScrnSaver, fontconfig, freetype, libxml2,
libiconv,
jbigkit, zlib, libzip, zip, ast
}}}
It does list llvm-gcc42 as a dependency, and that does list cctools as a
dependency, and that does list ld64 as a dependency, and cctools and ld64
do have various llvm variants, and you have presumably installed cctools
and ld64 back when llvm31 was the default variant, but these days llvm33
is the default variant, and you should reinstall those ports with those
new default variants to resolve the problem; I think this command should
do it:
{{{
sudo port install ld64 cctools
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41713#comment:4>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list