Comment 71 for bug 859600

Revision history for this message
Graham Inggs (ginggs) wrote :

I've built another gnome-keyring package for Precise in my PPA that I hope fixes all three issues (multi-arch gnome-keyring, multi-arch gcr and split libp11-kit-gnome-keyring).

The test case (on an x86_64 system) would be something like:

$ wine notepad
You should see the error message:
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory

$ sudo apt-get install libp11-kit-gnome-keyring:i386
$ wine notepad
The p11kit error no longer appears.

$ sudo apt-get install libgcr-3-1:i386
The following packages are installed: libgck-1-0:i386 libgcr-3-1:i386 and libgcr-3-common

I can attach a debdiff if needed.