-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bazel build //source/exe:envoy-static, error for org_golang_google_grpc #3652
Comments
ENVOY_SRCDIR=/source You are in 'detached HEAD' state. You can look around, make experimental If you want to create a new branch to retain commits you create, you may git checkout -b new_branch_name HEAD is now at 4b6c55b... cleanup: move filter wrapper into Http namespace. (#49) |
I have the same issue |
got this error too |
1 similar comment
got this error too |
@yuansx @yuansx @bengol @xiaoma2100 I've solved this problem by setting
Hope to be useful for you. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
[root@localhost envoy]# bazel build --package_path %workspace%:/root/src/envoy/ //source/exe:envoy-static
INFO: Build options have changed, discarding analysis cache.
External dependency cache directory /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25
make: Entering directory `/root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps'
No need to rebuild /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/cares.dep.env
No need to rebuild /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/benchmark.dep.env
No need to rebuild /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/libevent.dep.env
No need to rebuild /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/gperftools.dep.env
No need to rebuild /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/luajit.dep.env
Building in /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/luajit.dep.build, logs at /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/luajit.dep.log
Successful build of /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/luajit.dep
cat: /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/nghttp2.dep.env: No such file or directory
Building in /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/nghttp2.dep.build, logs at /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/envoy_deps_cache_fbe7fd77b8354b9a6f47b8e24c1a5f25/nghttp2.dep.log
ERROR: /root/.cache/bazel/_bazel_root/b4ce55150c2905dc1fa0886156c33084/external/io_bazel_rules_go/proto/BUILD.bazel:21:1: no such package '@org_golang_google_grpc//': failed to fetch org_golang_google_grpc: 2018/06/09 23:04:16 unrecognized import path "google.golang.org/grpc"
and referenced by '@io_bazel_rules_go//proto:go_grpc'
ERROR: Analysis of target '//source/exe:envoy-static' failed; build aborted: no such package '@org_golang_google_grpc//': failed to fetch org_golang_google_grpc: 2018/06/09 23:04:16 unrecognized import path "google.golang.org/grpc"
INFO: Elapsed time: 47.221s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (248 packages loaded)
all the error message, I don't know how to fix it. who can tell me how to do, thanks
The text was updated successfully, but these errors were encountered: