Build Failure

2011-04-30 Thread Colin Minihan
On Ubuntu 10.04 attempting to run git clone git://linuxtv.org/media_build.git cd media_build ./check_needs.pl make -C linux/ download make -C linux/ untar make stagingconfig make  results in the following failure ...   CC [M]  /home/colm/media_build/v4l/lirc_zilog.o /home/colm/media_build/v4l/lir

Re: Build Failure

2011-04-30 Thread Andy Walls
On Sat, 2011-04-30 at 10:31 -0400, Colin Minihan wrote: > On Ubuntu 10.04 attempting to run > > git clone git://linuxtv.org/media_build.git > cd media_build > ./check_needs.pl > make -C linux/ download > make -C linux/ untar > make stagingconfig > make > > results in the following failure > ...

Re: Build Failure

2011-04-30 Thread Mauro Carvalho Chehab
Em 30-04-2011 13:10, Andy Walls escreveu: > On Sat, 2011-04-30 at 10:31 -0400, Colin Minihan wrote: >> On Ubuntu 10.04 attempting to run >> >> git clone git://linuxtv.org/media_build.git >> cd media_build >> ./check_needs.pl >> make -C linux/ download >> make -C linux/ untar >> make stagingconfig >

Re: Build Failure

2011-05-01 Thread Vincent McIntyre
On 5/1/11, Colin Minihan wrote: > On Ubuntu 10.04 attempting to run > > git clone git://linuxtv.org/media_build.git > cd media_build > ./check_needs.pl > make -C linux/ download > make -C linux/ untar > make stagingconfig > make > > results in the following failure > ... I see this too (platform

dvb-apps build failure

2014-02-06 Thread Quentin Glidic
Hello, When building dvb-apps from the Mercurial repository, you hit the following error: install: cannot stat 'atsc/*': No such file or directory In the latest changeset (http://linuxtv.org/hg/dvb-apps/rev/d40083fff895) scan files were deleted from the repository but not their install rule.

Build failure on Ubuntu 16.04

2016-06-12 Thread Kenny Ho
make -C /home/kho/git/media_build/v4l allyesconfig make[1]: Entering directory '/home/kho/git/media_build/v4l' No version yet, using 4.4.0-24-generic make[2]: Entering directory '/home/kho/git/media_build/linux' Applying patches for kernel 4.4.0-24-generic patch -s -f -N -p1 -i ../backports/api_ver

em28xx build failure (backport tree)

2010-05-08 Thread Roberto Ragusa
Hi, I'm getting build errors on this tree http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 The make command fails with the output pasted below (I didn't touch any config). As a bizarre coincidence, the em28xx IR support (for Pinnacle PCTV USB2) is _exactly_ what I'm interested to have working

Re: dvb-apps build failure

