Package: matplotlib Version: 0.87.7-0.3 Severity: serious From my pbuilder build log:
... for v in 2.4 2.5; do \ python$v ./setup.py clean --all; \ done Using default library and include directories for Tcl and Tk because a Tk window failed to open. You may need to define DISPLAY for Tk to work so that setup can determine where your libraries are located. running clean 'build/lib.linux-i686-2.4' does not exist -- can't clean it 'build/bdist.linux-i686' does not exist -- can't clean it 'build/scripts-2.4' does not exist -- can't clean it Traceback (most recent call last): File "./setup.py", line 124, in <module> raise RuntimeError("You must install one or more of numpy, Numeric, and numarray to build matplotlib") RuntimeError: You must install one or more of numpy, Numeric, and numarray to build matplotlib make: *** [clean-patched] Error 1 -- Daniel Schepler