On Thu, 20 Jan 2005 06:07:21 +0100, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
>Download kernel-source-2.4.27 from the archive, e.g. via >wget >http://ftp.debian.org/pool/main/k/kernel-source-2.4.27/kernel-source-2.4.27_2.4.27-7_all.deb >and install it with dpkg -i. > >Btw, kernel-patch-2.4.27-mips will try to build all kernels supported >for mipsel, you may want to comment out all other subarchitectures >besides cobalt in debian/rules (in the subarches := ... line). > hi thank you for your explanation and pointers, I modified the debian/rules file accordingly. anyhow still building a kernel fails, because "make-kpkg clean" tells me about a missing "kimagesrc" and I definitely have no clue which value I should give to this - I tried a simple "kimagesrc := /tmp" in /etc/kernel-pkg.conf, but this led me to finally get the trouble at the end of the whole package-building: [....] make[3]: Leaving directory `/usr/src/kernel-patch-2.4.27-mips-2.4.27-7.040815/build-tmp/kernel-source-2.4.27' test ! -e debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/source || \ mv debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/source ./debian/source-link test ! -e debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/build || \ mv debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/build ./debian/build-link depmod -q -FSystem.map -b debian/tmp-image 2.4.27-r5k-cobalt; # module id=string # pci module vendor device subvendor subdevice class class_mask driver_data # isapnp module cardvendor carddevice driver_data vendor function ... # usb module match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info # module pattern # ieee1394 module match_flags vendor_id model_id specifier_id version # module id test ! -e ./debian/source-link || \ mv ./debian/source-link debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/source test ! -e ./debian/build-link || \ mv ./debian/build-link debian/tmp-image/lib/modules/2.4.27-r5k-cobalt/build cp /tmp debian/tmp-image/boot/vmlinux-2.4.27-r5k-cobalt cp: omitting directory `/tmp' make[2]: *** [real_stamp_image] Error 1 make[2]: Leaving directory `/usr/src/kernel-patch-2.4.27-mips-2.4.27-7.040815/build-tmp/kernel-source-2.4.27' make[1]: *** [kernel-image-deb] Error 2 make[1]: Leaving directory `/usr/src/kernel-patch-2.4.27-mips-2.4.27-7.040815/build-tmp/kernel-source-2.4.27' cp: cannot stat `build-tmp/kernel-image-2.4.27-r5k-cobalt_2.4.27-7.040815-1_mipsel.deb': No such file or directory make: *** [binary-images] Error 1 and that's about it - any help greatly appreciated. regards harald kapper

