Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620664 - dev-python/matplotlib-2.0.2 with doc use flag won't build without colorspacious
Summary: dev-python/matplotlib-2.0.2 with doc use flag won't build without colorspacious
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-04 00:27 UTC by Carl W. Harlow
Modified: 2017-06-21 15:26 UTC (History)
2 users (show)

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


Attachments
full build log (matplotlib-2.0.2:20170603-235314.log,271.92 KB, text/x-log)
2017-06-04 00:27 UTC, Carl W. Harlow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carl W. Harlow 2017-06-04 00:27:48 UTC
Created attachment 475132 [details]
full build log

Exception occurred:
  File "conf.py", line 59, in <module>
    raise ImportError("No module named colorspacious - you need to install "
ImportError: No module named colorspacious - you need to install colorspacious to build the documentation
The full traceback has been saved in /var/tmp/portage/dev-python/matplotlib-2.0.2/temp/sphinx-err-_4oqeK.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
Building HTML failed.
Comment 1 Susan Wilson 2017-06-21 00:22:09 UTC
I am also experiencing the same issue when upgrading from matplotlib 1.5 -> 2.0.

Build fails only with "doc" flag enabled, and passes okey without.
Comment 2 Sean Vig 2017-06-21 00:47:57 UTC
I opened a PR on GitHub that addresses this issue, adding colorspacious and adding it to the doc deps.

https://github.com/gentoo/gentoo/pull/4892
Comment 3 Mike Gilbert gentoo-dev 2017-06-21 01:34:21 UTC
(In reply to Sean Vig from comment #2)
> I opened a PR on GitHub that addresses this issue, adding colorspacious and
> adding it to the doc deps.
> 
> https://github.com/gentoo/gentoo/pull/4892

Thanks! Merged and pushed.
Comment 4 Jan-Matthias Braun 2017-06-21 15:26:45 UTC
Thanks!