Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. ~/github/ericgribkoff/grpc$ bazel build //tools/grpcz:grpcz_client --verbose_failures
  2. INFO: Found 1 target...
  3. ERROR: /usr/local/google/home/ericgribkoff/github/ericgribkoff/grpc/tools/grpcz/BUILD:65:1: Linking of rule '//tools/grpcz:grpcz_client' failed: gcc failed: error executing command
  4. (exec env - \
  5. /usr/bin/gcc -o bazel-out/local-fastbuild/bin/tools/grpcz/grpcz_client -pthread '-fuse-ld=gold' -Wl,-no-as-needed -Wl,-z,relro,-z,now -B/usr/bin -B/usr/bin '-Wl,--build-id=md5' '-Wl,--hash-style=gnu' -pass-exit-codes -Wl,-S -Wl,@bazel-out/local-fastbuild/bin/tools/grpcz/grpcz_client-2.params)
  6.  
  7. Use --sandbox_debug to see verbose messages from the sandbox.
  8. /usr/bin/ld.gold: error: bazel-out/local-fastbuild/bin/external/mongoose_repo/_objs/mongoose_lib/external/mongoose_repo/mongoose.pic.o: multiple definition of 'MD5_Init'
  9. /usr/bin/ld.gold: bazel-out/local-fastbuild/bin/external/submodule_boringssl/_objs/crypto/external/submodule_boringssl/src/crypto/md5/md5.pic.o: previous definition here
  10. /usr/bin/ld.gold: error: bazel-out/local-fastbuild/bin/external/mongoose_repo/_objs/mongoose_lib/external/mongoose_repo/mongoose.pic.o: multiple definition of 'MD5_Update'
  11. /usr/bin/ld.gold: bazel-out/local-fastbuild/bin/external/submodule_boringssl/_objs/crypto/external/submodule_boringssl/src/crypto/md5/md5.pic.o: previous definition here
  12. /usr/bin/ld.gold: error: bazel-out/local-fastbuild/bin/external/mongoose_repo/_objs/mongoose_lib/external/mongoose_repo/mongoose.pic.o: multiple definition of 'MD5_Final'
  13. /usr/bin/ld.gold: bazel-out/local-fastbuild/bin/external/submodule_boringssl/_objs/crypto/external/submodule_boringssl/src/crypto/md5/md5.pic.o: previous definition here
  14. collect2: error: ld returned 1 exit status
  15. Use --strategy=CppLink=standalone to disable sandboxing for the failing actions.
  16. Target //tools/grpcz:grpcz_client failed to build
  17. INFO: Elapsed time: 0.506s, Critical Path: 0.32s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement