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

WORKSPACE file link broken #44

Open
shiyi23 opened this issue Aug 4, 2022 · 2 comments
Open

WORKSPACE file link broken #44

shiyi23 opened this issue Aug 4, 2022 · 2 comments

Comments

@shiyi23
Copy link

shiyi23 commented Aug 4, 2022

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)

  1. cd sentinel-cpp
  2. run the “bazel build -c opt //...”

Tell us your environment

Ubuntu18.04

Anything else we need to know?

@xcaspar @BlackImpl @dapingzhang @x-cold

@chenneal
Copy link
Collaborator

chenneal commented Aug 5, 2022

sorry, this is a known problem, i will fix this problem later

@GangLiCN
Copy link

GangLiCN commented Mar 9, 2024

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.

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

3 participants