-
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
RuntimeException building protoc on Windows with mingw #6169
Labels
area-Windows
Windows-specific issues and feature requests
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
untriaged
Comments
katre
pushed a commit
that referenced
this issue
Oct 16, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
katre
pushed a commit
that referenced
this issue
Oct 17, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
aehlig
pushed a commit
that referenced
this issue
Oct 23, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
katre
pushed a commit
that referenced
this issue
Oct 23, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
katre
pushed a commit
that referenced
this issue
Oct 23, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
aehlig
pushed a commit
that referenced
this issue
Oct 24, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
katre
pushed a commit
that referenced
this issue
Oct 24, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
aehlig
pushed a commit
that referenced
this issue
Oct 29, 2018
The MSYS gcc and MINGW gcc toolchains do support linking against shared library. So the precondition check should be disabled for them. CcProtoAspect.java should set emitInterfaceSharedObjects to true when the toolchain supports interface shared library. Fixes #6171 Fixes #6292 Fixes #6169 RELNOTES: None PiperOrigin-RevId: 216258674
philwo
added
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Jun 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-Windows
Windows-specific issues and feature requests
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
untriaged
Description of the problem / feature request:
Bazel crashes with the output below when building protoc on Windows with mingw.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Just create a new directory with the WORKSPACE file below, then run the command above.
What operating system are you running Bazel on?
Windows 10
What's the output of
bazel info release
?release 0.17.1
The text was updated successfully, but these errors were encountered: