From owner-freebsd-ports-bugs@freebsd.org Mon Aug 3 23:04:59 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 437339B2446 for ; Mon, 3 Aug 2015 23:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC5B1FC6 for ; Mon, 3 Aug 2015 23:04:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t73N4xnB080609 for ; Mon, 3 Aug 2015 23:04:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202067] devel/monodevelop won't start Date: Mon, 03 Aug 2015 23:04:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tony@git-pull.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 23:04:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202067 Bug ID: 202067 Summary: devel/monodevelop won't start Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mono@FreeBSD.org Reporter: tony@git-pull.com Flags: maintainer-feedback?(mono@FreeBSD.org) Assignee: mono@FreeBSD.org See thread at https://lists.freebsd.org/pipermail/freebsd-mono/2015-July/001804.html. I don't get any output to work with on 10.1-RELEASE-p16. $ monodevelop $ monodevelop --help MonoDevelop 5.0.1 Options: --no-splash Do not display splash screen. --ipc-tcp Use the Tcp channel for inter-process comunication. --new-window Do not open in an existing instance of MonoDevelop -h, -?, --help Show help --perf-log Enable performance counter logging --no-redirect Disable redirection of stdout/stderr to a log file $ monodevelop --no-redirect INFO [2015-08-03 18:04:27Z]: Starting MonoDevelop 5.0.1 INFO [2015-08-03 18:04:27Z]: Running on Mono 4.0.1 (tarball Thu Jul 23 02:50:58 UTC 2015) (64-bit) INFO [2015-08-03 18:04:27Z]: Using GTK+ 2.24.28 ERROR [2015-08-03 18:04:27Z]: MonoDevelop failed to start. Some of the assemblies required to run MonoDevelop (for example gtk-sharp)may not be properly installed in the GAC. System.Exception: Toolkit could not be loaded ---> System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. File name: 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in :0 at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in :0 at System.Activator.CreateInstance (System.Type type) [0x00000] in :0 at Xwt.Backends.ToolkitEngineBackend.CreateBackend (System.Type backendType) [0x00000] in :0 at Xwt.Backends.ToolkitEngineBackend.CreateBackend[TextLayoutBackendHandler] () [0x00000] in :0 at Xwt.Toolkit.Initialize (Boolean isGuest) [0x00000] in :0 at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean throwIfFails) [0x00000] in :0 --- End of inner exception stack trace --- at Xwt.Toolkit.LoadBackend (System.String type, Boolean isGuest, Boolean throwIfFails) [0x00000] in :0 at Xwt.Toolkit.Load (System.String fullTypeName, Boolean isGuest) [0x00000] in :0 at Xwt.Application.Initialize (System.String backendType) [0x00000] in :0 at Xwt.Application.Initialize (ToolkitType type) [0x00000] in :0 at Xwt.Application.InitializeAsGuest (ToolkitType type) [0x00000] in :0 at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x00000] in :0 at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x00000] in :0 INFO [2015-08-03 18:04:27Z]: Did not find previous version from which to migrate data ERROR [2015-08-03 18:04:27Z]: An unhandled exception has occured. Terminating MonoDevelop? True System.InvalidOperationException: Add-in engine not initialized. at Mono.Addins.AddinEngine.CheckInitialized () [0x00000] in :0 at Mono.Addins.AddinManager.GetExtensionObjects[ISystemInformationProvider] (System.String path, Boolean reuseCachedInstance) [0x00000] in :0 at MonoDevelop.Core.SystemInformation+c__Iterator0.MoveNext () [0x00000] in :0 at MonoDevelop.Core.LoggingService.ReportUnhandledException (System.Exception ex, Boolean willShutDown, Boolean silently, System.String tag) [0x00000] in :0 at MonoDevelop.Core.LoggingService.LogFatalError (System.String message, System.Exception ex) [0x00000] in :0 at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x00000] in :0 at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00000] in :0 [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Add-in engine not initialized. at Mono.Addins.AddinEngine.CheckInitialized () [0x00000] in :0 at Mono.Addins.AddinManager.GetExtensionObjects[ISystemInformationProvider] (System.String path, Boolean reuseCachedInstance) [0x00000] in :0 at MonoDevelop.Core.SystemInformation+c__Iterator0.MoveNext () [0x00000] in :0 at MonoDevelop.Core.LoggingService.ReportUnhandledException (System.Exception ex, Boolean willShutDown, Boolean silently, System.String tag) [0x00000] in :0 at MonoDevelop.Core.LoggingService.LogFatalError (System.String message, System.Exception ex) [0x00000] in :0 at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x00000] in :0 at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00000] in :0 -- You are receiving this mail because: You are the assignee for the bug.