You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I don't think this is an issue with ODict. This seems to be an issue withio_bazel_rules_go and possibly bazel_gazelle. This was highlighted on the thread bazel-contrib/rules_go#2795 and later adobe/rules_gitops#97.
Error reproduction:
$uname -a
Darwin Maxwells-MacBook-Pro.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T8101 arm64
$brew tap TheOpenDictionary/odict
$brew install odict
==> Downloading https://github.com/TheOpenDictionary/odict/archive/1.4.5.tar.gz
Already downloaded: /Users/maxwelldemaio/Library/Caches/Homebrew/downloads/d211af72b957bc23b404c5312d044ee9192ebd1fdeb2b8269e573895185c6c4d--odict-1.4.5.tar.gz
==> Installing odict from theopendictionary/odict
==> bazel build cli
Last 15 lines from /Users/maxwelldemaio/Library/Logs/Homebrew/odict/01.bazel:
Analyzing: target //cli:cli (30 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
Analyzing: target //cli:cli (31 packages loaded, 6 targets configured)
ERROR: /private/tmp/odict-20220704-48550-1fhv0s7/odict-1.4.5/cli/BUILD.bazel:24:10: While resolving toolchains for target //cli:cli: no matching toolchains found for types @io_bazel_rules_go//go:toolchain
ERROR: Analysis of target '//cli:cli' failed; build aborted:
INFO: Elapsed time: 16.366s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (35 packages loaded, 200 targets configured)
FAILED: Build did NOT complete successfully (35 packages loaded, 200 targets configured)
Do not report this issue to Homebrew/brew or Homebrew/core!
The text was updated successfully, but these errors were encountered:
Note: I don't think this is an issue with ODict. This seems to be an issue with
io_bazel_rules_go
and possiblybazel_gazelle
. This was highlighted on the thread bazel-contrib/rules_go#2795 and later adobe/rules_gitops#97.Error reproduction:
The text was updated successfully, but these errors were encountered: