I'm trying to build quota with the setquota patch and I'm missing a header file. Does anyone know what package contains "et/com_err.h"?
$ debian/rules build test -f quota.c -a -f debian/rules make CC=gcc CFLAGS="-O2 -DRPC -DEXT2_DIRECT" make[1]: Entering directory `/usr/src/quota-1.65/quota-1.65' gcc -O2 -DRPC -DEXT2_DIRECT -c quotacheck.c -o quotacheck.o In file included from quotacheck.c:44: /usr/include/ext2fs/ext2fs.h:64: et/com_err.h: No such file or directory make[1]: *** [quotacheck.o] Error 1 make[1]: Leaving directory `/usr/src/quota-1.65/quota-1.65' make: *** [build] Error 2 Thanks -Paul

