huijunwu opened a new issue #3564: URL: https://github.com/apache/incubator-heron/issues/3564
**Is your feature request related to a problem? Please describe.** When building from a fresh Ubuntu 20.04, some packages are required for `bazel build`. But they are not examined by `bazel_configure.py` **Describe the solution you'd like** Add the following package check in `bazel_configure.py` > ant libcppunit-dev pkg-config: for zookeeper c++ client 3.5.8 > python-is-python3 python3-dev tree: for python and heronpy > zip : for generating document These are for Ubuntu only. The other platforms need more investigation. **Describe alternatives you've considered** NA **Additional context** https://github.com/apache/incubator-heron/pull/3555#issuecomment-656448966 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
