From: Oliver Endriss <o.endriss@gmx.de>
To: v4l-dvb-maintainer@linuxtv.org
Cc: "Toralf Förster" <toralf.foerster@gmx.de>, linux-kernel@vger.kernel.org
Subject: Re: [v4l-dvb-maintainer] build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
Date: Sun, 6 Jul 2008 00:43:30 +0200 [thread overview]
Message-ID: <200807060043.31247@orion.escape-edv.de> (raw)
In-Reply-To: <200807051725.04475.toralf.foerster@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]
Toralf Förster wrote:
> Hello,
>
> the build (.config attached) failed, make ends with :
> ...
> Building modules, stage 2.
> MODPOST 433 modules
> ERROR: "input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
> ERROR: "input_register_device" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
> ERROR: "input_free_device" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
> ERROR: "input_unregister_device" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
> ERROR: "input_allocate_device" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
>
>
> The build was made with an old .config from kernel 2.6.25-rc9
> (where the build also failed but probably b/c of a different reason) :
> $>make oldconfig; make clean; make
>
> Here's the config:
>
> #
> # Automatically generated make config: don't edit
> # Linux kernel version: 2.6.26-rc8
> # Sat Jul 5 13:04:33 2008
> #
> ...
> #
> # Input device support
> #
> # CONFIG_INPUT is not set
> ...
Thanks for reporting.
Does the attached patch fix the problem?
CU
Oliver
--
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
----------------------------------------------------------------
[-- Attachment #2: av7110_no_evdev.diff --]
[-- Type: text/x-diff, Size: 743 bytes --]
Do not compile av7110_ir if CONFIG_INPUT_EVDEV is not selected.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
diff -r cb91f21a543e linux/drivers/media/dvb/ttpci/Makefile
--- a/linux/drivers/media/dvb/ttpci/Makefile Mon Jun 23 22:30:42 2008 +0200
+++ b/linux/drivers/media/dvb/ttpci/Makefile Sun Jul 06 00:14:15 2008 +0200
@@ -3,7 +3,11 @@
# and the AV7110 DVB device driver
#
-dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o
+dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o
+
+ifdef CONFIG_INPUT_EVDEV
+dvb-ttpci-objs += av7110_ir.o
+endif
obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o
obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
next prev parent reply other threads:[~2008-07-05 22:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-05 15:25 Toralf Förster
2008-07-05 22:43 ` Oliver Endriss [this message]
2008-07-06 9:53 ` [v4l-dvb-maintainer] " Toralf Förster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200807060043.31247@orion.escape-edv.de \
--to=o.endriss@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=toralf.foerster@gmx.de \
--cc=v4l-dvb-maintainer@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®