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

Dependency resolve errors when building from source #217

Open
Asdprom opened this issue Jun 4, 2024 · 0 comments
Open

Dependency resolve errors when building from source #217

Asdprom opened this issue Jun 4, 2024 · 0 comments

Comments

@Asdprom
Copy link

Asdprom commented Jun 4, 2024

Hi!

It's more of a question rather than an issue. I'm trying to build this tool from source, but I'm encountering rather strange errors during the process:

ERROR: external/rules_kotlin~1.9.1/kotlin/compiler/BUILD.bazel:25:17: no such target 
'@@rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_google_ksp//:symbol-processing-cmdline.jar': target
'symbol-processing-cmdline.jar' not declared in package '' defined by
external/rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_google_ksp/BUILD.bazel
(Tip: use `query "@@rules_kotlin~1.9.1~rules_kotlin_extensions~com_github_google_ksp//:*"`to see all the targets in that
package) and referenced by '@@rules_kotlin~1.9.1//kotlin/compiler:symbol-processing-cmdline'

Build command:

bazel  build //cli:bazel-diff_deploy.jar  --action_env=JAVA_HOME=...

OS: Windows
Bazel: 7.0.2

I understand that the problem is with an external dependency, but basically all I did was run the build command as described in the readme (by the way, the command there seems to be outdated).

Have you perhaps encountered a similar problem?

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

1 participant