On Sun, Jan 01, 2006 at 03:00:04PM +0100, Kurt Roeckx wrote: > Package: e2fsprogs > Version: 1.38+1.39-WIP-2005.12.10-2 > Severity: serious > > Hi, > > Your package is failing to build on most arches with the > following error: > CC /build/buildd/e2fsprogs-1.38+1.39-WIP-2005.12.10/e2fsck/profile.c > /build/buildd/e2fsprogs-1.38+1.39-WIP-2005.12.10/e2fsck/profile.c:70:21: > error: com_err.h: No such file or directory > make[3]: *** [profile.o] Error 1
Whoops, this patch is needed so you don't have to have the comerr-dev package loaded on your system; thanks for pointing this out. I'll upload a fix soon. - Ted diff -r b3e5c52c1090 e2fsck/profile.c --- a/e2fsck/profile.c Sat Dec 31 16:46:46 2005 -0500 +++ b/e2fsck/profile.c Sun Jan 1 21:24:36 2006 -0500 @@ -67,7 +67,7 @@ #include <pwd.h> #endif -#include "com_err.h" +#include <et/com_err.h> #include "profile.h" #include "prof_err.h" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]