On Tue, Aug 14, 2012 at 01:20:53PM +0200, Marc Haber wrote:
> The build on RHEL 5 fails with:
> 
> compare_db.c:68: error: 'EXT4_EXTENTS_FL' undeclared here (not in a function)
> compare_db.c:68: error: 'EXT4_HUGE_FILE_FL' undeclared here (not in a 
> function)
> compare_db.c: In function 'get_ignorelist':
> compare_db.c:80: warning: comparison between signed and unsigned
> compare_db.c: In function 'get_report_attributes':
> compare_db.c:91: warning: comparison between signed and unsigned
> 
> Is it possible to build aide on RHEL 5 with a changed configure line
> without losing functionality that would be available on RHEL 5, or do
> I need to patch the source?

The problem is that e2fsprogs 1.39 does not support the EXT4_EXTENTS_FL
and EXT4_HUGE_FILE_FL flags.

I've fixed aide to also support older versions of e2fsprogs (see
d75558b[0]). Please try that patch.

Best regards

Hannes

[0] 
http://aide.git.sourceforge.net/git/gitweb.cgi?p=aide/aide;a=commit;h=d75558b
_______________________________________________
Aide mailing list
Aide@cs.tut.fi
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to