Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622100 - www-apps/nikola-7.8.8: broken due to missing dependencies
Summary: www-apps/nikola-7.8.8: broken due to missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 625098
  Show dependency tree
 
Reported: 2017-06-18 13:52 UTC by Nikolaj Šujskij
Modified: 2017-09-24 10:59 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 Nikolaj Šujskij 2017-06-18 13:52:02 UTC
Nikola 7.8 from tree is absolutely unusable, due to deps dropped on version bump:

 % nikola
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/nikola", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3036, in <module>
    @_call_aside
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3049, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 654, in _build_master
    ws.require(__requires__)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 854, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'doit<=0.29.0,>=0.28.0' distribution was not found and is required by Nikola

This is the list of packages I've installed to get Nikola back:

dev-python/pyinotify
virtual/python-pathlib
virtual/python-singledispatch
dev-python/mergedict
dev-python/configclass
dev-python/doit-py
Comment 1 Larry the Git Cow gentoo-dev 2017-09-24 10:59:57 UTC
The bug has been closed via the following commit(s):

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

commit bba141041ce862d1b8571a9a4e4aab4c20a9302a
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2017-09-24 10:10:29 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-09-24 10:59:42 +0000

    www-apps/nikola: add missing deps
    
    Closes: https://bugs.gentoo.org/622100
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/nikola/nikola-7.8.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)