-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Compiling Bazel fails if "zip" is not installed #319
Copy link
Copy link
Closed
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)type: bug
Description
Following the build instructions here: http://bazel.io/docs/getting-started.html
Compiling fails silently if the "zip" program is not installed The culprit looks like scripts/bootstrap/compile.sh Sample terminal interaction:
$ ./compile.sh
INFO: You can skip this first step by providing a path to the bazel binary as second argument:
INFO: ./compile.sh build /path/to/bazel
🍃 Building Bazel from scratch...........scripts/bootstrap/compile.sh: line 305: zip: command not found
Creating Bazel self-extracting archive...
/tmp/bazel$ echo $?
1
The "Creating Bazel self-extracting archive..." should probably not be printed based on the previous error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)We'll consider working on this in future. (Assignee optional)type: bug