sentinel-cpp
sentinel-cpp copied to clipboard
WORKSPACE file link broken
Issue Description
Execute the "bazel build -c opt //..." would faile.Because the link in the WORKSPACE file have been broken, and the the download of dependent third-party compressed package will failed. Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
- cd sentinel-cpp
- run the “bazel build -c opt //...”
Tell us your environment
Ubuntu18.04
Anything else we need to know?
@xcaspar @BlackImpl @dapingzhang @x-cold
sorry, this is a known problem, i will fix this problem later
I've fixed some errors(e.g. Prefix "rules_foreign_cc-master" was given, but not found in the archive.) from BUILD and WORKSPACE, but still hit below errors: "no such package '@@bazel_tools//platforms': BUILD file not found in directory 'platforms' of external repository @@bazel_tools. Add a BUILD file to a directory to mark it as a package." ...
I also tried to build with CMAKE but hit other dependency related errors(e.g. libevent...) , still investigating on it.
In general, I think this project is fully unusable now untill all these dependency issues to be fixed.