Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. ERROR: /root/.cache/bazel/_bazel_root/bd0f63453256ea962e73be995f691717/external/com_google_protobuf/BUILD:106:1: C++ compilation of rule '@com_google_protobuf//:protobuf_lite' failed (Exit 1) process-wrapper failed: error executing command
  2. (cd /root/.cache/bazel/_bazel_root/bd0f63453256ea962e73be995f691717/sandbox/processwrapper-sandbox/2/execroot/__main__ && \
  3. exec env - \
  4. PATH=/bin:/usr/bin:/usr/local/bin \
  5. PWD=/proc/self/cwd \
  6. TMPDIR=/tmp \
  7. /root/.cache/bazel/_bazel_root/install/5924f9461528fef3af9c2092a62c9853/_embedded_binaries/process-wrapper '--timeout=0' '--kill_delay=15' /usr/lib/llvm-8/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections -fdata-sections '-stdlib=libc++' -MD -MF bazel-out/host/bin/external/com_google_protobuf/_objs/protobuf_lite/strutil.d '-frandom-seed=bazel-out/host/bin/external/com_google_protobuf/_objs/protobuf_lite/strutil.o' -iquote external/com_google_protobuf -iquote bazel-out/host/bin/external/com_google_protobuf -isystem external/com_google_protobuf/src -isystem bazel-out/host/bin/external/com_google_protobuf/src -g0 -g0 -DHAVE_PTHREAD -DHAVE_ZLIB -Woverloaded-virtual -Wno-sign-compare -Wno-unused-function -Wno-write-strings -no-canonical-prefixes -Wno-builtin-macro-redefined '-D__DATE__="redacted"' '-D__TIMESTAMP__="redacted"' '-D__TIME__="redacted"' -c external/com_google_protobuf/src/google/protobuf/stubs/strutil.cc -o bazel-out/host/bin/external/com_google_protobuf/_objs/protobuf_lite/strutil.o)
  8. In file included from external/com_google_protobuf/src/google/protobuf/stubs/strutil.cc:33:
  9. external/com_google_protobuf/src/google/protobuf/stubs/strutil.h:37:10: fatal error: 'vector' file not found
  10. #include <vector>
  11. ^~~~~~~~
  12. 1 error generated.
  13. Target //src/envoy:envoy failed to build
  14. INFO: Elapsed time: 7.627s, Critical Path: 0.18s
  15. INFO: 0 processes.
  16. FAILED: Build did NOT complete successfully
  17. FAILED: Build did NOT complete successfully
  18. Makefile:58: recipe for target 'build_envoy' failed
  19. make: *** [build_envoy] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement