The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gnome-keyring/46/gnome-keyring-46.1.tar.xz
Download MD5 sum: f0e5c53046aa337c1abdfee4368535c4
Download size: 1.3 MB
Estimated disk space required: 139 MB
Estimated build time: 0.2 SBU (Using parallelism=4; add 0.2 SBU for tests)
Linux-PAM-1.6.1, libxslt-1.1.42, and OpenSSH-9.8p1
GnuPG-2.4.5, Valgrind-3.23.0, LCOV, and libcap-ng
Regenerate the configure script to make it work with libgcrypt-1.11 or newer:
autoreconf
Install GNOME Keyring by running the following commands:
sed -i 's:"/desktop:"/org:' schema/*.xml && ./configure --prefix=/usr \ --sysconfdir=/etc \ --enable-ssh-agent && make
A session bus address is necessary to run the tests. To test the results, issue: make check.
Now, as the root
user:
make install
sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.
--enable-ssh-agent
: This
switch enables the SSH agent built in to gnome-keyring instead of
the one in GCR. This is done due to bugs in gcr which cause the
agent to not work correctly.