Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 815373 - app-portage/recover-broken-vdb-0.0.4 fails to run (pkg_resources.DistributionNotFound: The 'python_version>="3.8"' distribution was not found and is required by recover-broken-vdb)
Summary: app-portage/recover-broken-vdb-0.0.4 fails to run (pkg_resources.Distribution...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-29 15:47 UTC by Helmut Jarausch
Modified: 2021-09-29 17:04 UTC (History)
1 user (show)

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


Attachments
emerge --info output (recover-broken-vdb.info,21.89 KB, text/plain)
2021-09-29 15:47 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2021-09-29 15:47:36 UTC
Created attachment 742023 [details]
emerge --info output

Trying to run
recover-broken-vdb

I get

Traceback (most recent call last):
  File "/usr/bin/recover-broken-vdb", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3252, in <module>
    def _initialize_master_working_set():
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python_version>="3.8"' distribution was not found and is required by recover-broken-vdb
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-09-29 15:52:47 UTC
Thanks, looking...
Comment 2 Larry the Git Cow gentoo-dev 2021-09-29 16:01:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a889977242ed6788c3b3e5dd3030167906eda14

commit 5a889977242ed6788c3b3e5dd3030167906eda14
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-09-29 16:00:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-29 16:00:56 +0000

    app-portage/recover-broken-vdb: add 0.0.5
    
    Closes: https://bugs.gentoo.org/815373
    Signed-off-by: Sam James <sam@gentoo.org>

 app-portage/recover-broken-vdb/Manifest            |  1 +
 .../recover-broken-vdb-0.0.5.ebuild                | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-09-29 17:04:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03bbf1de5c8e7a5c7caf06cedc7234d35fe455c

commit a03bbf1de5c8e7a5c7caf06cedc7234d35fe455c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-09-29 17:03:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-29 17:04:09 +0000

    app-portage/recover-broken-vdb: stabilize 0.0.5
    
    Bug: https://bugs.gentoo.org/815373
    Signed-off-by: Sam James <sam@gentoo.org>

 app-portage/recover-broken-vdb/recover-broken-vdb-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)