nelhage / rules_boost

bazel build rules to use boost in bazel projects
Apache License 2.0
285 stars 231 forks source link

Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl #186

Open jasser94 opened 4 years ago

jasser94 commented 4 years ago

Hi Guys, I am trying to build native_client in DeepSpeech mozilla project however I am always facing this error. Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved. I tried to load it locally but doesn't work too I got always a Path error. PS: in native_client build file the package is loaded via this command: load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps") and its WORKSPACE file is empty. you can have a look here for more details https://github.com/mozilla/DeepSpeech/tree/master/native_client

LEGaTO-SmartMirror commented 3 years ago

i have the same problem. how did you solve it?

oftenliu commented 3 years ago

me too ,how did u solve it

Geremia commented 2 years ago

I get this

ERROR: Skipping '//native_client:libdeepspeech.so': error loading package 'native_client': Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved.

issue with Bazel release 3.7.2, too.

Geremia commented 2 years ago

@wijagels Your pull request fixed my issue. 🙏

cpsauer commented 1 year ago

I'm going to close this one down, since it looks to be resolved and project specific, but if someone runs into it again, holler, and I'll open things right back up.

Cheers! Chris