-
Notifications
You must be signed in to change notification settings - Fork 822
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
ninja doesn’t work. #1306
Comments
Ninja proper has been working for me here since well before the anniversary update (I think?) so that's curious. If you post a link to a gist with the output of |
I'm not sure if I should post this here or in alwsl/alwsl#33, as I'm using it to get Arch Linux on WSL, however hopefully this is helpful, as I've found out how to reproduce this. I have the same issue, whenever ninja tries to run a program, it errors with Here is an example of trying to build ninja itself:
Here is an strace log ( Hopefully this is useful! |
That's |
I'm not too sure how useful this will be, but I downloaded a copy of ninja from https://github.com/ninja-build/ninja/releases, and tried to run that, and I still got the same issue. |
Gave me an excuse to upgrade to 1.7.2. Yeah it works fine on Xenial with 14971. |
Hm... I just checked my Windows build and it's 14393.447 |
No the EINVAL on |
This is interesting, when I run Ninja now on the Creators Update (still on Arch not Ubuntu) it doesn't have this error, it has a different one! In this case it seems to be related to #1878, as it has a very similar error to that.
Note that for this, ninja is installed from the package manager. Bootstrapping ninja has the same error, this just shows it clearer. The output of Hopefully this is helpful! |
Hi @skyem123 -- thanks for posting the strace! Unfortunately, it looks like the That said, it appears to be failing immediately after the
Also, for what it's worth, I use ninja from Ubuntu 16.04's default repositories (ninja v1.5.1) and I don't see this issue. As a workaround, maybe downgrading would help? |
This is a dupe of #1878 (or vice-verse). Which is why unzipping the locales manually is pointless, because |
I am confirming ninja is working… But only in latest development buid. |
ninja is a build tool similar to make required to build chromium.
However, using it never work :
Windows build : 10.0.14393
The text was updated successfully, but these errors were encountered: