Bug#294720: lirc_dev is not in the generated package
Thomas Schmidt wrote: > The attached patch will install the lirc_dev module also in the > resulting package. (With this patch lirc-modules-source has been > usable for me the first time since ages - i used the normal lirc cvs > since kernel 2.6 is out.) ;-) Thanks so much... I have been making a terrible job as a maintainer for lirc, but thanks to you and people like you, the package is slowly improving. Expect an upload tonight. -- .''`. sleep: command not found : :' : `. `'Proudly running Debian GNU/Linux (Sid 2.6.10 Ext3) `- www.amayita.com www.malapecora.com www.chicasduras.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#294720: lirc_dev is not in the generated package
The attached patch will install the lirc_dev module also in the resulting package. (With this patch lirc-modules-source has been usable for me the first time since ages - i used the normal lirc cvs since kernel 2.6 is out.) ;-) Regards, Thomas -- Thomas Schmidt :wq diff -Nurd lirc-0.7.1pre2/debian/modules-source/Makefile lirc-0.7.1pre2.new/debian/modules-source/Makefile --- lirc-0.7.1pre2/debian/modules-source/Makefile 2005-03-11 23:28:33.286320104 +0100 +++ lirc-0.7.1pre2.new/debian/modules-source/Makefile 2005-03-11 23:23:28.0 +0100 @@ -118,6 +118,8 @@ serial: DEFS += $(SERIAL_CFLAGS) serial: modules sanity-check $(MAKE) -C drivers SUBDIRS="lirc_serial lirc_dev" DEFS="$(DEFS)" + mv drivers/lirc_dev/lirc_dev.$(KEXT) modules + @echo $(KVERS) $(KSRC) > modules/lirc_dev.$(KEXT).KVERS mv drivers/lirc_serial/lirc_serial.$(KEXT) modules @echo $(KVERS) $(KSRC) > modules/lirc_serial.$(KEXT).KVERS signature.asc Description: Digital signature
Bug#294720: lirc_dev is not in the generated package
Hi The reason for this error is that lirc_dev.ko is missing in the generated module package. lirc_serial: Unknown symbol lirc_unregister_plugin lirc_serial: Unknown symbol lirc_register_plugin A quick and dirty fix is to cancel the package build, before it executes make clean. Then the lirc_dev.ko can be manually copied to the same directory as lirc_serial.ko First load lirc_dev and then lirc_serial and the symbol error should not appear. Bye Gunther -- Gunther Laure <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part