-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Cppcheck fails to build unless -vd flag is given on 10.7 #19464
Comments
What are the permissions on /raid0/homes/dmwelch/Library/Logs? This is working when you build verbose because build logs aren't written into the log directory. The build actually failed from Homebrew being unable to write the logs:
|
Permissions are 777: https://gist.github.com/dmwelch/5469629#file-cppcheck-brew-install-gist-L30 |
Mine are owned by "adamv adamv", not "adam user", though I don't suppose that makes any difference. |
Works here without verbose, but I'm not installing with |
Sudo should not be the issue, since the permissions are open. @adamv: Why close an issue b/c "it works on my machine"? Leave it open for someone else to tackle, bro. |
@dmwelch Just for comparison's sake, can you successfully |
@mistydemeo @adamv sudo touch /raid0/homes/dmwelch/Library/Logs/Homebrew/cppcheck/foo The cppcheck/ dir doesn't exist, but I can't create that either as sudo. Now this is something I can bring to my system admin. Thanks for the help guys. |
Success! sudo su -
brew install cppcheck Per my admin:
Cheers! |
Mountain Lion 10.7
https://gist.github.com/dmwelch/5469629
The text was updated successfully, but these errors were encountered: