kubernetes-retired / etcdadm

[EOL] etcdadm is a command-line tool for operating an etcd cluster
Apache License 2.0
765 stars 135 forks source link

Issue with building etcmanager #335

Closed remyleone closed 2 years ago

remyleone commented 2 years ago

I've stumbled upon this problem after just cloning the repository. I use macOS.

$ bazel --version
bazel 3.4.1
$ make
bazel test //... --test_output=streamed
WARNING: Streamed test output requested. All tests will be run locally, without sharding, one at a time
INFO: Repository pip_deps instantiated at:
  no stack (--record_rule_instantiation_callstack not enabled)
Repository rule pip_import defined at:
  /private/var/tmp/_bazel_sieben/b8ab0e99abed1d824521f67696459ec1/external/rules_python/python/pip.bzl:51:29: in <toplevel>
ERROR: An error occurred during the fetch of repository 'pip_deps':
   pip_import failed:  (src/main/tools/process-wrapper-legacy.cc:75: "execvp(python, ...)": No such file or directory
)
ERROR: no such package '@pip_deps//': pip_import failed:  (src/main/tools/process-wrapper-legacy.cc:75: "execvp(python, ...)": No such file or directory
)
INFO: Elapsed time: 0.277s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
make: *** [test] Error 1
(k8s|kops.dns.sieben.fr:default)
# sieben @ sieben-macbook in ~/workspace/upstream/etcd-manager on git:master o [10:23:38] C:2
$ make etcdadm
make: *** No rule to make target `etcdadm'.  Stop.
$ make container-build
make: *** No rule to make target `container-build'.  Stop.