On Thu, Mar 04, 2004 at 04:48:47PM -0500, Joshua Narins wrote: > 2.4.23 has an exploit, and I can't compile 2.4.25, or maybe I am just doing > something retarded. > > This is very, very far along in the build process. > > if [ -x debian/post-install ]; then \ > IMAGE_TOP=debian/tmp-image version=2.4.25-ben1 debian/post-install;\ > fi > cp vmlinux debian/tmp-image/boot/vmlinux-2.4.25-ben1 > chmod 644 debian/tmp-image/boot/vmlinux-2.4.25-ben1 > cp arch/ppc/boot/images/vmlinux.coff > debian/tmp-image/boot/vmlinux.coff-2.4.25-ben1 > cp: cannot stat `arch/ppc/boot/images/vmlinux.coff': No such file or directory > make[1]: *** [real_stamp_image] Error 1 > make[1]: Leaving directory `/usr/src/linux' > make: *** [kernel-image-deb] Error 2
Use the debian kernel-patch package found at : http://people.debian.org/~luther/powerpc/2.4.25-2 It includes a fix to this problem, which is maybe already in the latest ben1 tree since i forwarded it to him. Friendly, Sven Luther