Closed dveeden closed 3 years ago
Not sure if the grpc
submodule of this project needs updating or if this needs to be done somewhere down the dependency tree (e.g. pingcap/grpc).
Yes, pingcap/grpc needs to be updated first. We are using 1.35 currently.
Is there plan to upgrade the grpc version in the near future? Or we cherry-pick https://github.com/grpc/grpc/commit/f4fa4a18bca497a6ef8768e8faec07f7f3d29d21 to fix the build temporarily first.
I'm waiting for a new release from grpc, given that a pre-release has released.
I am also blocked by this issue when compiling tikv
okay I see submodule updated 18 hours ago, is this already fixed by now?
Yes, 0.9.0 was released 19 hours ago.
Describe the bug
Expected behavior A clear and concise description of what you expected to happen.
System information
Fedora 34, GCC 11.0.1, cmake 3.19.7
Additional context
Looks like the issue is with the pingcap/grpc submodule, which seems to be behind grpc/grpc. And that in turn has abseil-cpp.
Updating abseil-cpp to 20219324.1 compiling this works again: