Advertisement
rajhlinux

Untitled

Sep 10th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. $ bazel run --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11
  2.  
  3. mediapipe/examples/desktop/hello_world:hello_world
  4. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  5. Warning: skipping import of repository 'com_google_absl' because it already exists.
  6. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  7. Warning: skipping import of repository 'com_google_benchmark' because it already exists.
  8. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  9. Warning: skipping import of repository 'flatbuffers' because it already exists.
  10. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  11. Warning: skipping import of repository 'pybind11_bazel' because it already exists.
  12. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  13. Warning: skipping import of repository 'com_googlesource_code_re2' because it already exists.
  14. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  15. Warning: skipping import of repository 'com_google_protobuf' because it already exists.
  16. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  17. Warning: skipping import of repository 'com_google_googletest' because it already exists.
  18. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  19. Warning: skipping import of repository 'com_github_gflags_gflags' because it already exists.
  20. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  21. Warning: skipping import of repository 'zlib' because it already exists.
  22. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  23. Warning: skipping import of repository 'build_bazel_rules_apple' because it already exists.
  24. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  25. Warning: skipping import of repository 'build_bazel_rules_swift' because it already exists.
  26. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  27. Warning: skipping import of repository 'build_bazel_apple_support' because it already exists.
  28. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  29. Warning: skipping import of repository 'xctestrunner' because it already exists.
  30. DEBUG: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/org_tensorflow/third_party/repo.bzl:132:14:
  31. Warning: skipping import of repository 'pybind11' because it already exists.
  32. ERROR: /usr/home/user/.cache/bazel/_bazel_user/dce2e5f5daa25516313b94e75e515765/external/com_google_protobuf/BUILD:515:10: While resolving toolchains for target @com_google_protobuf//:protoc: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. Maybe --incompatible_use_cc_configure_from_rules_cc has been flipped and there is no default C++ toolchain added in the WORKSPACE file? See https://github.com/bazelbuild/bazel/issues/10134 for details and migration instructions.
  33. ERROR: Analysis of target '//mediapipe/examples/desktop/hello_world:hello_world' failed; build aborted:
  34. INFO: Elapsed time: 0.139s
  35. INFO: 0 processes.
  36. FAILED: Build did NOT complete successfully (0 packages loaded, 15 targets configured)
  37. FAILED: Build did NOT complete successfully (0 packages loaded, 15 targets configured)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement