[MonoDevelop] NRefactory Missing Error in trunk

"Andrés G. Aragoneses" knocte at gmail.com
Thu Sep 24 13:13:08 EDT 2009


The offending commit is r142570, so go back to r142569 to be good.

BTW, this is also a runtime bug, because it should not make the compiler
crash, it should just report a compiler error. FYI:

http://bugzilla.novell.com/show_bug.cgi?id=541815

Regards,

	Andrés


Andy Selvig wrote:
> FYI- I just reverted to rev 142400 (arbitrarily chosen) from Tuesday and
> it builds fine.
> 
> On Thu, Sep 24, 2009 at 11:42 AM, Andy Selvig <ajselvig at gmail.com
> <mailto:ajselvig at gmail.com>> wrote:
> 
>     Hi-
> 
>     I just updated my MonoDevelop source from svn and got an error when
>     compiling. It complains about not being able to find the NRefactory
>     assembly. The build was working fine on this machine (Linux Mint 7)
>     just last week. Here's my build profile:
> 
>     main
>     extras/BooBinding
>     extras/MonoDevelop.Profiling
>     extras/MonoDevelop.CodeAnalysis
>     extras/MonoDevelop.Debugger.Mdb
>     extras/MonoDevelop.Debugger.Gdb
> 
>     And here's the stack trace from the error:
> 
>     ** (/usr/lib/mono/2.0/gmcs.exe:29543): WARNING **: The following
>     assembly referenced from
>     /home/igi/Mono/MonoDevelop-svn/main/build/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll
>     could not be loaded:
>          Assembly:   NRefactory    (assemblyref_index=15)
>          Version:    2.1.0.0
>          Public Key: (none)
>     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
>     (/home/igi/Mono/MonoDevelop-svn/main/build/AddIns/MonoDevelop.Refactoring/).
> 
> 
>     ** (/usr/lib/mono/2.0/gmcs.exe:29543): WARNING **: Could not load
>     file or assembly 'NRefactory, Version=2.1.0.0, Culture=neutral,
>     PublicKeyToken=null' or one of its dependencies.
>     Stacktrace:
> 
>       at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
>     (bool) <0x00048>
>       at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
>     (bool) <0xffffffff>
>       at System.Reflection.Assembly.GetTypes () <0x00015>
>       at Mono.CSharp.RootNamespace.ComputeNamespaces
>     (System.Reflection.Assembly) <0x0014e>
>       at Mono.CSharp.RootNamespace.ComputeNamespaces () <0x0013b>
>       at Mono.CSharp.Driver.LoadReferences () <0x00647>
>       at Mono.CSharp.Driver.Compile () <0x00367>
>       at Mono.CSharp.Driver.Main (string[]) <0x00083>
>       at (wrapper runtime-invoke)
>     Mono.CSharp.Driver.runtime_invoke_int_object
>     (object,intptr,intptr,intptr) <0xffffffff>
> 
> 
>     If this is a known problem it's not a big deal, I'll just go back a
>     couple revs. If this is specific to my setup/platform (I assume most
>     devs use OpenSUSE), then I'd like to help get it working.
> 
>     Thanks.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list