Package: lirc-modules-source
Version: 0.7.1pre1-1
Severity: important
Tags: patch

Hola Amaya,

After migrating to 0.7.0.1-1 and building the lirc-modules for my
kernel, the lirc_serial.o module stopped working. The problem was that
at load time the kernel would complain about two missing symbols needed by
lirc_serial. These symbols are exported by lirc_dev.o. I am not sure
this is the right fix, but with it I can get a working lirc_serial:

--- lirc/Makefile       2005-01-09 05:03:20.000000000 -0500
+++ lirc.new/Makefile   2005-01-23 20:40:42.000000000 -0500
@@ -90,7 +90,9 @@
 
 serial: DEFS += $(SERIAL_CFLAGS)
 serial: modules sanity-check
-       $(MAKE) -C drivers SUBDIRS="lirc_serial" DEFS="$(DEFS)"
+       $(MAKE) -C drivers SUBDIRS="lirc_serial lirc_dev" DEFS="$(DEFS)"
+       mv drivers/lirc_dev/lirc_dev.o modules
+       @echo $(KVERS) $(KSRC) > modules/lirc_dev.o.KVERS
        mv drivers/lirc_serial/lirc_serial.o modules
        @echo $(KVERS) $(KSRC) > modules/lirc_serial.o.KVERS
 
This problem is also present in 0.7.1pre1-1.

Saludos,

Eloy.-

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages lirc-modules-source depends on:
ii  debconf [debconf-2.0]         1.4.42     Debian configuration management sy
ii  debhelper                     4.2.30     helper programs for debian/rules
ii  debianutils                   2.11.2     Miscellaneous utilities specific t

-- debconf information:
* lirc-modules-source/use_lirc_hints: true
  lirc-modules-source/parallel_irq: 7
* lirc-modules-source/do-build: false
  lirc-modules-source/parallel_timer: 65536
  lirc-modules-source/sir_type: Other
* lirc-modules-source/serial_softcarrier: false
  lirc-modules-source/kernel-source-not-found:
* lirc-modules-source/serial_transmitter: false
  lirc-modules-source/not_needed:
* lirc-modules-source/serial_port: 0x3f8
* lirc-modules-source/drivers: serial
* lirc-modules-source/serial_irq: 4
* lirc-modules-source/serial_type: Other
  lirc-modules-source/kernel-source: /usr/src/linux/
  lirc-modules-source/sir_irq: 3
  lirc-modules-source/sir_port: 0x2f8
  lirc-modules-source/parallel_port: 0x378
* lirc-modules-source/what_next:


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

Reply via email to