-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Hi,
I got error while trying to build the web demos using bazel. I am using bazel version 1.0.0.
Here is the command I am using to build the web demo:
bazel run wit_dashboard/demo:demoserver
Bazel version: 1.0.0
System: Ubuntu 22.04
The error:
WARNING: Download from https://zlib.net/zlib-1.2.11.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found
ERROR: An error occurred during the fetch of repository 'zlib':
java.io.IOException: Error downloading [https://zlib.net/zlib-1.2.11.tar.gz] to /home/brb/.cache/bazel/_bazel_brb/0d983f6dec220156b9025ee488468a15/external/zlib/zlib-1.2.11.tar.gz: GET returned 404 Not Found
ERROR: /home/brb/.cache/bazel/_bazel_brb/0d983f6dec220156b9025ee488468a15/external/com_google_protobuf/BUILD:150:1: @com_google_protobuf//:protobuf depends on @zlib//:zlib in repository @zlib which failed to fetch. no such package '@zlib//': java.io.IOException: Error downloading [https://zlib.net/zlib-1.2.11.tar.gz] to /home/brb/.cache/bazel/_bazel_brb/0d983f6dec220156b9025ee488468a15/external/zlib/zlib-1.2.11.tar.gz: GET returned 404 Not Found
And I did not get the file where the URL with error is written.
Please help me to solve this error.
Thank You
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels