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
Maybe someone have the list of dependencies for dotnet build on arch linux.
I managed to build debug and checked builds.
Currently, I am trying to build with ./build.sh -c release but getting this error output.
Short version of what's in pastebin above is(reduced only to error):
[ 64%] Built target cee_wks_core
make: *** [Makefile:136: all] Error 2
~/Programming/dotnet/runtime/src/coreclr
Failed to build "CoreCLR component".
/home/b1z0n/Programming/dotnet/runtime/src/coreclr/runtime.proj(61,5): error MSB3073: The command ""/home/b1z0n/Programming/dotnet/runtime/src/coreclr/build-runtime.sh" -x64 -release -os Linux -pgodatapath "/home/b1z0n/.nuget/packages/optimization.linux-x64.pgo.coreclr/1.0.0-prerelease.22121.2"" exited with code 2.
Build FAILED.
/home/b1z0n/Programming/dotnet/runtime/src/coreclr/runtime.proj(61,5): error MSB3073: The command ""/home/b1z0n/Programming/dotnet/runtime/src/coreclr/build-runtime.sh" -x64 -release -os Linux -pgodatapath "/home/b1z0n/.nuget/packages/optimization.linux-x64.pgo.coreclr/1.0.0-prerelease.22121.2"" exited with code 2.
0 Warning(s)
1 Error(s)
Time Elapsed 00:05:12.87
Build failed with exit code 1. Check errors above.
Could someone pls point to me maybe some dependencies I'm missing based on this outputs?
P.S Here is the dedicated llvm issue I've created if someone need more details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe someone have the list of dependencies for dotnet build on arch linux.
I managed to build debug and checked builds.
Currently, I am trying to build with
./build.sh -c release
but getting this error output.Short version of what's in pastebin above is(reduced only to error):
Could someone pls point to me maybe some dependencies I'm missing based on this outputs?
P.S Here is the dedicated llvm issue I've created if someone need more details.
Beta Was this translation helpful? Give feedback.
All reactions