#40201 closed defect (invalid)
llvm-gcc42 failed to build
Reported by: | conradwt (Conrad Taylor) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.99 |
Keywords: | mavericks | Cc: | erickt@…, jeremyhu (Jeremy Huddleston Sequoia) |
Port: | llvm-gcc42 |
Description
llvm-gcc42 failed to build using Xcode 5 DP 5. Next, llvm-gcc42 was a dependency for memcached port. Thus, the installation process was initiated as follows:
sudo port install memcached
Attachments (1)
Change History (6)
Changed 11 years ago by conradwt (Conrad Taylor)
comment:1 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
comment:2 follow-up: 3 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → invalid |
---|---|
Status: | new → closed |
:info:build The directory that should contain system headers does not exist: :info:build /usr/include
Install the missing content.
comment:3 Changed 11 years ago by danchr (Dan Villiom Podlaski Christiansen)
Replying to jeremyhu@…:
Install the missing content.
I just ran into this on the released version. Installing the command line tools does indeed fix it, but that's not at quite obvious from the error. In addition, you have to go to the developer suite and download them manually now, so it might be worthwhile to fix the port to build without them or at the very least update the port to tell the user how to proceed.
comment:4 Changed 11 years ago by dp+macports@…
For others having trouble with this issue, you need to log into the Apple Developer Member Center and go to downloads, then find Command Line Tools (OS X Mavericks). There are other versions for Mountain Lion, etc. so be sure to get the Mavericks version.
comment:5 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Or just run ' xcode-select --install'
You are under NDA. Please do not violate that by filing bugs about Mavericks and Xcode DP5 in public tickets.
That being said, I'll look into it without further comments in this ticket.