Dirk Vornheder wrote:> Compiling kernel linux 2.4.10pre4 without ext3 works. > > After patching the kernel sources with > > cd /usr/src/ext3 > scripts/add-to-kernel.sh scripts/file-manifest linux > > compile fails:Why is this a surprise? There is no ext3 patch for 2.4.10pre4, unless you've somehow got one that isn't on the ext3-2.4 web site. It doesn't surprise me at all that the patch against 2.4.9 doesn't work on 2.4.10. The source doesn't have to change much to break a patch. Craig
Hi ! Compiling kernel linux 2.4.10pre4 without ext3 works. After patching the kernel sources with cd /usr/src/ext3 scripts/add-to-kernel.sh scripts/file-manifest linux compile fails: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DEXPORT_SYMTAB -c ksyms.c ksyms.c:247: `no_llseek' undeclared here (not in a function) ksyms.c:247: initializer element is not constant ksyms.c:247: (near initialization for `__ksymtab_no_llseek.value') ksyms.c:481: `reparent_to_init' undeclared here (not in a function) ksyms.c:481: initializer element is not constant ksyms.c:481: (near initialization for `__ksymtab_reparent_to_init.value') make[2]: *** [ksyms.o] Error 1 make[2]: Leaving directory `/usr/src/linux/kernel' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/linux/kernel' make: *** [_dir_kernel] Error 2 Dirk¾½ÿÅÂÅÿ½¾½ÿÅÂÅÿÿÿÿÿÿÿÿÿ