On Thu, Mar 22, 2012 at 5:55 AM, Steve Grubb <[email protected]> wrote: > On Wednesday, March 21, 2012 06:12:31 PM Peter Moody wrote: >> lib/gen_tables.c is missing an include for linux/fs.h >> src/ausearch-report.c is missing includes for linux/fs.h and limits.h >> >> refuses to build w/o these includes. builds and appears to work >> correctly when they're added. > > I think I have these fixed in svn, do you mind pulling a fresh copy and > checking > it? The limits.h include is fine. But I made the fs.h inclusion optional > because > it sounds like broken headers. It should autodetect the problem, but its needs > checking.
The build fails with the following error: In file included from ../lib/gen_tables.c:80: ./mounttab.h:31: error: 'MS_DIRSYNC' undeclared here (not in a function) ./mounttab.h:35: error: 'MS_MOVE' undeclared here (not in a function) ./mounttab.h:36: error: 'MS_REC' undeclared here (not in a function) ./mounttab.h:37: error: 'MS_SILENT' undeclared here (not in a function) ./mounttab.h:38: error: 'MS_POSIXACL' undeclared here (not in a function) ./mounttab.h:39: error: 'MS_UNBINDABLE' undeclared here (not in a function) ./mounttab.h:40: error: 'MS_PRIVATE' undeclared here (not in a function) ./mounttab.h:41: error: 'MS_SLAVE' undeclared here (not in a function) ./mounttab.h:42: error: 'MS_SHARED' undeclared here (not in a function) ./mounttab.h:43: error: 'MS_RELATIME' undeclared here (not in a function) ./mounttab.h:44: error: 'MS_KERNMOUNT' undeclared here (not in a function) ./mounttab.h:45: error: 'MS_I_VERSION' undeclared here (not in a function) ./mounttab.h:49: error: 'MS_ACTIVE' undeclared here (not in a function) ./mounttab.h:50: error: 'MS_NOUSER' undeclared here (not in a function) make[2]: *** [gen_mounttabs_h-gen_tables.o] Error 1 > If no one else has any issues to report we should be ready to do a release. > > Thanks, > -Steve -- Peter Moody Google 1.650.253.7306 Security Engineer pgp:0xC3410038 -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