2014-03-10 Thread Jonathan McCrohan
Hi Oliver, On Thu, 06 Feb 2014 09:25:14 +0100, Quentin Glidic wrote: > Hello, > > When building dvb-apps from the Mercurial repository, you hit the > following error: > install: cannot stat 'atsc/*': No such file or directory > > In the latest changeset > (http://linuxtv.org/hg/dvb-apps/rev/d400

Re: dvb-apps build failure

2014-03-21 Thread Olliver Schinagl
On 03/11/2014 12:39 AM, Jonathan McCrohan wrote: Hi Oliver, On Thu, 06 Feb 2014 09:25:14 +0100, Quentin Glidic wrote: Hello, When building dvb-apps from the Mercurial repository, you hit the following error: install: cannot stat 'atsc/*': No such file or directory Can you test it now? I remove

Media build failure, missing module

2014-05-06 Thread René
Hi there, On a newly install OpenMandriva distribution I tried to build the last version of the media tree. However the build failed with the following sequence of messages. ... patch -s -f -N -p1 -i ../backports/pr_fmt.patch The text leading up to this was: -- |diff --

[PATCH] allegro-dvt: fix build failure

2019-05-29 Thread Hans Verkuil
nal-h264.h is a local header, not a global one. Use "" instead of <>. Fixed this compile error: CC drivers/staging/media/allegro-dvt/nal-h264.o drivers/staging/media/allegro-dvt/nal-h264.c:24:10: fatal error: nal-h264.h: No such file or directory #include ^~~~ Signed-

[PATCH] v4l2-mc.h: fix build failure

2016-03-04 Thread Sudip Mukherjee
We are getting build failure with arm for configurations like exynos_defconfig, at91_dt_defconfig where MEDIA_CONTROLLER is not defined. While adding stubs static inline was missed and an extra ';' was added. Fixes: a77bf7048add ("v4l2-mc.h: Add stubs for the V4L2 PM/pipeline ro

Build Failure: ddbridge-core.o and drxk_hard.o

2012-07-20 Thread Adam Koza
Hi, I have been building a streaming server at Georgia Tech and I have recently run into a build error using the media_build git repository that I have yet to find a solution for. The drivers built, installed, and worked about a month ago, but with the recent git update it has failed to build

build failure on ubuntu 16.04 LTS

2017-12-06 Thread Vincent McIntyre
unregister the correct control handler in driver remove. Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab This is the build failure ... Created default (all yes) .config file ./scripts/fix_kconfig.pl make[1]: Leaving directory '/home/me/git/clones/media_build/v4l&#x

build failure on ubuntu 14.04.1 LTS

2015-01-19 Thread Vincent McIntyre
Hi I am seeing build failures since 11 January. A build I did on 22 December worked fine. My build procedure and the error are shown below. $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS" $ uname -a Linux ubuntu 3.13.

Re: Media build failure, missing module

2014-05-06 Thread Hans Verkuil
On 05/06/2014 08:10 PM, René wrote: > Hi there, > > On a newly install OpenMandriva distribution I tried to build the last > version of the media tree. > However the build failed with the following sequence of messages. The archive ./build downloads is missing a file for some reason. It may be a

Re: [PATCH] allegro-dvt: fix build failure

2019-05-29 Thread Michael Tretter
On Wed, 29 May 2019 14:46:32 +0200, Hans Verkuil wrote: > nal-h264.h is a local header, not a global one. Use "" instead of <>. > > Fixed this compile error: > > CC drivers/staging/media/allegro-dvt/nal-h264.o > drivers/staging/media/allegro-dvt/nal-h264.c:24:10: fatal error: nal-h264.h:

[regression] Build failure on ubuntu 16.04 LTS

2017-05-26 Thread Vincent McIntyre
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS" $ uname -a Linux testbox 4.8.0-53-generic #56~16.04.1-Ubuntu SMP Tue May 16 01:18:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux $ git remote -v origin git://linuxtv.org/me

[PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-23 Thread Ralf Baechle
A build with ISA && ISA_DMA && !ISA_DMA_API results in: CC sound/isa/es18xx.o sound/isa/es18xx.c: In function ‘snd_es18xx_playback1_prepare’: sound/isa/es18xx.c:501:9: error: implicit declaration of function ‘snd_dma_program’ [-Werror=implicit-function-declaration] sound/isa/es18xx.c: In f

Re: build failure on ubuntu 16.04 LTS

2017-12-06 Thread Hans Verkuil
27 > Author: Sakari Ailus > Date: Wed Nov 1 05:40:58 2017 -0400 > > media: imx274: Fix error handling, add MAINTAINERS entry > > Add the missing MAINTAINERS entry for imx274, fix error handling in driver > probe and unregister the correct control handler in driver

Re: build failure on ubuntu 16.04 LTS

2017-12-06 Thread Jasmin J.
NTAINERS entry >> >> Add the missing MAINTAINERS entry for imx274, fix error handling in >> driver >> probe and unregister the correct control handler in driver remove. >> >> Signed-off-by: Sakari Ailus >> Signed-off-by: Mauro Carvalho Chehab >&

Re: build failure on ubuntu 14.04.1 LTS

2015-01-19 Thread Hans Verkuil
On 01/19/2015 01:32 PM, Vincent McIntyre wrote: > Hi > > I am seeing build failures since 11 January. > A build I did on 22 December worked fine. > My build procedure and the error are shown below. I've just updated media_build to stop compiling the smiapp driver for kernels < 3.20. So if you do

Re: build failure on ubuntu 14.04.1 LTS

2015-01-19 Thread Francesco Other
Hi Vincent, you may use this workaround, I have the same problem: https://github.com/ljalves/linux_media/issues/68 Reagrds Francesco 2015-01-19 13:32 GMT+01:00 Vincent McIntyre : > Hi > > I am seeing build failures since 11 January. > A build I did on 22 December worked fine. > My build proced

Re: build failure on ubuntu 14.04.1 LTS

2015-01-20 Thread Vincent McIntyre
On Mon, Jan 19, 2015 at 01:45:44PM +0100, Hans Verkuil wrote: > On 01/19/2015 01:32 PM, Vincent McIntyre wrote: > > Hi > > > > I am seeing build failures since 11 January. > > A build I did on 22 December worked fine. > > My build procedure and the error are shown below. > > I've just updated med

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Takashi Iwai
At Thu, 23 Jun 2011 15:47:50 +0100, Ralf Baechle wrote: > > A build with ISA && ISA_DMA && !ISA_DMA_API results in: > > CC sound/isa/es18xx.o > sound/isa/es18xx.c: In function ‘snd_es18xx_playback1_prepare’: > sound/isa/es18xx.c:501:9: error: implicit declaration of function > ‘snd_dma_pr

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Ralf Baechle
On Fri, Jun 24, 2011 at 10:26:13AM +0200, Takashi Iwai wrote: > Hrm... I still don't understand why ES18XX or others were selected at > the first place. Isn't it covered by the conditional in > sound/isa/Kconfig like below? > > >

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Mauro Carvalho Chehab
Em 24-06-2011 08:16, Ralf Baechle escreveu: > On Fri, Jun 24, 2011 at 10:26:13AM +0200, Takashi Iwai wrote: > >> Hrm... I still don't understand why ES18XX or others were selected at >> the first place. Isn't it covered by the conditional in >> sound/isa/Kconfig like below? >> >> ===

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Ralf Baechle
On Fri, Jun 24, 2011 at 08:35:22AM -0300, Mauro Carvalho Chehab wrote: > Em 24-06-2011 08:16, Ralf Baechle escreveu: > > tristate "miroSOUND PCM20 radio" > > depends on ISA && VIDEO_V4L2 && SND > > select SND_ISA > > select SND_MIRO > > > > So SND_ISA gets forced o

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Takashi Iwai
At Fri, 24 Jun 2011 12:16:08 +0100, Ralf Baechle wrote: > > On Fri, Jun 24, 2011 at 10:26:13AM +0200, Takashi Iwai wrote: > > > Hrm... I still don't understand why ES18XX or others were selected at > > the first place. Isn't it covered by the conditional in > > sound/isa/Kconfig like below? > >

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Ralf Baechle
On Fri, Jun 24, 2011 at 02:22:41PM +0200, Takashi Iwai wrote: > > o The drivers/media/radio/Kconfig part should be applied for 3.0 and > >maybe -stable. > > Yes, this will be good. I just tested that segment only and it works as expected. Will repost in a minute. > > o The sound/isa/Kcon

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Takashi Iwai
At Fri, 24 Jun 2011 14:08:18 +0100, Ralf Baechle wrote: > > On Fri, Jun 24, 2011 at 02:22:41PM +0200, Takashi Iwai wrote: > > > > o The drivers/media/radio/Kconfig part should be applied for 3.0 and > > >maybe -stable. > > > > Yes, this will be good. > > I just tested that segment only and

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Arnd Bergmann
On Thursday 23 June 2011 16:47:50 Ralf Baechle wrote: > Fixed by adding an explicit dependency on ISA_DMA_API for all of the > config statment that either result in the direction inclusion of code that > calls the ISA DMA API or selects something which in turn would use the ISA > DMA API. > > The

Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

2011-06-24 Thread Ralf Baechle
On Fri, Jun 24, 2011 at 03:19:44PM +0200, Arnd Bergmann wrote: > > The sole ISA sound driver that does not use the ISA DMA API is the Adlib > > driver so replaced the dependency of SND_ISA on ISA_DMA_API and add it to > > each of the drivers individually. > > Do we really care all that much about

[GIT PULL for v3.1-rc] OMAP_VOUT: Fix build failure

2011-08-29 Thread hvaibhav
Hi Mauro, I missed this patch for last rc release, can you please queue up for next rc. The following changes since commit 55f9c40ff632d03c527d6a6ceddcda0a224587a6: Linus Torvalds (1): Merge git://git.kernel.org/.../davem/sparc are available in the git repository at: git://arago-pr

[PATCH] media: rc: fix gpio-ir-receiver build failure

2017-10-05 Thread Sean Young
The 0-day robot reports: drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_irq': >> drivers/media/rc/gpio-ir-recv.c:38:8: error: implicit declaration of >> function 'gpiod_get_value' [-Werror=implicit-function-declaration] Fixes: eed008e605d1 ("[media] media: rc: gpio-ir-recv: use gp

[PATCH] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-13 Thread Russell King - ARM Linux
v3.12-rc fails to build with this error: drivers/media/i2c/ths8200.c:49:2: error: unknown field 'bt' specified in initializer drivers/media/i2c/ths8200.c:50:3: error: field name not in record or union initializer drivers/media/i2c/ths8200.c:50:3: error: (near initialization for 'ths8200_timings

linux-next: build failure after merge of the moduleh tree

2011-07-28 Thread Stephen Rothwell
Hi Paul, After merging the moduleh tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/media/rc/ir-raw.c: In function 'init_decoders': drivers/media/rc/ir-raw.c:354:2: error: implicit declaration of function 'request_module' I have added this patch for today: From: S

Re: [PATCH] media: rc: fix gpio-ir-receiver build failure

2017-10-05 Thread Ladislav Michl
On Thu, Oct 05, 2017 at 12:03:28PM +0100, Sean Young wrote: > The 0-day robot reports: > >drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_irq': > >> drivers/media/rc/gpio-ir-recv.c:38:8: error: implicit declaration of > >> function 'gpiod_get_value' [-Werror=implicit-function-decla

[PATCH v2] media: rc: fix gpio-ir-receiver build failure

2017-10-05 Thread Ladislav Michl
The 0-day robot reports: drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_irq': >> drivers/media/rc/gpio-ir-recv.c:38:8: error: implicit declaration of >> function 'gpiod_get_value' [-Werror=implicit-function-declaration] Fixes: eed008e605d1 ("[media] media: rc: gpio-ir-recv: use gp

Re: [PATCH] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-13 Thread Gianluca Gennari
Il 13/10/2013 12:13, Russell King - ARM Linux ha scritto: > v3.12-rc fails to build with this error: > > drivers/media/i2c/ths8200.c:49:2: error: unknown field 'bt' specified in > initializer > drivers/media/i2c/ths8200.c:50:3: error: field name not in record or union > initializer > drivers/med

Re: [PATCH] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-13 Thread Russell King - ARM Linux
On Sun, Oct 13, 2013 at 12:36:07PM +0200, Gianluca Gennari wrote: > Il 13/10/2013 12:13, Russell King - ARM Linux ha scritto: > > v3.12-rc fails to build with this error: > > > > drivers/media/i2c/ths8200.c:49:2: error: unknown field 'bt' specified in > > initializer > > drivers/media/i2c/ths8200

Re: [PATCH] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-13 Thread Gianluca Gennari
Il 13/10/2013 13:16, Russell King - ARM Linux ha scritto: > On Sun, Oct 13, 2013 at 12:36:07PM +0200, Gianluca Gennari wrote: >> Il 13/10/2013 12:13, Russell King - ARM Linux ha scritto: >>> v3.12-rc fails to build with this error: >>> >>> drivers/media/i2c/ths8200.c:49:2: error: unknown field 'bt'

Re: [PATCH] media/i2c: ths8200: fix build failure with gcc 4.5.4

2013-10-13 Thread Russell King - ARM Linux
On Sun, Oct 13, 2013 at 02:55:49PM +0200, Gianluca Gennari wrote: > Il 13/10/2013 13:16, Russell King - ARM Linux ha scritto: > > On Sun, Oct 13, 2013 at 12:36:07PM +0200, Gianluca Gennari wrote: > >> Il 13/10/2013 12:13, Russell King - ARM Linux ha scritto: > >>> v3.12-rc fails to build with this

Re: linux-next: build failure after merge of the staging.current tree

2011-06-08 Thread Mauro Carvalho Chehab
Hi Greg, Em 08-06-2011 13:11, Greg KH escreveu: > On Wed, Jun 08, 2011 at 11:41:30AM +1000, Stephen Rothwell wrote: >> Hi Greg, >> >> After merging the staging.current tree, today's linux-next build (x86_64 >> allmodconfig) failed like this: >> >> drivers/media/video/cx23885/cx23885-cards.c:28:28:

Re: linux-next: build failure after merge of the moduleh tree

2011-07-28 Thread Stephen Rothwell
Hi Paul, On Fri, 29 Jul 2011 15:25:33 +1000 Stephen Rothwell wrote: > > After merging the moduleh tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/media/rc/ir-raw.c: In function 'init_decoders': > drivers/media/rc/ir-raw.c:354:2: error: implicit declaration o

Re: linux-next: build failure after merge of the moduleh tree

2011-07-30 Thread Paul Gortmaker
[Re: linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:37) Stephen Rothwell wrote: [...] > > Forget that, it was not the correct patch. Instead I have added this > patch for today: > > From: Stephen Rothwell > Date: Fri, 29 Jul 2011 15:34:

Re: linux-next: build failure after merge of the moduleh tree

2011-07-31 Thread Paul Gortmaker
[linux-next: build failure after merge of the moduleh tree] On 29/07/2011 (Fri 15:25) Stephen Rothwell wrote: > Hi Paul, > > After merging the moduleh tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/media/rc/ir-raw.c: In function &#x

[build failure] Re: [GIT PATCHES for 2.6.29-rc8] V4L/DVB fixes

2009-03-15 Thread Ingo Molnar
* Ingo Molnar wrote: > FYI, latest upstream (2.6.29-rc8) fails to build with the > attached config: > > MODPOST 531 modules > ERROR: "dibusb_dib3000mc_frontend_attach" > [drivers/media/dvb/dvb-usb/dvb-usb-dibusb-mc.ko] undefined! > ERROR: "dibusb_dib3000mc_tuner_attach" > [drivers/media/dv

[origin tree build failure] [PATCH] media: video: Fix build in saa7164

2009-09-21 Thread Ingo Molnar
* Mauro Carvalho Chehab wrote: > This series also contains several new drivers: > >- new driver for NXP saa7164; -tip testing found that an allyesconfig build buglet found its way into this driver - find the fix below. Thanks, Ingo -> >From 67a0d8c7dfdf2de72

Re: [PATCH v2] media: rc: fix gpio-ir-receiver build failure

2017-10-05 Thread Sean Young
On Thu, Oct 05, 2017 at 02:11:06PM +0200, Ladislav Michl wrote: > The 0-day robot reports: > >drivers/media/rc/gpio-ir-recv.c: In function 'gpio_ir_recv_irq': > >> drivers/media/rc/gpio-ir-recv.c:38:8: error: implicit declaration of > >> function 'gpiod_get_value' [-Werror=implicit-function-d

Re: linux-next: build failure after merge of the v4l-dvb tree

2017-02-05 Thread Mauro Carvalho Chehab
Em Mon, 6 Feb 2017 09:19:14 +1100 Stephen Rothwell escreveu: > Hi Mauro, > > On Thu, 2 Feb 2017 22:24:35 -0200 Mauro Carvalho Chehab > wrote: > > > > So, if this is not a problem to you, maybe you can setup your > > environment to pull (in this order) from: > > > > git://linuxtv.org/media

Re: linux-next: build failure after merge of the v4l-dvb tree

2012-11-13 Thread Mauro Carvalho Chehab
Em Mon, 12 Nov 2012 11:09:35 +1100 Stephen Rothwell escreveu: > Hi Mauro, > > After merging the v4l-dvb tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined! > ERROR: "sms_ir_event" [drivers/media/com

Re: [-rc1 build failure] cx231xx-audio.c:(.text+0xd4e43): undefined reference to `snd_card_free'

2009-04-08 Thread Randy Dunlap
Ingo Molnar wrote: > * Mauro Carvalho Chehab wrote: > >> drivers/media/video/cx231xx/Kconfig | 35 + >> drivers/media/video/cx231xx/Makefile | 14 + > > FYI, there's a new build breakage here: > > drivers/built-in.o: In function `cx231xx_audio_fini': > cx231xx-a

Re: [origin tree build failure] [PATCH] media: video: Fix build in saa7164

2009-09-21 Thread Mauro Carvalho Chehab
Em Mon, 21 Sep 2009 20:23:45 +0200 Ingo Molnar escreveu: > > * Mauro Carvalho Chehab wrote: > > > This series also contains several new drivers: > > > >- new driver for NXP saa7164; > > -tip testing found that an allyesconfig build buglet found its way into > this driver - find the fix

Re: [origin tree build failure] [PATCH] media: video: Fix build in saa7164

2009-09-22 Thread Ingo Molnar
* Mauro Carvalho Chehab wrote: > Em Mon, 21 Sep 2009 20:23:45 +0200 > Ingo Molnar escreveu: > > > > > * Mauro Carvalho Chehab wrote: > > > > > This series also contains several new drivers: > > > > > >- new driver for NXP saa7164; > > > > -tip testing found that an allyesconfig build

Re: [BUILD FAILURE 04/04] Next April 21 : x86_64 randconfig [drivers/built-in.o]

2009-04-21 Thread Mauro Carvalho Chehab
On Tue, 21 Apr 2009 22:22:08 +0530 Subrata Modak wrote: > Observed the following build error. Reported this on 8th and 14th April > Next build errors: > > http://lkml.org/lkml/2009/4/14/473, > > Patch was already provided by Randy on 7th April. This is still to hit > the tree: > http://lkml.or

Re: [BUILD FAILURE 04/04] Next April 21 : x86_64 randconfig [drivers/built-in.o]

2009-04-22 Thread Subrata Modak
On Tue, 2009-04-21 at 14:08 -0300, Mauro Carvalho Chehab wrote: > On Tue, 21 Apr 2009 22:22:08 +0530 > Subrata Modak wrote: > > > Observed the following build error. Reported this on 8th and 14th April > > Next build errors: > > > > http://lkml.org/lkml/2009/4/14/473, > > > > Patch was already

[BUILD FAILURE 02/04] Next April 14 : x86 randconfig [drivers/built-in.o cx231xx-audio.c]

2009-04-14 Thread Subrata Modak
Observed the following build error: --- LD .tmp_vmlinux1 drivers/built-in.o: In function `cx231xx_audio_fini': cx231xx-audio.c:(.text+0x1eec59): undefined reference to `snd_card_free' drivers/built-in.o: In function `cx231xx_audio_isocirq': cx231xx-audio.c:(.text+0x1eeecc): undefined reference

[BUILD FAILURE 04/04] Next April 14 : x86_64 randconfig [drivers/media/video/cx231xx/cx231xx-alsa.ko]

2009-04-14 Thread Subrata Modak
Observed the following build error: --- Kernel: arch/x86/boot/bzImage is ready (#1) Building modules, stage 2. MODPOST 578 modules ERROR: "snd_pcm_period_elapsed" [drivers/media/video/cx231xx/cx231xx-alsa.ko] undefined! ERROR: "snd_card_create" [drivers/media/video/cx231xx/cx231xx-alsa.ko] und

Re: [BUILD FAILURE 04/04] Next April 14 : x86_64 randconfig [drivers/media/video/cx231xx/cx231xx-alsa.ko]

2009-04-14 Thread Alexander Beregalov
2009/4/14 Subrata Modak : > Observed the following build error: > --- > Kernel: arch/x86/boot/bzImage is ready  (#1) >  Building modules, stage 2. >  MODPOST 578 modules > ERROR: > "snd_pcm_period_elapsed" [drivers/media/video/cx231xx/cx231xx-alsa.ko] > undefined! > ERROR: "snd_card_create" [driver