[MonoDevelop] Monodevelop on Gentoo

Gonçal Carrero mail@gcarrero.net
Wed, 25 Feb 2004 19:28:02 +0100


Here I send the backtrace when doing make run:


make run
cd build/bin && mono --debug MonoDevelop.exe
 
** (MonoDevelop.exe:2316): WARNING **: Symbol file
/usr/local/lib/ICSharpCode.SharpZipLib.dll has incorrect version
(expected 36, got 35)
 
** (MonoDevelop.exe:2316): WARNING **: Symbol file
/usr/local/lib/Mono.Security.dll has incorrect version (expected 36, got
35)
 
** (MonoDevelop.exe:2316): WARNING **: Symbol file
/usr/local/lib/Mono.Data.Tds.dll has incorrect version (expected 36, got
35)
 
** (MonoDevelop.exe:2316): WARNING **: Symbol file
/usr/local/lib/System.EnterpriseServices.dll has incorrect version
(expected 36, got 35)
Creating DefaultWorkbench
Tools: can't load user defaults, reading system defaults
Loading error, please reinstall :
System.Reflection.TargetInvocationException: Exception has been thrown
by the target of an invocation. ---> System.NotSupportedException:
Operation is not supported
in [0x00005] (at
/home/duncan/Mono/mcs/class/System/System.IO/DefaultWatcher.cs:20)
System.IO.DefaultWatcher:GetInstance (System.IO.IFileWatcher&)
in [0x00062] (at
/home/duncan/Mono/mcs/class/System/System.IO/FileSystemWatcher.cs:98)
System.IO.FileSystemWatcher:InitWatcher ()
in <0x0004f> (wrapper remoting-invoke-with-check)
System.IO.FileSystemWatcher:InitWatcher ()
in [0x0003e] (at
/home/duncan/Mono/mcs/class/System/System.IO/FileSystemWatcher.cs:52)
System.IO.FileSystemWatcher:.ctor ()
in <0x0004f> (wrapper remoting-invoke-with-check)
System.IO.FileSystemWatcher:.ctor ()
in [0x0019a] (at
/home/gcarrero/Desktop/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs:80) ICSharpCode.SharpDevelop.Gui.Pads.FileList:.ctor ()
in [0x00020] (at
/home/gcarrero/Desktop/MonoDevelop/src/Main/Base/Gui/Pads/FileScout.cs:316) ICSharpCode.SharpDevelop.Gui.Pads.FileScout:.ctor ()
in (unmanaged) /usr/local/lib/libmono.so.0 [0x4005e873]
in (unmanaged) /usr/local/lib/libmono.so.0(mono_runtime_invoke+0x35)
[0x400a2895]
in (unmanaged)
/usr/local/lib/libmono.so.0(mono_runtime_invoke_array+0xd5) [0x400a38d5]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x400aa6df]
in [0x00033] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/MonoMethod.cs:214) System.Reflection.MonoCMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
--- End of inner exception stack trace ---
 
in [0x00052] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/MonoMethod.cs:218) System.Reflection.MonoCMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in [0x00007] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/MonoMethod.cs:223) System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
in [0x00017] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:36) System.Reflection.ConstructorInfo:Invoke (object[])
in [0x0006f] (at
/tmp/snapshot/20040222/mcs/class/corlib/System/Activator.cs:255)
System.Activator:CreateInstance (System.Type,bool)
in [0x00002] (at
/tmp/snapshot/20040222/mcs/class/corlib/System/Activator.cs:142)
System.Activator:CreateInstance (System.Type)
in [0x00018] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/Assembly.cs:407) System.Reflection.Assembly:CreateInstance (string,bool)
in [0x00003] (at
/tmp/snapshot/20040222/mcs/class/corlib/System.Reflection/Assembly.cs:398) System.Reflection.Assembly:CreateInstance (string)
in [0x00035] (at
/home/gcarrero/Desktop/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/AddIn.cs:432) ICSharpCode.Core.AddIns.AddIn:CreateObject (string)
in [0x0000c] (at
/home/gcarrero/Desktop/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/Codons/ClassCodon.cs:27) ICSharpCode.Core.AddIns.Codons.ClassCodon:BuildItem (object,System.Collections.ArrayList,ICSharpCode.Core.AddIns.Conditions.ConditionCollection)
in [0x00059] (at
/home/gcarrero/Desktop/MonoDevelop/src/Libraries/MonoDevelop.Core/AddIns/DefaultAddInTreeNode.cs:180) ICSharpCode.Core.AddIns.DefaultAddInTreeNode:BuildChildItems (object)
in [0x00010] (at
/home/gcarrero/Desktop/MonoDevelop/src/Main/Base/Gui/Workbench/DefaultWorkbench.cs:606) ICSharpCode.SharpDevelop.Gui.DefaultWorkbench:UpdateViews (object,System.EventArgs)
in [0x0004a] (at
/home/gcarrero/Desktop/MonoDevelop/src/Main/Base/Commands/AutostartCommands.cs:45) ICSharpCode.SharpDevelop.Commands.InitializeWorkbenchCommand:Run ()
in [0x00126] (at
/home/gcarrero/Desktop/MonoDevelop/src/Main/StartUp/SharpDevelopMain.cs:90) ICSharpCode.SharpDevelop.SharpDevelopMain:Main (string[])

Thanks again.

Gonçal


El mié, 25-02-2004 a las 19:16, Todd Berman escribió:
> doubt it, considering thats what im running...
> 
> can you provide a backtrace or any additional info?
> 
> --Todd
> 
> On Wed, 2004-02-25 at 13:13, Gonçal Carrero wrote:
> > Hello, I've a Gentoo Linux System and I cannot run monodevelop it
> > shows splash screen but then quits. Is there any known problem on
> > Gentoo?
> > 
> > Thanks in advance.
> > Gonçal
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list