-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
protobuf-3.6.1 doesn't build :protobuf with latest bazel (0.21.0) #5547
Comments
(apologies for the strikethrough, must've been some MD formatting i wasn't aware of) |
I believe the latest release tag https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1.3 has all the fixes you need. |
great, thanks a bunch
…On Wed, Jan 16, 2019 at 9:58 AM Jan Tattermusch ***@***.***> wrote:
I believe the latest release tag
https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1.3 has all
the fixes you need.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5547 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFL-hAueDOFetOC_z1Ihh8_8uafCDemks5vDum4gaJpZM4ZzA2F>
.
|
It seems like maven doesn't have an instance of v3.6.1.3 for protobuf-java that corresponds, can that be addressed? https://search.maven.org/search?q=g:com.google.protobuf |
With Bazel 0.22 This error is now a major show stopper (unable to compile, full stop error), a corresponding jar distribution would be ideal to coincide with v3.6.1.3 tag. Here's the corresponding deprecation bug w/ Bazel: |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment. This issue is labeled |
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it. This issue was closed and archived because there has been no new activity in the 14 days since the |
3.6.1 - language agnostic, this is a build error
Linux amd64
Below is the error I see. If I change REPOSITORY_NAME to repository_name(), it then breaks again = )
Specifying the bazel flag allows the build to succeed, but one shouldn't have to do that. bazel build -c opt :protobuf should just work.
The text was updated successfully, but these errors were encountered: