Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663714 - app-crypt/gkeys-0.2: list-seedfiles crash on fresh install: No such file or directory: '/var/lib/gentoo/gkeys/seeds'
Summary: app-crypt/gkeys-0.2: list-seedfiles crash on fresh install: No such file or d...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-05-19
Assignee: Gentoo-keys project
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2018-08-15 19:47 UTC by Jaak Ristioja
Modified: 2020-05-23 09:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2018-08-15 19:47:20 UTC
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.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-04-19 12:12:24 UTC
app-crypt/gkeys is last rited now.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-05-23 09:31:25 UTC
Removing.