From: Stewart M. <smm...@gm...> - 2011-12-19 19:40:13
|
I am confirming Jonathan's error on my upgrade to 11.10. Error attached: stimpy@stimpy-laptop:/usr/src/linux/ScramDisk-2.1$ sudo make [sudo] password for stimpy: cd gui && qmake && lrelease scramdisk_de.ts echo "#define KERNEL_BUILD \"3.0.0\"" > driver/kernel_build.h list='crypto driver utils gui docs'; for subdir in $list; \ do make -C $subdir all || exit 1; done make[1]: Entering directory `/usr/src/linux/ScramDisk-2.1/crypto' gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o getiv.o getiv.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o gf2e64.o gf2e64.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o gf2e128.o gf2e128.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o crc32.o crc32.c gcc -I. -O2 -Wall -o crc32-mktab crc32-mktab.c ./crc32-mktab -p 0x04c11db7 -b 32 -B 8 -r -c \ -s crc32_table -i crc32.h -t uint32 -o crc32-tab.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o crc32-tab.o crc32-tab.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o sha1.o sha1.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o sha256.o sha256.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o sha512.o sha512.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o rmd160.o rmd160.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o whirlpool.o whirlpool.c gcc -I. -O2 -Wall -o blowfish-mktab blowfish-mktab.c ./blowfish-mktab > blowfish-tab.h [.............................................................] gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o blowfish.o blowfish.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o cast128.o cast128.c gcc -I. -O2 -Wall -o des-mktab des-mktab.c ./des-mktab > des-tab.h gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o des-base.o des-base.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o des.o des.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o des3.o des3.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o tea.o tea.c gcc -I. -O2 -Wall -o rijndael-mktab rijndael-mktab.c ./rijndael-mktab > rijndael-tab.h gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o rijndael.o rijndael.c gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o serpent.o serpent.c gcc -I. -O2 -Wall -o square-mktab square-mktab.c ./square-mktab > square-tab.h gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o square.o square.c square.c: In function ‘square_init’: square.c:91:10: warning: array subscript is above array bounds [-Warray-bounds] gcc -I. -O2 -Wall -o twofish-mktab twofish-mktab.c ./twofish-mktab > twofish-tab.h gcc -I. -I/usr/src/linux/include -O2 -Wall -c -o twofish.o twofish.c ar rc libsdcrypto.a getiv.o gf2e64.o gf2e128.o crc32.o crc32-tab.o sha1.o sha256.o sha512.o rmd160.o whirlpool.o blowfish.o cast128.o des-base.o des.o des3.o tea.o rijndael.o serpent.o square.o twofish.o ranlib libsdcrypto.a make[1]: Leaving directory `/usr/src/linux/ScramDisk-2.1/crypto' make[1]: Entering directory `/usr/src/linux/ScramDisk-2.1/driver' gcc -D__KERNEL__ -DMODULE -D__SMP__ -DSMP -I. -I../crypto -I/lib/modules/3.0.0-14-generic/build/include -Wall -O2 -c -o cipher.o cipher.c In file included from /lib/modules/3.0.0-14-generic/build/include/linux/thread_info.h:52:0, from /lib/modules/3.0.0-14-generic/build/include/linux/preempt.h:9, from /lib/modules/3.0.0-14-generic/build/include/linux/spinlock.h:50, from /lib/modules/3.0.0-14-generic/build/include/linux/mmzone.h:7, from /lib/modules/3.0.0-14-generic/build/include/linux/gfp.h:4, from /lib/modules/3.0.0-14-generic/build/include/linux/slab.h:12, from cipher.c:52: /lib/modules/3.0.0-14-generic/build/include/linux/bitops.h:22:24: fatal error: asm/bitops.h: No such file or directory compilation terminated. make[1]: *** [cipher.o] Error 1 make[1]: Leaving directory `/usr/src/linux/ScramDisk-2.1/driver' make: *** [all] Error 1 |