Building Bazel from scratch on Arm64 Ubuntu - ERROR: /root/bazel/src/BUILD:79:10: Symlinking //src:zip_builtins [for tool] failed: failed to create symbolic link 'bazel-out/aarch64-opt-exec-ST-fad1763555eb/bin/src/zip_builtins': file 'src/zip_builtins.sh' is not executable #26208
-
Hi, Following the instructions here I retrieved bazel-8.2.1-dist.zip and extracted it to /root/bazel Then cd /root/bazel But got an error: root@anvil:~/bazel# env EXTRA_BAZEL_ARGS="--tool_java_runtime_version=local_jdk" bash ./compile.sh ERROR: Could not build Bazel What did I do wrong/what can I do to get the build to succeed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi again! Sorry to bother anyone, but I seem to have figured it out: In the Bazel folder, I executed chmod +x src/zip_builtins.sh And now the build is proceeding. Thank you |
Beta Was this translation helpful? Give feedback.
Hi again!
Sorry to bother anyone, but I seem to have figured it out:
In the Bazel folder, I executed
chmod +x src/zip_builtins.sh
And now the build is proceeding.
Thank you