Summary: | dev-python/matplotlib-1.1.1 - Fails most tests when dev-python/imaging not installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Roman Žilka <roman.zilka> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gentoo, jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Roman Žilka
2013-03-09 23:46:14 UTC
Created attachment 341484 [details]
Build log
Cannot reproduce. I re-tried. For each test the process looks for one of the following files (in the workdir and various directories under /): PIL, PIL.so, PILmodule.so, PIL.py, PIL.pyc. Shortly after that the given test fails. It still doesn't 100% mean that that's the cause of the errors (maybe PIL is one of more alternatives for something), but in any case, I have neither of these PIL* files. I suppose it's this: http://www.pythonware.com/products/pil/ But this is not even in Portage if I'm looking right. Do you have the PIL kit installed? I have no luck even with FEATURES="-userpriv -usersandbox -fakeroot sandbox" USE="qt4 gtk cairo". Heureka! It is in Portage - dev-python/imaging. When I emerge this, then the test phase of matplotlib proceeds normally. Please, either instruct matplotlib to skip all the PIL-dependent tests when dev-python/imaging is absent, or include imaging in DEPEND if FEATURES="test". Please reopen if this still happens with 1.3.0. For me this works with matplotlib-1.3.1 and pillow-2.1.0. |