Re: Build failure with v2.6.30-8722-gc82e6d4 on x86_64

From: Eric Paris
Date: Wed Jun 24 2009 - 15:58:28 EST


On Wed, 2009-06-24 at 21:45 +0200, Frans Pop wrote:
> Help!
>
> Cheers,
> FJP
>
> LD vmlinux.o
> MODPOST vmlinux.o
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> kernel/built-in.o: In function `audit_compare_rule':
> auditfilter.c:(.text+0x3f1ec): undefined reference to `audit_watch_path'
> auditfilter.c:(.text+0x3f1fc): undefined reference to `audit_watch_path'
> kernel/built-in.o: In function `audit_free_rule':
> auditfilter.c:(.text+0x3f580): undefined reference to `audit_put_watch'
> kernel/built-in.o: In function `audit_data_to_entry':
> auditfilter.c:(.text+0x3f9ad): undefined reference to `audit_to_watch'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x3fde6): undefined reference to `audit_watch_path'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x3ffb7): undefined reference to `audit_add_watch'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x3ffde): undefined reference to `audit_watch_inode'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x40104): undefined reference to `audit_put_watch'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x401bf): undefined reference to `audit_remove_watch_rule'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x4023f): undefined reference to `audit_inotify_unregister'
> kernel/built-in.o: In function `audit_receive_filter':
> (.text+0x4024c): undefined reference to `audit_put_watch'
> kernel/built-in.o: In function `audit_dupe_rule':
> (.text+0x404d1): undefined reference to `audit_get_watch'
> kernel/built-in.o: In function `audit_update_lsm_rules':
> (.text+0x40610): undefined reference to `audit_watch_rules'
> make[5]: *** [.tmp_vmlinux1] Error 1

building with CONFIG_AUDIT_SYSCALL will shut it up. I'll fix
momentarily.

-Eric

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/