-
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
3.5.0 doesn't compile with gcc 10 #12056
Labels
bad error messaging
Issues where users get stuck because they don't understand what they did wrong
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
Comments
The problem seems to be fixed upstream: https://github.com/protocolbuffers/upb/issues/262 and the fix needs to be cherry-picked in Bazel. |
This was referenced Sep 10, 2020
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this issue
Oct 22, 2020
Fixes bazelbuild#12056 This is a replacement of bazelbuild#12077 after an unsuccessful attempt to upgrade upb version. Closes bazelbuild#12083. PiperOrigin-RevId: 331145667
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this issue
Oct 22, 2020
Fixes bazelbuild#12056 This is a replacement of bazelbuild#12077 after an unsuccessful attempt to upgrade upb version. Closes bazelbuild#12083. PiperOrigin-RevId: 331145667
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bad error messaging
Issues where users get stuck because they don't understand what they did wrong
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
Description of the problem / feature request:
Compiling bazel fails with
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Compile bazel 3.5.0 with gcc 10 using:
env EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk" ./compile.sh
What operating system are you running Bazel on?
Arch Linux
I compile bazel using the build instructions found here: https://github.com/archlinux/svntogit-community/blob/packages/bazel/trunk/PKGBUILD
The text was updated successfully, but these errors were encountered: