reporter1

Untitled

Oct 29th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. make[7]: Entering directory '/root/install/mono-4.0.4/mono-4.0.4/mcs/class/corlib'
  2. MCS [build] mscorlib.dll
  3.  
  4. Unhandled Exception:
  5. System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.TypeSpec ---> System.MissingMethodException: MissingMethod_Name
  6. --- End of inner exception stack trace ---
  7. at Mono.CSharp.BuiltinTypeSpec..ctor (MemberKind kind, System.String ns, System.String name, Type builtinKind) [0x00000] in <filename unknown>:0
  8. at Mono.CSharp.BuiltinTypes..ctor () [0x00000] in <filename unknown>:0
  9. at Mono.CSharp.CompilerContext..ctor (Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) [0x00000] in <filename unknown>:0
  10. at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) [0x00000] in <filename unknown>:0
  11. at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter errorOutput) [0x00000] in <filename unknown>:0
  12. at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
  13. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.TypeSpec ---> System.MissingMethodException: MissingMethod_Name
  14. --- End of inner exception stack trace ---
  15. at Mono.CSharp.BuiltinTypeSpec..ctor (MemberKind kind, System.String ns, System.String name, Type builtinKind) [0x00000] in <filename unknown>:0
  16. at Mono.CSharp.BuiltinTypes..ctor () [0x00000] in <filename unknown>:0
  17. at Mono.CSharp.CompilerContext..ctor (Mono.CSharp.CompilerSettings settings, Mono.CSharp.ReportPrinter reportPrinter) [0x00000] in <filename unknown>:0
  18. at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter errorOutput, System.IO.TextWriter messagesOutput) [0x00000] in <filename unknown>:0
  19. at Mono.CSharp.CommandLineParser..ctor (System.IO.TextWriter errorOutput) [0x00000] in <filename unknown>:0
  20. at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
  21. ../../build/library.make:270: recipe for target '../../class/lib/build/mscorlib.dll' failed
  22. make[7]: *** [../../class/lib/build/mscorlib.dll] Error 1
  23. make[7]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs/class/corlib'
  24. ../../build/rules.make:143: recipe for target 'do-install' failed
  25. make[6]: *** [do-install] Error 2
  26. make[6]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs/class/corlib'
  27. ../build/rules.make:164: recipe for target 'install-recursive' failed
  28. make[5]: *** [install-recursive] Error 1
  29. make[5]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs/class'
  30. build/rules.make:164: recipe for target 'install-recursive' failed
  31. make[4]: *** [install-recursive] Error 1
  32. make[4]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs'
  33. Makefile:45: recipe for target 'profile-do--build--install' failed
  34. make[3]: *** [profile-do--build--install] Error 2
  35. make[3]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs'
  36. Makefile:41: recipe for target 'profiles-do--install' failed
  37. make[2]: *** [profiles-do--install] Error 2
  38. make[2]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/mcs'
  39. Makefile:563: recipe for target 'install-exec' failed
  40. make[1]: *** [install-exec] Error 2
  41. make[1]: Leaving directory '/root/install/mono-4.0.4/mono-4.0.4/runtime'
  42. Makefile:522: recipe for target 'install-recursive' failed
  43. make: *** [install-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment