-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error w/ dtrace build when installing in a directory with a '(' in the path on OSX #65
Comments
As far as I can tell, this is an issue with GYP. I reproduced it with:
The problem is that something is setting LD_LIBRARY_PATH to a value that has spaces in it, but it's not quoting that assignment. On my system, I found this code in $npm_exec_path/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py:
There was a change submitted at https://codereview.chromium.org/287393002/, but I can't tell if it was integrated. This (or a similar issue) seems to have been seen by a number of other projects: trentm/node-bunyan#58, kelektiv/node.bcrypt.js#121, and those seem to be nodejs/node-gyp#65. Anyway, this does not appear to be a dtrace-provider issue, but I don't know how to make forward progress. Sorry. |
Probably need some quotes around filepaths.
The text was updated successfully, but these errors were encountered: