/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

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.


CategoryJhbuildIssues

Projects/Jhbuild/Issues/gnome-keyring (last edited 2013-11-25 16:29:19 by WilliamJonMcCann)