This package makes available the Weave Data Language (WDL) compiler (WDLC). WDL is Weave's publish and subscribe schema language. The WDLC compiler can be used to compile (i.e., validate and code generate) schema written against the WDL specification.
configure: error: protobuf version between 3.3.0 and 3.9.1, inclusive, is required. However, /usr/local/google/home/mosaic-role/slave/repo_clients/internal/master/out/host/linux-x86/bin/protoc is version unknown.
Please try downloading and installing 'https://github.com/protocolbuffers/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip' or later.
make[1]: *** [Makefile:534: config.status] Error 1
Expected:
configure should parse the version as 3.6.1
CUSTOMER IMPACT
make distclean fails on Google-internal build system.
SUMMARY
STEPS TO REPRODUCE
output from protoc --version:
RESULTS Actual:
Expected:
configure should parse the version as 3.6.1
CUSTOMER IMPACT
make distclean
fails on Google-internal build system.REGRESSION
Probably
REPRODUCIBILITY
Every time.