On Mon, Apr 6, 2020 at 4:28 pm, Pirate Praveen
<[email protected]> wrote:
On Mon, Apr 6, 2020 at 3:30 pm, Pirate Praveen
<[email protected]> wrote:
So some options I can think of,
1. Wait til upb clears NEW and migrate to testing.
2. Try if removing upb from build process will help it pick protobuf
Tried adding
export GRPC_PYTHON_BUILD_SYSTEM_PROTOBUF = 1
in debian/rules but that seems not enough to force using protobuf
instead of upb. Should we ask upstream to provide an easy way to skip
upb and use full protobuf instead during build?
This patch makes the build successful.
https://salsa.debian.org/debian/grpc/-/blob/buster-backports/debian/patches/no-link-upb.patch
I think we can close this bug unless you want to purse removing upb
from source tree.