From: Cedric Veilleux (cedric_at_neopeak.com)
Date: Sat 01 Mar 2003 - 00:26:28 GMT
Hi,
I need Access Control Lists patch from acl.bestbits.at as well as the vserver
patch.
Both patches have been applied without rejects, althought the kernel does not
compile. Here's the error message:
***
make[1]: Leaving directory `/usr/src/custom/linux-2.4.20/arch/i386/lib'
ld -m elf_i386 -T /usr/src/custom/linux-2.4.20/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o init/do_mounts.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o \
drivers/char/char.o drivers/block/block.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o
drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o
drivers/pnp/pnp.o drivers/video/video.o \
net/network.o \
/usr/src/custom/linux-2.4.20/arch/i386/lib/lib.a
/usr/src/custom/linux-2.4.20/lib/lib.a
/usr/src/custom/linux-2.4.20/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
fs/fs.o(.text+0x3880a): In function `ext3_xattr_set':
: undefined reference to `IS_IMMUTABLE'
fs/fs.o(.text+0x3a8e4): In function `__ext3_permission':
: undefined reference to `IS_IMMUTABLE'
fs/fs.o(.text+0x4a174): In function `ext2_xattr_set':
: undefined reference to `IS_IMMUTABLE'
fs/fs.o(.text+0x4bd04): In function `__ext2_permission':
: undefined reference to `IS_IMMUTABLE'
fs/fs.o(.text+0x564e9): In function `nfs_permission':
: undefined reference to `IS_IMMUTABLE'
make: *** [vmlinux] Error 1
***
I've also noticed many warnings during compilation about IS_IMMUTABLE being
implicitly declared.
Anybody successfully compiled linux+acl+ctx? If so, how did you do it?
Thank you,
Cédric