[Banshee-List] Problems building banshee



Hi. I downloaded the tarball from the official website, installed all dependencies, and ran:
$ ./autogen.sh
No problem
Then I ran make. That, too, ran without a problem. Then, when I do 'make run', I get the following error:

prasoon jimmypage:~/Downloads/banshee-2.6.1$ make run
[Info  00:56:28.896] Running Banshee 2.6.1: [source-tarball (linux-gnu, i686) @ 2014-02-05 00:31:37 IST]
[1 Debug 00:56:28.988] Initializing GTK
Missing method System.Reflection.Assembly::op_Equality(Assembly,Assembly) in assembly /usr/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/lib/mono/gac/Mono.Addins/0.6.0.0__0738eb9f132ed756/Mono.Addins.dll
Exception has been thrown by the target of an invocation.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException: Method not found: 'System.Reflection.Assembly.op_Equality'.
  at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x00000] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:71 
  at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x00005] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.Services/Banshee.ServiceStack/ServiceManager.cs:119 
  at Banshee.ServiceStack.Application.Initialize () [0x00000] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs:80 
  at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) [0x00010] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:154 
  at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String defaultIconName) [0x00013] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:96 
  at Banshee.Gui.GtkBaseClient..ctor () [0x00000] in <filename unknown>:0 
  at Nereid.Client..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00119] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:526 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0012c] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:532 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:541 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x0000e] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:62 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x000b5] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System/Activator.cs:333 
  at System.Activator.CreateInstance (System.Type type) [0x00000] in /build/buildd/mono-2.10.8.1/mcs/class/corlib/System/Activator.cs:224 
  at Banshee.Gui.GtkBaseClient.Startup () [0x00000] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:83 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00044] in /home/prasoon/Downloads/banshee-2.6.1/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:54 
Missing method System.Type::op_Inequality(Type,Type) in assembly /usr/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll

Unhandled Exception: System.MissingMethodException: Method not found: 'System.Type.op_Inequality'.
  at Hyena.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000] in <filename unknown>:0 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00069] in /home/prasoon/Downloads/banshee-2.6.1/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:60 
  at Banshee.Gui.GtkBaseClient.Startup[Client] () [0x00024] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:78 
  at Banshee.Gui.GtkBaseClient.Startup[Client] (System.String[] args) [0x0004d] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68 
  at Nereid.Client.Main (System.String[] args) [0x00000] in /home/prasoon/Downloads/banshee-2.6.1/src/Clients/Nereid/Nereid/Client.cs:54 
[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not found: 'System.Type.op_Inequality'.
  at Hyena.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000] in <filename unknown>:0 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler startup) [0x00069] in /home/prasoon/Downloads/banshee-2.6.1/src/Hyena/Hyena.Gui/Hyena.Gui/CleanRoomStartup.cs:60 
  at Banshee.Gui.GtkBaseClient.Startup[Client] () [0x00024] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:78 
  at Banshee.Gui.GtkBaseClient.Startup[Client] (System.String[] args) [0x0004d] in /home/prasoon/Downloads/banshee-2.6.1/src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs:68 
  at Nereid.Client.Main (System.String[] args) [0x00000] in /home/prasoon/Downloads/banshee-2.6.1/src/Clients/Nereid/Nereid/Client.cs:54 
make: *** [run] Error 1
prasoon jimmypage:~/Downloads/banshee-2.6.1$ 

What might be the problem?
I'm doing the build using a 32-bit Ubuntu 12.04 system.

PS: Please cc me the reply: I'm not subscribed to the list. 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]