FS#11867 - [monodevelop 1.0 + gnome-sharp/gnome-desktop-sharp 2.24] problems after upgrading

Attached to Project: Community Packages
Opened by Esdras Beleza (esdrasbeleza) - Thursday, 23 October 2008, 16:51 GMT
Last edited by Timm (gummibaerchen) - Sunday, 25 January 2009, 11:31 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Timm (gummibaerchen)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: after upgrading the gnome-sharp and gnome-desktop-sharp packages to version 2.24, MonoDevelop is showing the following errors when it starts:


WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory.
WARNING [2008-10-23 00:31:18Z]: Inotify watch limit is too low (8192).
MonoDevelop will switch to managed file watching.
See http://www.monodevelop.com/Inotify_Watches_Limit for more info.


** (MonoDevelop:18504): WARNING **: The following assembly referenced from /usr/lib/monodevelop/AddIns/GnomePlatform/GnomePlatform.dll could not be loaded:
Assembly: gnome-sharp (assemblyref_index=0)
Version: 2.16.0.0
Public Key: 35e10195dab3c99f
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 (/usr/lib/monodevelop/AddIns/GnomePlatform).



** (MonoDevelop:18504): WARNING **: Could not load file or assembly 'gnome-sharp, Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
14.
ERROR [2008-10-23 00:31:19Z]: Add-in error (): Error while getting object for node in path '/MonoDevelop/Core/PlatformService'.
System.TypeLoadException: Could not load type 'MonoDevelop.Platform.GnomePlatform' from assembly 'GnomePlatform, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at (wrapper managed-to-native) System.MonoType:GetConstructors_internal (System.Reflection.BindingFlags,System.Type)
at System.MonoType.GetConstructors (BindingFlags bindingAttr) [0x00000]
at System.MonoType.GetConstructorImpl (BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) [0x00000]
at System.Type.GetConstructor (BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) [0x00000]
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000]
at System.Activator.CreateInstance (System.Type type) [0x00000]
at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000]
at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000]
at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type expectedType) [0x00000]
at Mono.Addins.ExtensionNode.GetChildObjects (System.Type arrayElementType, Boolean reuseCachedInstance) [0x00000]
FATAL ERROR [2008-10-23 00:31:19Z]: A platform service implementation has not been found.




Additional info:
* monodevelop 1.0-3; gnome-sharp 2.24; gnome-desktop-sharp 2.24


Steps to reproduce:
- Upgrade gnome-sharp and gnome-desktop-sharp to the versions above;
- Try to run monodevelop
This task depends upon

Closed by  Timm (gummibaerchen)
Sunday, 25 January 2009, 11:31 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Won't fix in 1.0. 2.0 should be out sometime soon...
Comment by Timm (gummibaerchen) - Friday, 24 October 2008, 11:51 GMT
Sorry, to disappoint here, but currently 1.9 doesn't build for me either.
Comment by Claudio Riva (Firetux) - Sunday, 26 October 2008, 16:41 GMT
It seems fixed in trunk version:
http://go-mono.com/forums/#nabble-td19389906

Loading...