[MacPorts] #44356: Error: org.macports.build for port llvm-3.2 returned: command execution failed
MacPorts
noreply at macports.org
Thu Aug 28 04:00:51 PDT 2014
#44356: Error: org.macports.build for port llvm-3.2 returned: command execution
failed
---------------------------------+------------------------
Reporter: bugmail-macports@… | Owner: jeremyhu@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.3.1
Resolution: duplicate | Keywords:
Port: llvm-3.2 |
---------------------------------+------------------------
Changes (by ryandesign@…):
* cc: sunlounger001@… (added)
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #43977.
sunlounger001, if you have ports installed that depend on llvm-3.2,
probably they do so via a variant. For example, commonly people have the
ld64 and cctools ports installed, and at one time in the past +llvm32 was
the default variant in those ports, because 3.2 was the latest stable
version of llvm at the time. MacPorts preserves variant selections on
upgrades, so if you initially installed those ports back then, and never
changed the variant, then you'll still be using the +llvm32 variant today.
The default variant on those ports today is +llvm34. To get that new
default, just reinstall the ports:
{{{
sudo port install ld64 cctools
}}}
If you want specific variants, specify them. For example, if you want to
use the +llvm35 variant on both ports instead, use:
{{{
sudo port install ld64 +llvm35 cctools +llvm35
}}}
--
Ticket URL: <https://trac.macports.org/ticket/44356#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list