#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 | ------------------------------+------------------------ Comment (by da.hoffman.pb@…): Replying to [comment:1 ryandesign@…]:
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 }}}
Thanks for your suggestions. I will give them a try. I have updated Xcode to 5.1.1 and installed the command line tools. I will then clean and rebuild. If that fails, I will clean and rebuild with parallel make disabled. I will let you know the results. -- Ticket URL: <https://trac.macports.org/ticket/48716#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X