On Fri, 2007-01-05 at 00:22 +0100, Lucas Nussbaum wrote:
> Package: matplotlib
> Version: 0.87.5-2.2
> Severity: serious
>
> Hi,
>
> matplotlib fails to build from source on etch/i386:
> dpkg-buildpackage: source package is matplotlib
> dpkg-buildpackage: source version is 0.87.5-2.2
> dpkg-buildpackage: source changed by Mark Hymers <[EMAIL PROTECTED]>
> dpkg-buildpackage: host architecture i386
> dpkg-buildpackage: source version without epoch 0.87.5-2.2
> fakeroot debian/rules clean
> test -d debian/patched || install -d debian/patched
> dpatch apply-all
> applying patch build_fix to ./ ... ok.
> applying patch matplotlibrc_fix to ./ ... ok.
> dpatch cat-all >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> dh_testroot
> python2.3 ./setup.py clean --all
> make: python2.3: Command not found
> make: *** [clean-patched] Error 127
This is quite funny:
clean-patched: patch
dh_testdir
dh_testroot
python2.3 ./setup.py clean --all
python2.4 ./setup.py clean --all
-rm -f *-stamp*
In the other parts of the makefile, python is called as python $*.
Similar thing should be done here to fix the bug.
David.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]