Skip to content

Conversation

@hhatto
Copy link

@hhatto hhatto commented Jun 13, 2017

summary

for C++ Project

use CCACHE_FOUND value when cmake build.
Because an error occurs in macOS environment with Homebrew installation.

error detail

Even if /usr/local/bin is not included in the PATH environment variable, find_program will return /usr/local/bin/ccache. In that case, ccache (not /usr/local/bin/ccache) will be used as the ccache's program name.
As a result the build will fail.

reference

Homebrew/homebrew-core#14105

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. I created https://issues.apache.org/jira/browse/ARROW-1115; can you add "ARROW-1115:" to the PR title? If you let me know your ASF JIRA username I will add you to the contributor list. Thank you

@asfgit asfgit closed this in d25ea63 Jun 13, 2017
@wesm
Copy link
Member

wesm commented Jun 13, 2017

I cherry-picked this. Thanks!

@hhatto hhatto changed the title use CCACHE_FOUND value ARROW-1115: [C++] use CCACHE_FOUND value Jun 14, 2017
@hhatto
Copy link
Author

hhatto commented Jun 14, 2017

If you let me know your ASF JIRA username I will add you to the contributor list.

ASF JIRA username : hhatto

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants