Open sangramsalunkhe97 opened 3 years ago
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.
Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.
Author: | sangramsalunkhe97 |
---|---|
Assignees: | - |
Labels: | `area-Infrastructure`, `untriaged` |
Milestone: | - |
@sangramsalunkhe97 - looking at the log excerpt I'm wondering whether it may be occurring due to stale artifacts confusing the build after codebase update (as CMake claims it sees a pre-existing cache). In case you updated a pre-existing runtime clone, can you please try to "git clean -xdf" and retry build.sh? Of course it wouldn't make sense if you made a fresh new clone.
This is a dupe of https://github.com/dotnet/runtime/issues/53594. Copying my comment here and closing the other issue:
It's not obvious from you output what went wrong. It looks like a cached CMake run - probably from a previous try - prevents us from having more diagnostic output. Can you try deleting artifacts/obj/coreclr/Linux.x64.Debug/cmake_cmd_line.txt (or the one for your build configuration, be it debug or release) and retry? We also recommend building inside Docker to ensure you have all the dependencies. The image we use for Linux x64 currently is
mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20201227183837-5fe0e50
and instructions can be found in https://github.com/dotnet/runtime/blob/main/docs/workflow/building/coreclr/linux-instructions.md
Hi, after cloning a source code i wanna build it on my Ubuntu 18.04 machine. So i go to "/runtime-main$" Directory and start "build.sh" script. But I faced the following error. can you please suggest why that error has been occur or any argument has to pass with "build.sh" script.