Skip to content

Instantly share code, notes, and snippets.

@robertpi
Created June 6, 2020 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertpi/e191a57430b8b347dc980e448e4f5633 to your computer and use it in GitHub Desktop.
Save robertpi/e191a57430b8b347dc980e448e4f5633 to your computer and use it in GitHub Desktop.
-- 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.
@robertpi
Copy link
Author

robertpi commented Jun 6, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment