Source: khmer
Version: 2.0+dfsg-1
Severity: serious
Justification: fails to build from source
Automated builds of khmer have been failing:
ln -sf "`pwd`"/.pybuild/pythonX.Y_*/build/khmer/*.so khmer && \
./setup.py develop --user && ./setup.py build_sphinx
running develop
error: [Errno 13] Permission denied: '/sbuild-nonexistent'
debian/rules:17: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 1
make[1]: Leaving directory '/«BUILDDIR»/khmer-2.0+dfsg'
debian/rules:14: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
If the "develop --user" step is mandatory, please arrange to run it
(and anything dependent on any resultant setup) with HOME set to some
temporary directory in the build area.
Thanks!