Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292521 - dev-python/matplotlib-0.99.1.1 failed to emerge
Summary: dev-python/matplotlib-0.99.1.1 failed to emerge
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: 2009-11-09 13:22 UTC by Cornelius Weig
Modified: 2009-11-12 21:48 UTC (History)
1 user (show)

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


Attachments
error output for missing module in sphinx during build phase (sphinx-err-JSZ553.log,6.72 KB, text/plain)
2009-11-09 13:25 UTC, Cornelius Weig
Details
emerge --info (emerge.info,4.24 KB, text/plain)
2009-11-09 13:25 UTC, Cornelius Weig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cornelius Weig 2009-11-09 13:22:24 UTC
dev-python/matplotlib-0.99.1.1 fails to emerege due to missing Matplotlib.pdf file. Maybe the error comes from an exception of a missing module during the build phase.

Reproducible: Always

Steps to Reproduce:
1. USE="cairo doc elibc_glibc examples gtk latex qt4" emerge matplotlib

Actual Results:  
First the install goes into python debug mode and waits for user input due to a sphinx error with error message
"Exception occurred:
  File "<string>", line 4, in <module>
ImportError: No module named Image
The full traceback has been saved in /var/tmp/portage/dev-python/matplotlib-0.99.1.1/temp/
sphinx-err-JSZ553.log, if you want to report the issue to the author."

quitting the debugger with 'quit' the build continues until it dies due to missing Matplotlib.pdf.


install: cannot stat `doc/build/latex/Matplotlib.pdf': No such file or directory
!!! doins: doc/build/latex/Matplotlib.pdf does not exist
 *
 * ERROR: dev-python/matplotlib-0.99.1.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 3230:  Called die
 * The specific snippet of code:
 *           doins doc/build/latex/Matplotlib.pdf || die;
 *  The die message:
 *   (no error message)
Comment 1 Cornelius Weig 2009-11-09 13:25:11 UTC
Created attachment 209729 [details]
error output for missing module in sphinx during build phase
Comment 2 Cornelius Weig 2009-11-09 13:25:50 UTC
Created attachment 209731 [details]
emerge --info
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-11-12 21:48:07 UTC
should be fixed, it as missing a dependency on dev-python/imaging.
thanks.