FS#9880 - monodevelop won't start
Attached to Project:
Community Packages
Opened by Johannes Krampf (wuischke) - Wednesday, 19 March 2008, 15:31 GMT
Last edited by Timm (gummibaerchen) - Saturday, 28 June 2008, 15:34 GMT
Opened by Johannes Krampf (wuischke) - Wednesday, 19 March 2008, 15:31 GMT
Last edited by Timm (gummibaerchen) - Saturday, 28 June 2008, 15:34 GMT
|
Details
Description:
When I try to start monodevelop on Arch64, I get the following error message: System.TypeInitializationException: An exception was thrown by the type initializer for MonoDevelop.Core.Gui.Services ---> System.InvalidOperationException: Extension node not found in path: /MonoDevelop/Core/PlatformService at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path, System.Type arrayElementType, Boolean reuseCachedInstance) [0x00000] at Mono.Addins.ExtensionContext.GetExtensionObjects (System.String path) [0x00000] at Mono.Addins.AddinManager.GetExtensionObjects (System.String path) [0x00000] at MonoDevelop.Core.Gui.Services..cctor () [0x00000] --- End of inner exception stack trace --- at MonoDevelop.Ide.Gui.IdeApp.Initialize (IProgressMonitor monitor) [0x00000] at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000] Additional info: * monodevelop 1.0-3 * gtk-sharp-2 2.12.0-1 Steps to reproduce: I use core/extra, but I had to install gtk-sharp-2 from testing, monodevelop refuses to start otherwise. When I try to start monodevelop, I get above error message. |
This task depends upon
I guess you were using the testing version of the mono-addins package to build the package and I had the package from extra installed and this caused the problem.
A small request: Please add makeflags -j1 to this package, parallel building failed for me.
Adding 'export MAKEFLAGS="-j1"' just gave shorted my build-time from 1.16 to 1.13 (Core2Duo @ 800MHz), I think that is within the error of measurement.
So what does this help?
options=('!makeflags')
As we have a new gtk-sharp-2 in extra..