-
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
targets(59, 5): error MSB6004 in Ubuntu emulator in termux #5326
Comments
@dagood can you help here? |
Maybe @rainersigwald can help? Something that stands out is the old link here:
3.1.100-preview3 is pretty old, it might be worth trying 3.1.402 or 3.1.108 from https://dotnet.microsoft.com/download/dotnet-core/3.1. |
I have tried the 3.1.402, and the same problem still happens. |
This error is originating from the Csc task, so I think this should be moved to dotnet/roslyn. @chenyulue can you build and share a binary log (⚠ note warnings that the log contains a bunch of information that you may not want to share) of this build? That may reveal some useful information. |
@rainersigwald You can download the binary log here. |
I am facing the same issue. How do I fix this? |
What is your exact error @sri-vathsa? Do you have any special characters or symbolic links in the path? what |
I am trying the hello world program here. I get the following error on
Just for reference:
and I installed dotnet using the following command
Output of
|
can you do |
Yes, I only have one dotnet installation. On doing
|
one more thing:
|
The |
what is it set to? Can you check? |
|
I'm wondering @rainersigwald if process name for 'dotnet' gives wrong answer. But the DOTNET_ROOT should fix that, right? can you please try to run |
What should I mount and at which location? Btw I am running these commands inside a pod in a Kubernetes cluster(eks) |
running |
@wfurt Here's the output of mount
|
can you copy |
I would like to see what |
I tried it, but not worked |
I installed Ubuntu 20.04 LTS in termux, and manually installed
dotnet
according to the instructions.When I ran
dotnet
, everything was OK. However, when I created a console app withdotnet new console -o myApp
and ran it withdotnet run
, an error happened:Why this happens?
The text was updated successfully, but these errors were encountered: