On Wed, 18 Mar 2009 20:05:22 +0530 Ritesh Raj Sarraf <[email protected]> wrote:
> Package: beagle > Version: 0.3.8-1 > Severity: normal > File: /usr/bin/beagle-settings > > I currently seem to be suffering a crash which I think might be > related to the Google Backend. > > 20090318 19:56:14.0218 14076 Beagle ERROR EX: at > Beagle.Util.KopeteBuddyListReader.Read () [0x00000] > > ** (/usr/lib/beagle/BeagleDaemon.exe:14076): WARNING **: The following > assembly referenced from /usr/lib/beagle/Backends/GoogleBackends.dll > could not be loaded: > Assembly: gmime-sharp (assemblyref_index=1) > Version: 2.2.0.0 > Public Key: 677013d4cb5910f0 > The assembly was not found in the Global Assembly Cache, a path listed > in the MONO_PATH environmentvariable, or in the location of the > executing assembly (/usr/lib/beagle/Backends). That error means there was no matching gmime-sharp lib found in the GAC. libgmime2.2-cil contains exactly that version though, see: mee...@redbull:~$ sn -T /usr/lib/cli/gmime-sharp-2.2/gmime-sharp.dll | grep Key Public Key Token: 677013d4cb5910f0 mee...@redbull:~$ monodis --assembly /usr/lib/cli/gmime-sharp-2.2/gmime-sharp.dll | grep Version Version: 2.2.0.0 mee...@redbull:~$ So I wonder how you managed to get into that state? Please run and show me the output of: dpkg -l|grep gmime and gacutil -l|grep gmime I doubt that issue is related to some beagle backend. -- Regards, Mirco 'meebey' Bauer PGP-Key ID: 0xEEF946C8 FOSS Developer [email protected] http://www.meebey.net/ PEAR Developer [email protected] http://pear.php.net/ Debian Developer [email protected] http://www.debian.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

