[MacPorts] #48716: clang-3.5 @3.5.2_6: eprintf/libcompiler_rt.a: No such file or directory (was: clang-3.5 fails to build on Mac OS 10.8.5 (Mountain Lion))
MacPorts
noreply at macports.org
Tue Aug 25 15:19:49 PDT 2015
#48716: clang-3.5 @3.5.2_6: eprintf/libcompiler_rt.a: No such file or directory
------------------------------+------------------------
Reporter: da.hoffman.pb@… | Owner: jeremyhu@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: clang-3.5 |
------------------------------+------------------------
Changes (by ryandesign@…):
* owner: macports-tickets@… => jeremyhu@…
* port: => clang-3.5
Comment:
What version of Xcode and clang do you have? If it's not
[XcodeVersionInfo#OSX10.8 the latest one for Mountain Lion] (Xcode 5.1.1 /
clang-503.0.40), maybe upgrading Xcode and the Xcode command line tools
would help.
I also note you are building with 24 make jobs, and that the error message
is about a missing file. You could try disabling parallel building, which
will take longer but if it succeeds that will let us know it is a parallel
build problem:
{{{
sudo port clean clang-3.5
sudo port install clang-3.5 build.jobs=1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/48716#comment:1>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list