You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Getting this when trying to build our code with corert on OpenSuse 15.1 Leap.
OS: OpenSuse 15.1 Leap (vmware I use for development).
clang: version 7.0.1 (tags/RELEASE_701/final 349238)
Installed libncurses5 to fix dependency in libobjwriter.so
Got stuck after that:
CppCompilerAndLinker=clang dotnet publish server-reduced-netcore.csproj -r linux-x64 -c Release /p:Mode=CoreRT
Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 76.89 ms for /home/pablo/wkspaces/wkplastic/01plastic/src/server/server-reduced-netcore.csproj.
server-reduced-netcore -> /home/pablo/wkspaces/wkplastic/01plastic/bin/server-netcore/linux-x64/plasticd.dll
/usr/bin/clang
Generating native code
/tmp/tmpd8f36c85e5a444a1a7e64809b471adea.exec.cmd: line 2: 41255 Killed "/home/pablo/.nuget/packages/runtime.linux-x64.microsoft.dotnet.ilcompiler/1.0.0-alpha-28507-01/tools/ilc" @"obj/Release/linux-x64/native/plasticd.ilc.rsp"
/home/pablo/.nuget/packages/microsoft.dotnet.ilcompiler/1.0.0-alpha-28507-01/build/Microsoft.NETCore.Native.targets(226,5): error MSB3073: The command ""/home/pablo/.nuget/packages/runtime.linux-x64.microsoft.dotnet.ilcompiler/1.0.0-alpha-28507-01/tools/ilc" @"obj/Release/linux-x64/native/plasticd.ilc.rsp"" exited with code 137. [/home/pablo/wkspaces/wkplastic/01plastic/src/server/server-reduced-netcore.csproj]
We are trying to build plastic scm natively for Linux. It builds and runs ok on Windows :-)