Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583830 - =www-apps/nikola-7.6.3 missing dev-python/cloudpickle dependency
Summary: =www-apps/nikola-7.6.3 missing dev-python/cloudpickle dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
: 583832 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-23 04:24 UTC by Oleh
Modified: 2016-10-02 13:00 UTC (History)
1 user (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 Oleh 2016-05-23 04:24:46 UTC
As in summary, without cloudpickle, nikola failing to build. I did test only highest version available.

Reproducible: Always

Steps to Reproduce:
1. emerge www-apps/nikola (ensure dev-python/cloudpickle not isntalled or remove it)
2. notice failure
3. emerge -1 cloudpickle
4. attempt to merge nikola successful
Actual Results:  
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.4/nikola", line 5, in <module> from pkg_resources import load_entry_point
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 2900, in <module>
@_call_aside
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 2886, in _call_aside
f(*args, **kwargs)
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 2913, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 635, in _build_master
ws.require(_requires_)
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 942, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib64/python3.4/site-packages/pkg_resources/_init_.py", line 829, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cloudpickle' distribution was not found and is required by doit
Comment 1 Pacho Ramos gentoo-dev 2016-05-24 10:31:46 UTC
*** Bug 583832 has been marked as a duplicate of this bug. ***
Comment 2 Patrice Clement gentoo-dev 2016-10-02 13:00:49 UTC
commit 0b1befb9073006674d70a1741c5ef3802d79197c (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sun Oct 2 14:59:55 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sun Oct 2 15:00:25 2016 +0200

www-apps/nikola: add missing dependency to ebuild (dev-python/cloudpickle).

Gentoo-Bug: https://bugs.gentoo.org/583830

Package-Manager: portage-2.2.28

www-apps/nikola/nikola-7.6.3-r1.ebuild | 70 ++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
create mode 100644 www-apps/nikola/nikola-7.6.3-r1.ebuild