-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
gn.py: Could not find checkout in any parent of the current path. #118
Comments
After you |
I got same problem |
I assume the |
On MacOS v10.13.4, go version go1.8.2 darwin/amd64, and Python 2.7.15 :: Anaconda, Inc. type
type
type
|
I fixed it myself. under wget --no-check-certificate https://storage.googleapis.com/chromium-clang-format/0679b295e2ce2fce7919d1e8d003e497475f24a3 -O v8/buildtools/mac/clang-format
wget --no-check-certificate https://storage.googleapis.com/chromium-gn/9be792dd9010ce303a9c3a497a67bcc5ac8c7666 -O v8/buildtools/mac/gn
wget --no-check-certificate https://storage.googleapis.com/v8-wasm-spec-tests/1a23e57c4eeff80ed93119c3e128d08b37c530f6 -O v8/test/wasm-spec-tests/tests.tar.gz
wget --no-check-certificate https://storage.googleapis.com/chromium-v8-closure-compiler/69937d3c239ca63e4c9045718886ddd096ffc054 -O v8/src/inspector/build/closure-compiler.tar.gz And you must unzip the tar package manually, such as I can build |
@colorhook This looks like it's maybe a bug (?) in LUCI, I don't quite understand how that fits in the toolchain. They should probably use platform.python_version rather than grepping the version string... Anaconda is very popular so hopefully it can be supported. Edit: I have no idea where one is supposed to post issues for luci-go. Note: This Anaconda issue perhaps ought to be a separate issue. |
This should be fixed now. |
everybody, i fixed it on my private c++ demo preject. reson is Missing dir "buildtools" in same path with ".gn" file. the "buildtools" dir you can copy from chromium/src/buildtools. now i can compile my demo for learn how compile project to use gn/ninja. |
While running
build.py
after following every single step (includingcd $GOPATH/src/github.com/ry/v8worker2
) on macOS (El Capitan) I get the following:Before I go into detail inspection. Got anyone a hint?
The text was updated successfully, but these errors were encountered: