-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Linux build: The dependency target "inject_debug_resources_coreclr" of target "runtimeinfo" does not exist. #51248
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
I did a git bisect and it seems that the following commit is what broke it for me:
@jkoritzinsky would you have any idea why your change might have caused me to start running in to this issue? |
Are you trying to cross build or are you doing a non-cross build? |
@jkoritzinsky not a cross build, just |
I think I found the issue. Not sure how this didnt break earlier. I'll have a fix out soon. |
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsSometime recently, I've become unable to build dotnet/runtime on Linux Ubuntu 20.04.2 LTS. Steps:
Result: -- Configuring done CMake Error at debug/runtimeinfo/CMakeLists.txt:34 (add_dependencies): The dependency target "inject_debug_resources_coreclr" of target "runtimeinfo" does not exist. -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. /code/personal/dotnet/runtime/src/coreclr I don't think anything in particular changed in my environment, and nor do I see any other error higher up in the build logs. I tried a branch that is a few weeks old and was able to build it successfully. Any assistance getting the build working again would be appreciated.
|
Sometime recently, I've become unable to build dotnet/runtime on Linux Ubuntu 20.04.2 LTS.
Steps:
git pull
(HEAD is now b80ddef)git clean -xdf
(just for good measure)./build.sh -s clr+libs -rc release
Result:
I don't think anything in particular changed in my environment, and nor do I see any other error higher up in the build logs. I tried a branch that is a few weeks old and was able to build it successfully.
Any assistance getting the build working again would be appreciated.
The text was updated successfully, but these errors were encountered: