login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
30
Re: [patch, -git] drivers/media build fix for modular builds
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Sam Ravnborg <sam@...>
To: Mike Galbraith <efault@...>
Cc: Ingo Molnar <mingo@...>, David Miller <davem@...>, <mchehab@...>, <torvalds@...>, <akpm@...>, <linux-dvb-maintainer@...>, <video4linux-list@...>, <linux-kernel@...>, <sfr@...>
Subject:
Re: [patch, -git] drivers/media build fix for modular builds
Date: Wednesday, April 30, 2008 - 5:26 am
On Wed, Apr 30, 2008 at 10:56:24AM +0200, Mike Galbraith wrote:
quoted text
> > On Wed, 2008-04-30 at 10:42 +0200, Mike Galbraith wrote: > > On Wed, 2008-04-30 at 10:27 +0200, Mike Galbraith wrote: > > > On Wed, 2008-04-30 at 10:13 +0200, Ingo Molnar wrote: > > > > * David Miller <davem@davemloft.net> wrote: > > > > > > > > > From: Ingo Molnar <mingo@elte.hu> > > > > > Date: Wed, 30 Apr 2008 09:48:07 +0200 > > > > > > > > > > > > > > > > > fix allmodconfig build bug introduced in latest -git by commit > > > > > > 7c91f0624a9 ("V4L/DVB(7767): Move tuners to common/tuners"): > > > > > > > > > > > > LD kernel/built-in.o > > > > > > LD drivers/built-in.o > > > > > > ld: drivers/media/built-in.o: No such file: No such file or directory > > > > > > > > > > > > which happens if all media drivers are modular: > > > > > > > > > > I was seeing this too, as I think was Stephen Rothwell. > > > > > > > > i think any build which has the media drivers only as modules will > > > > trigger it, so it's rather widespread. My fix has held up fine for 10 > > > > randconfigs so far so it should do the trick. > > > > > > You also have to make clean after today's pull or... > > > > > > Kernel: arch/x86/boot/bzImage is ready (#3) > > > ERROR: "tea5761_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tea5761_autodetection" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "microtune_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "simple_tuner_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tda9887_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tea5767_autodetection" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "xc5000_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "xc2028_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tda829x_probe" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tda829x_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "tea5767_attach" [drivers/media/video/tuner.ko] undefined! > > > ERROR: "xc2028_attach" [drivers/media/video/saa7134/saa7134-dvb.ko] undefined! > > > ERROR: "simple_tuner_attach" [drivers/media/video/saa7134/saa7134-dvb.ko] undefined! > > > ERROR: "tda827x_attach" [drivers/media/video/saa7134/saa7134-dvb.ko] undefined! > > > > Hm, so I thought. Error is constant. Going back to .yesterday. > > Turning CONFIG_MEDIA_ATTACH on fixed it. I must have switched it somehow before.
So you did not have to do a make clean to make it build? If make clean is needed then we have an issue in kbuild. Sam --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[GIT PATCHES] V4L/DVB updates and fixes for 2.6.26
, Mauro Carvalho Chehab
, (Tue Apr 29, 5:50 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and f...
, Patrick Boettcher
, (Wed Apr 30, 4:02 am)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and f...
, Mauro Carvalho Chehab
, (Wed Apr 30, 3:03 pm)
[patch, -git] drivers/media build fix for modular builds
, Ingo Molnar
, (Wed Apr 30, 3:48 am)
Re: [patch, -git] drivers/media build fix for modular builds
, David Miller
, (Wed Apr 30, 3:52 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Ingo Molnar
, (Wed Apr 30, 4:13 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Sam Ravnborg
, (Wed Apr 30, 5:25 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Ingo Molnar
, (Wed Apr 30, 5:37 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Sam Ravnborg
, (Wed Apr 30, 5:55 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 4:27 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 4:42 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 4:56 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Sam Ravnborg
, (Wed Apr 30, 5:26 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 5:40 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Ingo Molnar
, (Wed Apr 30, 6:36 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 5:20 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Andrew Morton
, (Wed Apr 30, 7:40 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Trent Piepho
, (Wed Apr 30, 5:52 pm)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
,
, (Wed Apr 30, 6:38 pm)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 9:03 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mauro Carvalho Chehab
, (Wed Apr 30, 11:25 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 11:48 am)
Re: [patch, -git] drivers/media build fix for modular builds
, Mauro Carvalho Chehab
, (Wed Apr 30, 12:12 pm)
Re: [patch, -git] drivers/media build fix for modular builds
, Mike Galbraith
, (Wed Apr 30, 12:31 pm)
Re: [patch, -git] drivers/media build fix for modular builds
, Mauro Carvalho Chehab
, (Wed Apr 30, 5:35 pm)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Michael Krufky
, (Wed Apr 30, 10:39 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Andrew Morton
, (Wed Apr 30, 11:34 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Mauro Carvalho Chehab
, (Wed Apr 30, 11:48 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Michael Krufky
, (Wed Apr 30, 11:39 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Mike Galbraith
, (Wed Apr 30, 12:01 pm)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Andrew Morton
, (Wed Apr 30, 11:29 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build f...
, Mike Galbraith
, (Wed Apr 30, 11:30 am)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and f...
, Michael Krufky
, (Tue Apr 29, 7:49 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and f...
, Mauro Carvalho Chehab
, (Tue Apr 29, 8:00 pm)
Re: [GIT PATCHES] V4L/DVB updates and fixes for 2.6.26
, Linus Torvalds
, (Tue Apr 29, 5:59 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Linus Torvalds
Linux 2.6.27-rc5
Jared Hulbert
[PATCH 00/10] AXFS: Advanced XIP filesystem
Tarkan Erimer
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Linus Torvalds
Linux 2.6.27-rc8
git
:
linux-netdev
:
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Mark McLoughlin
[PATCH] bridge: make bridge-nf-call-*tables default configurable
Gerrit Renker
[PATCH 03/37] dccp: List management for new feature negotiation
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
5 users
and
922 guests
online.
Online users
strcmp
zeekec
inefut40
Jeremy
duddy1kravitz
Syndicate