Skip to content

Instantly share code, notes, and snippets.

@kg
Created September 5, 2017 21:24
Show Gist options
  • Save kg/b3b0f066159a107e7f57b8293fc34891 to your computer and use it in GitHub Desktop.
Save kg/b3b0f066159a107e7f57b8293fc34891 to your computer and use it in GitHub Desktop.
Making all in runtime
make[2]: Entering directory '/home/kate/Projects/mono/runtime'
if test -w /home/kate/Projects/mono/mcs; then :; else chmod -R +w /home/kate/Projects/mono/mcs; fi
cd /home/kate/Projects/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES='binary_reference_assemblies net_4_x xbuild_12 xbuild_14 ' CC='gcc' all-profiles
make[6]: mono: Command not found
build/profiles/basic.make:113: recipe for target 'build/deps/basic-profile-check.exe' failed
make[6]: *** [build/deps/basic-profile-check.exe] Error 127
*** The runtime 'mono' doesn't appear to be usable.
*** Trying the 'monolite-linux/1050700000' directory.
Unhandled Exception:
Nested exception detected.
Original Exception: at System.RuntimeTypeHandle.CanCastTo (System.RuntimeType,System.RuntimeType) [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.RuntimeType.IsAssignableFrom (System.Type) [0x00020] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.EqualityComparer`1<string>.CreateComparer () [0x0002d] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.EqualityComparer`1<string>.get_Default () [0x0000b] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.Dictionary`2<string, System.Reflection.Assembly>..ctor (int,System.Collections.Generic.IEqualityComparer`1<string>) [0x0002b] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.Dictionary`2<string, System.Reflection.Assembly>..ctor () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at Microsoft.CodeAnalysis.AnalyzerAssemblyLoader..ctor () [0x0000b] in <1ce5705fe543458888fa6541e8be50c6>:0
at Microsoft.CodeAnalysis.DesktopAnalyzerAssemblyLoader..ctor () [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.MainCore (string[]) [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.Main (string[]) [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
Nested exception:at System.RuntimeType.ToString () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.GetClassName () [0x0000f] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.ToString (bool,bool) [0x00022] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.ToString () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
[ERROR] FATAL UNHANDLED EXCEPTION: Nested exception detected.
Original Exception: at System.RuntimeTypeHandle.CanCastTo (System.RuntimeType,System.RuntimeType) [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.RuntimeType.IsAssignableFrom (System.Type) [0x00020] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.EqualityComparer`1<string>.CreateComparer () [0x0002d] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.EqualityComparer`1<string>.get_Default () [0x0000b] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.Dictionary`2<string, System.Reflection.Assembly>..ctor (int,System.Collections.Generic.IEqualityComparer`1<string>) [0x0002b] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Collections.Generic.Dictionary`2<string, System.Reflection.Assembly>..ctor () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at Microsoft.CodeAnalysis.AnalyzerAssemblyLoader..ctor () [0x0000b] in <1ce5705fe543458888fa6541e8be50c6>:0
at Microsoft.CodeAnalysis.DesktopAnalyzerAssemblyLoader..ctor () [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.MainCore (string[]) [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
at Microsoft.CodeAnalysis.CSharp.CommandLine.Program.Main (string[]) [0x00000] in <c840aa63e02d4d13b018b987619c89dc>:0
Nested exception:at System.RuntimeType.ToString () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.GetClassName () [0x0000f] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.ToString (bool,bool) [0x00022] in <53f0b49d01cf4b888a96f963697bbd0f>:0
at System.Exception.ToString () [0x00000] in <53f0b49d01cf4b888a96f963697bbd0f>:0
build/profiles/basic.make:113: recipe for target 'build/deps/basic-profile-check.exe' failed
make[8]: *** [build/deps/basic-profile-check.exe] Error 1
*** The contents of your 'monolite-linux/1050700000' directory may be out-of-date
*** You may want to try 'make get-monolite-latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment