Skip to content
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

ERROR: .../WORKSPACE:...: name 'maven_server' / 'maven_jar' / ... is not defined #871

Open
vorburger opened this issue Oct 28, 2023 · 0 comments

Comments

@vorburger
Copy link

tools/claat$ make serve

mkdir -p ./bin/deps
cd ../; \
    bazel build :bundle; \
    mv -f bazel-genfiles/bundle.zip claat/bin/deps
2023/10/28 20:28:10 Downloading https://releases.bazel.build/6.4.0/release/bazel-6.4.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:3:1: name 'maven_server' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:8:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:13:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:18:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:23:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:28:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:33:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:38:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:43:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:48:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:53:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:58:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:63:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:68:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:73:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:78:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:83:1: name 'maven_jar' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:88:1: name 'new_http_archive' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:96:1: name 'http_archive' is not defined
ERROR: /home/vorburger/git/github.com/googlecodelabs/tools/WORKSPACE:106:1: name 'http_archive' is not defined
ERROR: Error computing the main repository mapping: Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': error loading package 'external': Could not load //external package
Loading:
mv: cannot stat 'bazel-genfiles/bundle.zip': No such file or directory
make: *** [Makefile:41: serve] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant