This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module gnome-keyring.
Error - Cannot create directory `/etc/pkcs11': Permission denied
Stage: install
/bin/mkdir: cannot create directory `/etc/pkcs11': Permission denied
Explanation:
https://bugzilla.gnome.org/show_bug.cgi?id=654492
Solution:
- Explicitly use the pkcs11 directory created by jhbuild. To do so, edit ~/.jhbuildrc by adding the following line:
module_autogenargs['p11-kit'] = autogenargs + ' --with-pkcs11-dir=' + prefix + '/etc/'
- and freshly recompile p11-kit and gnome-keyring.