Bug#535699: nipy: FTBFS: Tries to write to $HOME during build

2010-01-31 Thread Jakub Wilk
* peter green plugw...@p10link.net, 2009-07-05, 03:30: --- nipy-0.1.2+1741/debian/rules2009-07-05 02:28:10.0 + +++ nipy-0.1.2+1741.new/debian/rules2009-07-05 02:07:29.0 + @@ -1,5 +1,9 @@ #!/usr/bin/make -f +#set up home directory to somewhere in our build

Bug#535699: nipy: FTBFS: Tries to write to $HOME during build

2009-07-04 Thread Kurt Roeckx
Source: nipy Version: 0.1.2+1741-2 Severity: serious Hi, Your package is failing to build on various arches with an error like: sphinx-build -b html -d build/doctrees . build/html Running Sphinx v0.6.1 Exception occurred: File /usr/lib/pymodules/python2.5/matplotlib/__init__.py, line 439, in

Bug#535699: nipy: FTBFS: Tries to write to $HOME during build

2009-07-04 Thread peter green
I tested this issue in my sid amd64 chroot as user nobody with a nonexistant homedir. The homedir issue was easy enough to fix but then the build failed with what appeared to be problems caused by lack of a fortran compiler so I added gfortran to the build-dependencies and installed it.