Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#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)

main.log (683.0 KB) - added by conradwt (Conrad Taylor) 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by conradwt (Conrad Taylor)

Attachment: main.log added

comment:1 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

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.

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed
:info:build The directory that should contain system headers does not exist:
:info:build   /usr/include

Install the missing content.

comment:3 in reply to:  2 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 10 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.

https://developer.apple.com/downloads/index.action

comment:5 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Or just run ' xcode-select --install'

Note: See TracTickets for help on using tickets.