Re: [Python-modules-team] building python-numpy on

2011-10-07 Thread Faheem Mitha
On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 13:57, Faheem Mitha wrote: It doesn't look like the tests are the problem. If I comment them out, I still get a failure at the same place. .. dh_install cp: cannot stat `debian/tmp/doc/build/html': No such file or directory dh_

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 13:57, Faheem Mitha wrote: It doesn't look like the tests are the problem. If I comment them out, I still get a failure at the same place. .. dh_install cp: cannot stat `debian/tmp/doc/build/html': No such file or directory dh_

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Faheem Mitha wrote: On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: Ran 3541 tests in 44.650s OK (KNOWNFAIL=3, SKIP=4) [255665 refs] Traceback (most recent call last):  File "", line 1, in  File "numpy/__init__.py", line 127, i

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Sandro Tosi
On Thu, Oct 6, 2011 at 13:57, Faheem Mitha wrote: > It doesn't look like the tests are the problem. If I comment them out, I > still get a failure at the same place. .. > dh_install > cp: cannot stat `debian/tmp/doc/build/html': No such file or directory > dh_install: cp -a debian/tmp/doc/build/h

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Faheem Mitha
On Thu, 6 Oct 2011, Sandro Tosi wrote: On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: Ran 3541 tests in 44.650s OK (KNOWNFAIL=3, SKIP=4) [255665 refs] Traceback (most recent call last):  File "", line 1, in  File "numpy/__init__.py", line 127, in    raise ImportError(msg) ImportError:

Re: [Python-modules-team] building python-numpy on

2011-10-06 Thread Sandro Tosi
On Thu, Oct 6, 2011 at 08:40, Faheem Mitha wrote: > Ran 3541 tests in 44.650s > > OK (KNOWNFAIL=3, SKIP=4) > [255665 refs] > Traceback (most recent call last): >  File "", line 1, in >  File "numpy/__init__.py", line 127, in >    raise ImportError(msg) > ImportError: Error importing numpy: you s

building python-numpy on

2011-10-06 Thread Faheem Mitha
Hi, I was trying to rebuild python-numpy 1.6.1-3 (the version currently in experimental) on squeeze. A straight debuild binary seems to come really close. I do need to get python-sphinx from backports. It errors out at the end with the following error. I don't have any idea how to fix it.