Created
June 6, 2020 17:32
-
-
Save robertpi/e191a57430b8b347dc980e448e4f5633 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Installing: /coreclr/bin/Product/Linux.x64.Debug/bin/libnativelibrary.so | |
CMake Error at tests/src/readytorun/tests/cmake_install.cmake:42 (file): | |
file INSTALL cannot copy file | |
"/coreclr/bin/obj/Linux.x64.Debug/tests/src/readytorun/tests/libnativelibrary.so" | |
to "/coreclr/bin/Product/Linux.x64.Debug/bin/libnativelibrary.so". | |
Call Stack (most recent call first): | |
tests/src/readytorun/cmake_install.cmake:37 (include) | |
tests/cmake_install.cmake:53 (include) | |
cmake_install.cmake:43 (include) | |
Makefile:61: recipe for target 'install' failed | |
make: *** [install] Error 1 | |
Failed to build CoreCLR component. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Followed the build instructions here: https://github.com/dotnet/coreclr/blob/v3.1.3/Documentation/building/linux-instructions.md
Using source from tag v3.1.3
Docker image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-c103199-20180628134544
Command executed was:
./build.sh -verbose -skipmanaged
libnativelibrary.so
does not appear to exist in/coreclr/bin/obj/Linux.x64.Debug/tests/src/readytorun/tests