-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Unable to execute Bazel binary built on Windows #6053
Comments
@laszlocsomor @meteorcloudy did I miss a setup step somewhere? |
Ah.. maybe this line has something to do with it?
|
I think this is the same issue as #4096. It looks like the build recovered from that and still succeeded, which is consistent with the other bug:
The principled solution to this was blocked on deferred param files, which are now available, so we can make sure header compilation actions are always using params files for command lines that exceed platform-specific limits. |
@jin I think this is a protobuf bug with Visual Studio 2017 |
We should update protobuf version to 3.6.1 to fix this issue |
Thanks for the quick fix! Now I'm running into this issue:
|
Ah, I missed #6068 - sorry for the noise!
…On Tue, Sep 4, 2018 at 10:56 AM László Csomor ***@***.***> wrote:
(FYI, ea642d6
<ea642d6>
depends on 131e31c
<131e31c>
.)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6053 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVPDgsVJAgjl2sQ0C-HNdWFYoqTBtbjks5uXpSigaJpZM4WVzDr>
.
|
@laszlocsomor I just tried building master on windows (HEAD at 5939235) and got the same error as @jin:
|
@filipesilva : You probably need to |
...but given that sandboxing is not supported on Windows and all actions run non-sandboxed (under the execution root) the compilation action for |
FYI, protobuf is updated to 3.6.1 at HEAD. |
Can confirm that I was able to build after |
Description of the problem / feature request:
I built a devbazel on Windows with Bazel 0.17.1rc1, but the resulting binary cannot be executed.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Building at 4d1d0b5
What operating system are you running Bazel on?
Windows 10.
What's the output of
bazel info release
?What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
https://github.com/bazelbuild/bazel
4d1d0b5
4d1d0b5
The text was updated successfully, but these errors were encountered: