Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 1.97 KB | Hits: 89 | Expires: Never
Copy text to clipboard
  1. ** (/usr/local/lib/mono/2.0/gmcs.exe:3709): WARNING **: The following assembly referenced from /tmp/monodevelop-2.2.2/build/bin/MonoDevelop.Core.dll could not be loaded:
  2.      Assembly:   Mono.Addins.Setup    (assemblyref_index=9)
  3.      Version:    0.4.0.0
  4.      Public Key: 0738eb9f132ed756
  5. The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/tmp/monodevelop-2.2.2/build/bin/).
  6.  
  7.  
  8. ** (/usr/local/lib/mono/2.0/gmcs.exe:3709): WARNING **: Could not load file or assembly 'Mono.Addins.Setup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
  9.  
  10. Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  11.   at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  12.   at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
  13.   at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0
  14.   at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0
  15.   at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0
  16.   at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0
  17.   at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
  18.   at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
  19. make[3]: *** [../../../build/bin/MonoDevelop.Components.dll] Error 1
  20. make[3]: Leaving directory `/tmp/monodevelop-2.2.2/src/core/MonoDevelop.Components'
  21. make[2]: *** [all-recursive] Error 1
  22. make[2]: Leaving directory `/tmp/monodevelop-2.2.2/src/core'
  23. make[1]: *** [all-recursive] Error 1
  24. make[1]: Leaving directory `/tmp/monodevelop-2.2.2/src'
  25. make: *** [all-recursive] Error 1
  26. bash-3.1#