Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Install Fails With [usr/lib/luarocks/rocks/stable-busted-deps] Error 1 #39

Closed
zachgersh opened this issue Apr 12, 2015 · 4 comments
Closed

Comments

@zachgersh
Copy link

Logs here:

https://gist.github.com/anonymous/1d104aebb432116fd6be

@justinmk
Copy link
Member

It's invoking clang++. That does not seem right.

@zachgersh
Copy link
Author

Yeah, pretty strange. Though no idea how to fix this :/

@xu-cheng
Copy link
Contributor

It's invoking clang++. That does not seem right.

This is the correct behavior.

The actually failure is here:

/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found
#include <__debug>
         ^
1 error generated.

This is a bug Apple introduced in Xcode CLT 6.3. A temporary fix is to install Xcode.

Related links:

@zachgersh
Copy link
Author

@xu-cheng - worked perfectly. Latest Xcode and all installed.

Thanks for the help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants