Page MenuHome GnuPG

Bug of t-keydb.c
Closed, InvalidPublic

Description

t-keydb.c assumes that the directory is writable.
When it's read-only, it fails.

Event Timeline

gniibe created this task.

I was wrong.

I thought that the error message was the cause of failure:

can't allocate lock for '/<<PKGBUILDDIR>>/build/../g10/t-keydb-keyring.kbx'

But, this is always seen because of test-stubs.c.

Possibly, it keeps running at calibrate_s2k_count, for some reason.