On Tue, Apr 12, 2005 at 10:10:23PM +0200, Hadmut Danisch wrote: > Hi, > > I try to build the debian packages from the source: > > # debian/rules binary-modules KSRC=/mnt/andromeda/homx/root/linux-2.6.11 > sed -e "s!\$KVERS!`sed -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$/\1/p' > /mnt/andromeda/homx/root/linux-2.6.11/include/linux/version.h`!g; > s!\$KSRC!/mnt/andromeda/homx/root/linux-2.6.11!; s!\$KARCH!i386!; > s!\$KEMAIL!!; s!\$KMAINT!!; s!\$KDREV!"Custom.1.00"!; s!\$DEBDATE!Di, 12 Apr > 2005 22:07:35 +0200!" debian/control.in > debian/control > dh_testdir > dh_testroot > dh_clean -k > dh_installdirs > # Add here commands to install the package into debian/lirc-modules. > /usr/bin/make install prefix=/usr/src/modules/lirc/debian/lirc-modules-`sed > -n -e '/UTS_RELEASE/s/^[^"]*"\([^"]*\)".*$/\1/p' > /mnt/andromeda/homx/root/linux-2.6.11/include/linux/version.h` > make[1]: Entering directory `/usr/src/modules/lirc' > cut: modules/*.ko.KVERS: No such file or directory > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/usr/src/modules/lirc' > make: *** [install] Error 2 > > Any idea? > > * lirc-modules-source/drivers:
Did you select any drivers? # dpkg-reconfigure lirc-modules-source If this is indeed the problem debian/rules should fail more gracefully with a useful error message. Cheers, -- Agustin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

