nicknezis commented on pull request #3555: URL: https://github.com/apache/incubator-heron/pull/3555#issuecomment-654577804
I'm having issues compiling this on OSX with this command: `bazel build --config=darwin_nostyle heron/...` ``` ❯ ./bazel_configure.py Platform Darwin Using C compiler : /usr/bin/gcc (4.2.1) Using C++ compiler : /usr/bin/g++ (4.2.1) Using C preprocessor : /usr/bin/cpp (11.0.0) Using C++ preprocessor : /usr/bin/cpp (11.0.0) Using linker : /usr/bin/ld Using JDK : /System/Library/Frameworks/JavaVM.framework/Versions/A Using Automake : /usr/local/Cellar/automake/1.16.2/bin/automake (1.16.2) Using Autoconf : /usr/local/Cellar/autoconf/2.69/bin/autoconf (2.69) Using Make : /usr/bin/make (3.81) Using Python : /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 (2.7.16) Using Libtool : /usr/local/Cellar/libtool/2.4.6_2/bin/glibtool (2.4.6) Using archiver : /usr/bin/ar Using coverage tool : /usr/bin/gcov dwp : not found, but ok Using nm : /usr/bin/nm objcopy : not found, but ok Using objdump : /usr/bin/objdump Using strip : /usr/bin/strip ``` The error I get: ``` INFO: From Linking heron/proto/libproto-cxx.a: /Library/Developer/CommandLineTools/usr/bin/libtool: file: bazel-out/darwin-fastbuild/bin/heron/proto/_objs/proto-cxx/empty.pic.o has no symbols warning: /Library/Developer/CommandLineTools/usr/bin/libtool: warning for library: bazel-out/darwin-fastbuild/bin/heron/proto/libproto-cxx.a the table of contents is empty (no object file members in the library define global symbols) ERROR: /private/var/tmp/_bazel_nnezis/42af5204dd5936eb8287d40b2ccac539/external/org_apache_zookeeper/BUILD.bazel:7:8: Executing genrule @org_apache_zookeeper//:zookeeper-srcs failed (Exit 1) /bin/bash: line 7: ./configure: No such file or directory INFO: Elapsed time: 80.026s, Critical Path: 28.42s INFO: 443 processes: 443 local. FAILED: Build did NOT complete successfully ``` ---------------------------------------------------------------- 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]
