-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fresh checkout doesn't build #1
Comments
The exception seems to actually be raised in I've traced the problem back to the function |
So can you run the following commands and retry
|
How do I acquire Interestingly, my WSL (Ubuntu 16.04) system failed to run the prep script due to unable to install |
gClient is a part of depot tools software. See I wouldn't worry about the prep script failing... I think your build may succeed independent of that. If not, we can always revisit that part |
The instructions linked above don't seem to cover this error. (They talk about configuring Git, but I've done that and this error still occurs.) I'm not sure what config is needed? |
I think you have to run this in the nacl directory (outside the native_client directory). Is this what you are doing? Also below are instructions for some of the tools needed
|
Confirmed fix. Will update readme |
From a fresh checkout (branch master, commit
b79af46
), I get the following build error:It keeps going, but I think that's the relevant part.
I'm running the command
./scons --nacl_glibc --verbose
from thenative_client
directory as suggested in the README.Note, it is looking in a directory
[...]/Sandboxing_NaCl/native_client/toolchain
that doesn't exist in this repo. Similarly named directoriesnative_client/toolchain_build
andnative_client/toolchain_revisions
exist, but neither contains alinux_x86
directory which the build system seems to be looking for.I'll keep investigating, just documenting the issue here.
The text was updated successfully, but these errors were encountered: