Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1556738 - missing python2-kitchen dependency
Summary: missing python2-kitchen dependency
Keywords:
Status: CLOSED DUPLICATE of bug 1547354
Alias: None
Product: Fedora
Classification: Fedora
Component: subscription-manager
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alex Wood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-15 07:36 UTC by Martin Pitt
Modified: 2018-03-15 14:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-15 14:45:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Pitt 2018-03-15 07:36:49 UTC
Description of problem: Installing subscription-manager on a relatively clean Fedora 27 cloud image causes its startup to fail:

# /usr/libexec/rhsm-service
Traceback (most recent call last):
  File "/usr/libexec/rhsm-service", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3141, in <module>
    @_call_aside
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3125, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 666, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'kitchen' distribution was not found and is required by subscription-manager


Same happens with D-Bus activation, but this is a more direct way of reproducing it. Installing python2-kitchen makes it work.

Version-Release number of selected component (if applicable):

subscription-manager-rhsm-1.21.1-1.fc27.x86_64
subscription-manager-1.21.1-1.fc27.x86_64


How reproducible: Always

Comment 1 Kevin Howell 2018-03-15 14:45:45 UTC

*** This bug has been marked as a duplicate of bug 1547354 ***


Note You need to log in before you can comment on or make changes to this bug.