Output from make-kpkg modules_image is below (most output - I redirected to a file, but some info still showed up on console??)
This error occurs no matter what kernel source I use. Kernel sources and pcmcia-cs source are from woody. what am I doing wrong? ____________________________________________________________________ test -f stamp-debian || make -f /usr/share/kernel-package/rules debian test -f .config || make -f /usr/share/kernel-package/rules .config test ! -f stamp-configure \ && make \ ARCH=i386 oldconfig \ && make \ \ ARCH=i386 dep \ && make \ ARCH=i386 clean && \ touch stamp-configure for module in /usr/src/modules/pcmcia-cs ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.4.16" KSRC="/usr/src/kernel-source-2.4.16" \ KMAINT="Unknown Kernel Package Maintainer" KEMAIL="[EMAIL PROTECTED]" \ KDREV="Dell.1" 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/pcmcia-cs' test -f man/pcmcia.5 -a -f debian/rules test root = "`whoami`" test -f man/pcmcia.5 -a -f debian/rules rm -f debian/files make -f debian/rules MOD_DIR=/usr/src/kernel-source-2.4.16 clean-modules binary-modules make[2]: Entering directory `/usr/src/modules/pcmcia-cs' test -f man/pcmcia.5 -a -f debian/rules umask 022; make ALL="`sed -ne '/ALL *= */{;s///;s/cardmgr.*$//;p;q;}' Makefile`" clean make[3]: Entering directory `/usr/src/modules/pcmcia-cs' make[4]: Entering directory `/usr/src/modules/pcmcia-cs/modules' rm -f core core.* *.o .*.o *.s *.a *~ .depend .depfiles/*.d make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/modules' make[4]: Entering directory `/usr/src/modules/pcmcia-cs/clients' rm -f core core.* *.o .*.o *.s *.a *~ .depend .depfiles/*.d make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/clients' make[4]: Entering directory `/usr/src/modules/pcmcia-cs/wireless' rm -f core core.* *.o .*.o *.s *.a *~ .depend .depfiles/*.d make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/wireless' rm -f .prereq.ok config.mk include/pcmcia/config.h rm -f include/linux/modversions.h make[3]: Leaving directory `/usr/src/modules/pcmcia-cs' rm -f build-modules test -f man/pcmcia.5 -a -f debian/rules test root = "`whoami`" KVERS="2.4.16" ./Configure -n --kernel="/usr/src/kernel-source-2.4.16" --srctree \ --cardbus --rcdir=/etc -------- Linux PCMCIA Configuration Script -------- The default responses for each question are correct for most users. Consult the PCMCIA-HOWTO for additional info about each option. Linux source directory [/usr/src/kernel-source-2.4.16] The kernel source tree is version 2.4.16. WARNING: the current kernel is version 2.2.19. The current kernel build date is Sat Oct 20 18:09:49 2001. Build 'trusting' versions of card utilities (y/n) [n] Module install directory [/lib/modules/2.4.16] Kernel configuration options: Kernel-tree PCMCIA support is enabled. Symmetric multiprocessing support is disabled. PCI BIOS support is enabled. Power management (APM) support is enabled. SCSI support is disabled. IEEE 1394 (FireWire) support is disabled. Networking support is enabled. Radio network interface support is enabled. Token Ring device support is disabled. Fast switching is disabled. Frame Diverter is disabled. Module version checking is enabled. /proc filesystem support is enabled. It looks like you have a System V init file setup. X Windows include files not installed. If you wish to build the 'cardinfo' control panel, you need the XPM library and the X Windows include files. See the HOWTO for details. *You can ignore this message if you are only rebuilding the PCMCIA modules.* Configuration successful. rm -f build build-modules test -f man/pcmcia.5 -a -f debian/rules umask 022; make DIRS_DEB="`sed -ne '/ALL *= */{;s///;s/cardmgr.*$//;p;q;}' Makefile`" all make[3]: Entering directory `/usr/src/modules/pcmcia-cs' make[4]: Entering directory `/usr/src/modules/pcmcia-cs/modules' Your kernel is already configured with PCMCIA support. make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/modules' make[4]: Entering directory `/usr/src/modules/pcmcia-cs/clients' cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c serial_cs.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c memory_cs.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c ftl_cs.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c dummy_cs.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c sram_mtd.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c iflash2_mtd.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c iflash2+_mtd.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c memory_cb.c cc -MD -O3 -Wall -Wstrict-prototypes -pipe -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DMODULE -c serial_cb.c cc -MD -c -O2 -I../include/static -I/usr/src/kernel-source-2.4.16/include -I../include -D__KERNEL__ -DEXPORT_SYMTAB -DMODVERSIONS -include /usr/src/kernel-source-2.4.16/include/linux/modversions.h -DMODULE -DCARDBUS 3c575_cb.c make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/clients' make[3]: Leaving directory `/usr/src/modules/pcmcia-cs' make[2]: Leaving directory `/usr/src/modules/pcmcia-cs' make[1]: Leaving directory `/usr/src/modules/pcmcia-cs' Module /usr/src/modules/pcmcia-cs failed. Hit return to Continue __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com