Hello list: trying to compile againts source of 2.4.21 with command:
[EMAIL PROTECTED]:/usr/src/kernel-source-2.4.21$ make-kpkg --rootcmd=fakeroot modules_image --initrd and here is the result - any suggestions would be appreciated - I believe the critical line is: *************************************************** make[2]: execvp: /usr/src/kernel-source-2.4.21/scripts/pathdown.sh: Permission denied ************************************************************** make[2]: Leaving directory `/usr/src/kernel-source-2.4.21/Documentation/DocBook' make[1]: Leaving directory `/usr/src/kernel-source-2.4.21' echo done > stamp-kernel-configure echo done > stamp-configure for module in /usr/src/modules/freeswan ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.4.21" KSRC="/usr/src/kernel-source-2.4.21" \ KMAINT="Zion Network Security" KEMAIL="[EMAIL PROTECTED]" \ KPKG_DEST_DIR="/usr/src/kernel-source-2.4.21/.." \ KPKG_MAINTAINER="Zion Network Security" \ KDREV="10.00.Custom" kdist_image; then \ echo "Module $module processed fine"; \ else \ echo "Module $module failed."; \ echo "Hit return to Continue"; \ read ans; \ fi; \ ); \ fi; \ done make[1]: Entering directory `/usr/src/modules/freeswan' sed -e "s!\$KVERS!2.4.21!g; s!\$KSRC!/usr/src/kernel-source-2.4.21!; [EMAIL PROTECTED]; s!\$KMAINT!Zion Network Security!; s!\$KDREV!10.00.Custom!; s!\$DEBDATE!Wed, 06 Aug 2003 23:05:29 -0400!" debian/control.in > debian/control dh_testdir /usr/bin/make -C linux/net/ipsec ARCH=i386 KLIPSMODULE=true \ TOPDIR=/usr/src/kernel-source-2.4.21 -f `pwd`/linux/net/ipsec/defconfig -f Makefile \ MODULE_DEF_INCLUDE=`pwd`/config-all.h KLIPS_TOP=`pwd`/linux \ ipsec.o make[2]: execvp: /usr/src/kernel-source-2.4.21/scripts/pathdown.sh: Permission denied make[2]: Entering directory `/usr/src/modules/freeswan/linux/net/ipsec' cc -DIPCOMP_PREFIX -include /usr/src/modules/freeswan/config-all.h -I/usr/src/modules/freeswan/linux/include -I/usr/src/kernel-source-2.4.21/include -I/usr/src/modules/freeswan/linux/lib/zlib -Wall -DARCH=i386 -DMODVERSIONS -include /usr/src/kernel-source-2.4.21/include/linux/modversions.h -DMODULE -DMODVERSIONS -include /usr/src/kernel-source-2.4.21/include/linux/modversions.h -D__KERNEL__ -I/usr/src/kernel-source-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DKBUILD_BASENAME=ipsec_init -c -o ipsec_init.o ipsec_init.c ipsec_init.c: In function `ipsec_init': ipsec_init.c:174: error: too few arguments to function `inet_add_protocol_Ra7f3e8c5' ipsec_init.c:178: error: too few arguments to function `inet_add_protocol_Ra7f3e8c5' ipsec_init.c: In function `ipsec_cleanup': ipsec_init.c:226: error: too few arguments to function `inet_del_protocol_R8c3ff0bc' ipsec_init.c:231: error: too few arguments to function `inet_del_protocol_R8c3ff0bc' make[2]: *** [ipsec_init.o] Error 1 make[2]: Leaving directory `/usr/src/modules/freeswan/linux/net/ipsec' make[1]: *** [build-stamp] Error 2 make[1]: Leaving directory `/usr/src/modules/freeswan' Module /usr/src/modules/freeswan failed. Hit return to Continue -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]