On 10/10/11 12:39 PM, Eric Sandeen wrote: > On 10/3/11 10:02 PM, Ted Ts'o wrote: ... >> diff --git a/lib/ext2fs/crc32c.c b/lib/ext2fs/crc32c.c >> index 65bca5c..6be4336 100644 >> --- a/lib/ext2fs/crc32c.c >> +++ b/lib/ext2fs/crc32c.c >> @@ -40,6 +40,23 @@ >> #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) >> #include "crc32c_defs.h" >> >> +#include "ext2fs.h" >> +#ifdef WORDS_BIGENDIAN > > well, this has the exact same problem as originally reported, because > we still don't have the include paths to find ext2fs.h in the tree, > and it is still included via crc32c_defs.h Sorry, ignore that; PEBKAC here. :( (tarball naming convention change means I had to fix up the source tarball name in 2 places in the spec, and I missed one. Apologies...) Now I am getting translation table problems, but I'll see what's up there. mv: cannot stat `t-es.gmo': No such file or directory mv: cannot stat `t-ca.gmo': No such file or directorymake[2]: *** [es.gmo] Error 1 -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html