huijunwu commented on pull request #3555:
URL: https://github.com/apache/incubator-heron/pull/3555#issuecomment-655355558
tested on darwin
```
git checkout huijunwu/20200702
python3 -m venv .
source ./bin/activate
$ python -V
Python 3.7.8
# only for occasional scenario: multiple pex rc configs
PY3=$(which python3)
echo "PEX_PYTHON_PATH=$(dirname ${PY3})" > ~/.pexrc
echo "PEX_PYTHON=${PY3}" >> ~/.pexrc
cat ~/.pexrc
$ ./bazel_configure.py
Platform Darwin
Using C compiler : /usr/bin/clang (11.0.0)
Using C++ compiler : /usr/bin/clang++ (11.0.0)
Using C preprocessor : /usr/bin/cpp (11.0.0)
Using C++ preprocessor : /usr/bin/cpp (11.0.0)
Using linker : /opt/local/bin/ld-latest
Using JDK : /Library/Java/JavaVirtualMachines/...jdk11
Using Automake : /usr/local/Cellar/automake/1.16.1_1/bin/automake
(1.16.1)
Using Autoconf : /.../autoconf (2.69)
Using Make : /usr/bin/make (3.81)
Using Python3 :
/usr/local/Cellar/python/3.7.8/Frameworks/Python.framework/Versions/3.7/bin/python3.7
(3.7.8)
Using Libtool : /.../glibtool (2.4.6)
Using archiver : /opt/local/bin/ar
Using coverage tool : /usr/bin/gcov
dwp : not found, but ok
Using nm : /opt/local/bin/llvm-nm-mp-8.0
objcopy : not found, but ok
Using objdump : /usr/bin/objdump
Using strip : /opt/local/bin/strip
bazel build --config=darwin_nostyle heron/...
bazel build --config=darwin_nostyle scripts/packages:binpkgs && \
bazel build --config=darwin_nostyle scripts/packages:tarpkgs
```
----------------------------------------------------------------
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]