[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
loop-AES-1.7e compile error on 2.6.0-test10
Hello,
I am getting the following compile time error when trying to install
loop-AES-1.7e for a 2.6.0-test10 kernel (while still running a 2.4.21):
------------------------------------------------------------------------
marsupilami loop-AES-v1.7e # make LINUX_SOURCE=/usr/src/linux-2.6.0-test10/
cd /usr/src/linux-2.6.0-test10/ && make SUBDIRS=/usr/src/tmp/loop-AES-v1.7e
modules Q='@cd /usr/src/tmp/loop-AES-v1.7e && if [ "$@" = "/usr/src/tmp/
loop-AES-v1.7e" ]; then make modules; fi && true '
make[1]: Entering directory `/usr/src/linux-2.6.0-test10'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
rm -f *.o *.orig *.rej *.mod.c patched-loop.[ch] test-file[1234]
rm -f patched-loop.[ch]
cp loop.c-2.6.patched patched-loop.c
cd /usr/src/linux-2.6.0-test10 && gcc -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/
mach-default -fomit-frame-pointer -Wdeclaration-after-statement -DMODULE
-nostdinc -iwithprefix include -DKBUILD_BASENAME=patched_loop
-DKBUILD_MODNAME=loop -DEXPORT_SYMTAB -c /usr/src/tmp/loop-AES-v1.7e/
patched-loop.c -o /usr/src/tmp/loop-AES-v1.7e/patched-loop.o
/usr/src/tmp/loop-AES-v1.7e/patched-loop.c: In function `loop_set_fd':
/usr/src/tmp/loop-AES-v1.7e/patched-loop.c:1030: error: structure has no
member named `bd_count'
/usr/src/tmp/loop-AES-v1.7e/patched-loop.c: In function `loop_clr_fd':
/usr/src/tmp/loop-AES-v1.7e/patched-loop.c:1127: error: structure has no
member named `bd_count'
make[2]: *** [patched-loop.o] Error 1
make[1]: *** [/usr/src/tmp/loop-AES-v1.7e] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.0-test10'
make: *** [all] Error 2
marsupilami loop-AES-v1.7e #
------------------------------------------------------------------------
...any ideas?
David
signature