Package: cpad-kernel-source
Version: 0.9-7
Severity: normal

Building a kernel and modules for a remote target; the build process
seems to want to look in '/lib/modules/$TARGET_KERNEL' which of course
doesn't exist since the target kernel isn't installed on the build
machine.

case "6" in                                                     \
        4)
        \
            ( cd cpad && /usr/bin/make );
            \
            dh_install cpad/cpad.o
            lib/modules/2.6.12-ahrairah/kernel/drivers/usb; \
            dh_installmodules;
            \
            ;;
            \
        6)
        \
            ( cd cpad-2.6 && /usr/bin/make KVERSION=2.6.12-ahrairah );
            \
            dh_install cpad-2.6/cpad.ko
            lib/modules/2.6.12-ahrairah/extra;      \
            ;;
            \
        *)
        \
            echo " *** Error unknown or unsupported kernel patchlevel";
            \
            exit 1;
            \
            ;;
            \
esac
make[3]: Entering directory `/usr/src/modules/cpad-kernel/cpad-2.6'
/usr/bin/make modules -C /lib/modules/2.6.12-ahrairah/build
SUBDIRS=`pwd`
make: *** /lib/modules/2.6.12-ahrairah/build: No such file or
directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown
directorymake[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/modules/cpad-kernel/cpad-2.6'
cp: cannot stat `./cpad-2.6/cpad.ko': No such file or directory
dh_install: command returned error code 256
make[2]: *** [binary-modules] Error 1
make[2]: Leaving directory `/usr/src/modules/cpad-kernel'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/cpad-kernel'
Module /usr/src/modules/cpad-kernel failed.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.local
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cpad-kernel-source depends on:
ii  debconf [debconf-2.0]         1.4.57     Debian configuration management sy
ii  make                          3.80-9     The GNU version of the "make" util

Versions of packages cpad-kernel-source recommends:
ii  cpad-common                   0.9-7      common files to support the Synapt

-- debconf information:
* cpad-kernel-source/wrong_kernel: false
  cpad-kernel-source/recompile: true
* cpad-kernel-source/kernel: /usr/src/linux/
* cpad-kernel-source/module: true
  cpad-kernel-source/erase: false
  cpad-kernel-source/verbose: false
  cpad-kernel-source/module_location:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to