New comment by tesfaye on void-packages repository https://github.com/void-linux/void-packages/issues/6684#issuecomment-602259203 Comment: `fail: Microsoft.DotNet.Darc.Operations.Operation[0] Something failed while cloning. System.Exception: Something went wrong when cloning repo https://github.com/dotnet/arcade at into /builddir/dotnet-core-3.1.102/bin/src/arcade ---> System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'git2-7ce88e6' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libgit2-7ce88e6: cannot open shared object file: No such file or directory at LibGit2Sharp.Core.NativeMethods.git_libgit2_init() at LibGit2Sharp.Core.NativeMethods.InitializeNativeLibrary() at LibGit2Sharp.Core.NativeMethods..cctor() --- End of inner exception stack trace --- ` I tried building from source, but it fails at this step. Here is the template file I used if it's any help. I modified Arch's buildfile and patches from the AUR. https://gist.github.com/tesfaye/9f9b37a67948860111049f55ed6f60d8