Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697888 - net-p2p/deluge-2.0.3 USE=-webinterface - pkg_resources.DistributionNotFound: The 'mako' distribution was not found and is required by deluge
Summary: net-p2p/deluge-2.0.3 USE=-webinterface - pkg_resources.DistributionNotFound: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Paolo Pedroni
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-16 20:23 UTC by Alexander Kurakin
Modified: 2019-10-16 21:20 UTC (History)
4 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 Alexander Kurakin 2019-10-16 20:23:35 UTC
net-p2p/deluge-2.0.3 needs dev-python/mako even w/o webinterface use-flag:

$ deluge

Traceback (most recent call last):
  File "/usr/bin/deluge", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module>
    @_call_aside
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'mako' distribution was not found and is required by deluge

Emerging of it lets deluge to start.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2019-10-16 21:20:31 UTC
The bug has been closed via the following commit(s):

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

commit 515ea8af3960977c70faf513dce4b650a69d5ff1
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-10-16 21:15:29 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-10-16 21:20:24 +0000

    net-p2p/deluge: dev-python/mako is an unconditional dependency
    
    Closes: https://bugs.gentoo.org/697888
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 net-p2p/deluge/deluge-2.0.3-r1.ebuild | 133 ++++++++++++++++++++++++++++++++++
 net-p2p/deluge/deluge-9999.ebuild     |   4 +-
 2 files changed, 135 insertions(+), 2 deletions(-)