| Summary: | app-crypt/gkeys-0.2: list-seedfiles crash on fresh install: No such file or directory: '/var/lib/gentoo/gkeys/seeds' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jaak Ristioja <jaak> |
| Component: | Current packages | Assignee: | Gentoo-keys project <gkeys> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jstein, treecleaner |
| Priority: | Normal | Keywords: | PMASKED |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Deadline: | 2020-05-19 | ||
app-crypt/gkeys is last rited now. Removing. |
After fresh install of gkeys: $ gkeys list-seedfiles Traceback (most recent call last): File "/usr/lib/python-exec/python3.6/gkeys", line 50, in <module> success = main() File "/usr/lib64/python3.6/site-packages/gkeys/cli.py", line 64, in __call__ return self.run(args) File "/usr/lib64/python3.6/site-packages/gkeys/base.py", line 346, in run success, results = func(args) File "/usr/lib64/python3.6/site-packages/gkeys/actions.py", line 797, in listseedfiles seedfile = [f for f in os.listdir(seedsdir) if f[-5:] == 'seeds'] FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/gentoo/gkeys/seeds' Yes, that directory does not exist for some reason unknown to me.