Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189362 - dev-python/matplotlib-0.90.1 missing app-text/dvipng dependency
Summary: dev-python/matplotlib-0.90.1 missing app-text/dvipng dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 13:47 UTC by R!tman
Modified: 2007-08-28 16:08 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 R!tman 2007-08-18 13:47:17 UTC
If you're using 

from matplotlib import rc

and

rc('text', usetex=True)

and

savefig(filename)

you need dvipng installed. This isn't installed automatically. Maybe there should be a 'tetex' use flag or something like that, which installs dvipng if it's set.

I had tetex installed already and execpt for dvipng I didn't have any problems. However, I couldn't find any dependenies regarding tetex using equery. Maybe tetex is also needed together with dvipng.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2007-08-20 08:44:20 UTC
fixed. Thanks.
Comment 2 Max Arnold 2007-08-28 16:04:44 UTC
Please make this dependency on dvipng optional (USE flag), because more than 100M sources of tetex is too much for me...