-
Notifications
You must be signed in to change notification settings - Fork 211
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
_ksp_compiler_plugin_repository_impl Fails on Windows #1193
Comments
@restingbull I still receive the following error with rules_kotlin version 1.9.6: Is there something that needs to be done to get this issue resolved? |
Interesting. It must not be related to the symlink, as that code path is unused. |
Tested this also on windows 11. First it did work, but after updating to version 23H2 it throws the same error again. |
Hi @restingbull, is there any update on this topic? |
Given that it worked before the 23H2 update, and I have yet to repro it myself, I'm afraid it exists as an exercise for the user. I'd suggest ensuring the bazel cache is clean and shutdown. The revised implementation does not rely on any bash functions... meaning any error may be a bazel bug. I'll give it another round, but I do not have a clear understanding why windows fails. |
I did now also receive this error when running ubuntu 22.04 within WSL2. So this seems not to be caused by windows. I have not changed anything within my project, so bazel and rules_kotlin version stayed the same. Is it possible to get rid of the KSP? I dont even need it. |
First of all I think we should check the
exec_result
at this line since it's quite common thatmv
would fail.Now if I run
bazel build //kotlin/compiler:symbol-processing-api
, the error I got after adding the lines above:The issue not reproducible on MacOS or on Linux.
The text was updated successfully, but these errors were encountered: