Source: wordgrinder Version: 0.6-1 Severity: important Justification: fails to build from source
Automatic builds of wordgrinder failed due to trying to install something into the builder's home directory, which is deliberately absent on the autobuilders because builds should leave it alone. INSTALL install: cannot create directory '/sbuild-nonexistent': Permission denied Makefile:104: recipe for target 'install' failed make[1]: *** [install] Error 1 make[1]: Leaving directory '/«PKGBUILDDIR»' dh_auto_install: make -j1 install DESTDIR=/«PKGBUILDDIR»/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2 debian/rules:38: recipe for target 'binary-arch' failed make: *** [binary-arch] Error 2 Could you please fix take a look? If there's no upstream option to disable this installation step altogether, you might be able to redirect it by having debian/rules point the HOME environment variable to a throwaway directory within the build tree. Thanks!