On Sun, 2008-01-06 at 19:59 +0100, Julien Valroff wrote: > > Here the command to rebuild the mono-addins database for f-spot: > > mautil -v --registry ~/.gnome2/f-spot reg-build > > > > Thus I suspect the problem is related to assembly version changes. > > Difficult to say if this is a f-spot or mono-addins bugs though.... > > Unfortunately, it doesn't help. I get the same issue after rebuilding > the database. I attach the output of the commande just in case it can > be > useful.
Yep it is. > > Re-installing the re-built package has again fixed the issue. > Assembly not found: FlickrNet, Version=2.1.5.1158, Culture=neutral, > PublicKeyToken=2491df59efa5d132 That's the cause of the problem you describe, my issue was just a addin DB problem not a linkage / assembly version problem like you obviously have. Try this: [EMAIL PROTECTED]:~$ gacutil -l|grep FlickrNet FlickrNet, Version=2.1.5.0, Culture=neutral, PublicKeyToken=2491df59efa5d132 policy.2.1.FlickrNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=2491df59efa5d132 [EMAIL PROTECTED]:~$ grep oldVersion /usr/lib/mono/gac/policy.2.1.FlickrNet/0.0.0.0__2491df59efa5d132/policy.2.1.FlickrNet.config <bindingRedirect oldVersion="2.1.5.33467" newVersion="2.1.5.0"/> *sigh* Allright, the issue is simple then, your amd64 version of f-spot was linked with libflickrnet2.1.5-cil 25277-3 which broke ABI and was fixed being ABI compatible with the original version again which is -2. [copied from bug #458844] libflickrnet2.1.5-cil 25277-2: [EMAIL PROTECTED]:~$ gacutil -l FlickrNet|grep Version FlickrNet, Version=2.1.5.33467, Culture=neutral, PublicKeyToken=2491df59efa5d132 ^^^^^ libflickrnet2.1.5-cil 25277-3: [EMAIL PROTECTED]:~$ gacutil -l FlickrNet|grep Version FlickrNet, Version=2.1.5.1158, Culture=neutral, PublicKeyToken=2491df59efa5d132 ^^^^ So I will now make a f-spot upload with a build-dependency on libflickrnet2.1.5-cil >= 25277-5 to ensure it uses the correct assembly version. Thanks for your investigation! > Cheers, > Julien -- 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/
signature.asc
Description: This is a digitally signed message part