linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: v4l-dvb tree build failure
@ 2008-11-07  3:30 Stephen Rothwell
  2008-11-07 17:43 ` Harvey Harrison
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2008-11-07  3:30 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Hans Verkuil

[-- Attachment #1: Type: text/plain, Size: 951 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/staging/go7007/go7007-v4l2.c: In function 'go7007_ioctl':
drivers/staging/go7007/go7007-v4l2.c:1338: warning: passing argument 1 of 'video_usercopy' from incompatible pointer type
drivers/staging/go7007/go7007-v4l2.c:1338: warning: passing argument 2 of 'video_usercopy' makes integer from pointer without a cast
drivers/staging/go7007/go7007-v4l2.c:1338: warning: passing argument 4 of 'video_usercopy' makes pointer from integer without a cast
drivers/staging/go7007/go7007-v4l2.c:1338: error: too many arguments to function 'video_usercopy'

Caused by commit 579209181bfc24ee03a0d167bdc32106afd4e269 ("V4L/DVB
(9503): v4l: remove inode argument from video_usercopy") which missed the
above driver.

I have dropped your tree again for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2010-01-27  6:59 Stephen Rothwell
  2010-01-27 23:24 ` Andy Walls
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2010-01-27  6:59 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, linux-kernel, Devin Heitmueller

Hi Mauro,

Today's linux-next build (powerpc allyesconfig) failed like this:

drivers/media/video/cx18/cx18-alsa-pcm.c: In function 'snd_pcm_alloc_vmalloc_buffer':
drivers/media/video/cx18/cx18-alsa-pcm.c:234: error: implicit declaration of function 'vfree'
drivers/media/video/cx18/cx18-alsa-pcm.c:236: error: implicit declaration of function 'vmalloc'

Caused by commit 5e9a302853301e0a2bb6671036daac3366fd85f4 ("V4L/DVB: cx18: overhaul ALSA PCM device handling so it works").

I applied the following patch for today.

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 27 Jan 2010 17:53:39 +1100
Subject: [PATCH] V4L/DVB: using vmalloc requires include of linux/vmalloc.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/media/video/cx18/cx18-alsa-pcm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/cx18/cx18-alsa-pcm.c b/drivers/media/video/cx18/cx18-alsa-pcm.c
index 6e56df9..b9f42b1 100644
--- a/drivers/media/video/cx18/cx18-alsa-pcm.c
+++ b/drivers/media/video/cx18/cx18-alsa-pcm.c
@@ -25,6 +25,7 @@
 
 #include <linux/init.h>
 #include <linux/kernel.h>
+#include <linux/vmalloc.h>
 
 #include <media/v4l2-device.h>
 
-- 
1.6.6

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

^ permalink raw reply related	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2009-04-07  0:58 Stephen Rothwell
  2009-04-07  1:20 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2009-04-07  0:58 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Hans Verkuil

[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/media/video/v4l2-common.c: In function 'v4l2_i2c_new_probed_subdev_addr':
drivers/media/video/v4l2-common.c:874: warning: passing argument 1 of 'v4l2_i2c_new_probed_subdev' from incompatible pointer type
drivers/media/video/v4l2-common.c:874: warning: passing argument 2 of 'v4l2_i2c_new_probed_subdev' from incompatible pointer type
drivers/media/video/v4l2-common.c:874: warning: passing argument 4 of 'v4l2_i2c_new_probed_subdev' from incompatible pointer type
drivers/media/video/v4l2-common.c:874: error: too many arguments to function 'v4l2_i2c_new_probed_subdev'

Caused by commit b97a45dfbd99a414a1af8e7224ab12d6ccbe3789 ("V4L/DVB
(11374): v4l2-common: add v4l2_i2c_new_probed_subdev_addr").

This was clearly never even built ...

I have used the v4l-dvb tree fomr next-20090406 for today.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2009-03-27  0:40 Stephen Rothwell
  2009-03-27 11:28 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2009-03-27  0:40 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Mike Isely

[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

ERROR: "pvr2_cs53l32a_subdev_update" [drivers/media/video/pvrusb2/pvrusb2.ko] undefined!

Probably caused by commit 0c0ffee771caed42ab9655c36cceb0c70f518eda
("V4L/DVB (11207): pvrusb2: Add composite and s-video input support for
OnAir devices").

I have used the v4l-dvb tree from next-20090326 for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2009-03-05  0:35 Stephen Rothwell
  2009-03-05 21:51 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2009-03-05  0:35 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Igor M. Liplianin

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/media/dvb/frontends/stv6110.c:31:21: error: cx23885.h: No such file or directory

Probably caused by commit f8d3ae06b31f28ae98567407c529751032936fd6
("V4L/DVB (10799): Add support for ST STV6110 silicon tuner").

I have dropped the v4l-dvb tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2009-03-02  0:05 Stephen Rothwell
  2009-03-02  0:08 ` Michael Krufky
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2009-03-02  0:05 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Michael Krufky

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

ERROR: "sms_dbg" [drivers/media/dvb/siano/smsusb.ko] undefined!
ERROR: "sms_dbg" [drivers/media/dvb/siano/smsdvb.ko] undefined!

Probably caused by commit 33b67084d284779ee2a30deebd2115f79b8435b9
("V4L/DVB (10751): sms1xxx: fix checkpatch.pl violations introduced by
previous changeset").

I have dropped the v4l-dvb tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2008-12-08  2:07 Stephen Rothwell
  0 siblings, 0 replies; 41+ messages in thread
From: Stephen Rothwell @ 2008-12-08  2:07 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 2702 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/media/video/em28xx/em28xx-video.c: In function 'em28xx_supports_audio_extension':
drivers/media/video/em28xx/em28xx-video.c:1966: error: 'EM28XX_NO_AUDIO' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1977: error: 'EM28XX_AC97' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1981: error: 'EM28XX_I2S_3_SAMPLE_RATES' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1985: error: 'EM28XX_I2S_5_SAMPLE_RATES' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-core.c: In function 'em28xx_set_audio_source':
drivers/media/video/em28xx/em28xx-core.c:394: warning: ISO C90 forbids mixed declarations and code
drivers/media/video/em28xx/em28xx-core.c:459: error: non-static declaration of 'em28xx_audio_analog_set' follows static declaration
drivers/media/video/em28xx/em28xx-core.c:403: error: previous definition of 'em28xx_audio_analog_set' was here
drivers/media/video/em28xx/em28xx-core.c:556: error: non-static declaration of 'em28xx_audio_setup' follows static declaration
drivers/media/video/em28xx/em28xx-core.c:462: error: previous definition of 'em28xx_audio_setup' was here
drivers/media/video/em28xx/em28xx-core.c:632: error: invalid storage class for function 'em28xx_accumulator_set'
drivers/media/video/em28xx/em28xx-core.c:644: error: invalid storage class for function 'em28xx_capture_area_set'
drivers/media/video/em28xx/em28xx-core.c:661: error: invalid storage class for function 'em28xx_scaler_set'
drivers/media/video/em28xx/em28xx-core.c:790: error: non-static declaration of 'em28xx_set_mode' follows static declaration
drivers/media/video/em28xx/em28xx-core.c:771: error: previous definition of 'em28xx_set_mode' was here
drivers/media/video/em28xx/em28xx-core.c:800: error: invalid storage class for function 'em28xx_irq_callback'
drivers/media/video/em28xx/em28xx-core.c:861: error: non-static declaration of 'em28xx_uninit_isoc' follows static declaration
drivers/media/video/em28xx/em28xx-core.c:828: error: previous definition of 'em28xx_uninit_isoc' was here
drivers/media/video/em28xx/em28xx-core.c:966: error: non-static declaration of 'em28xx_init_isoc' follows static declaration
drivers/media/video/em28xx/em28xx-core.c:869: error: previous definition of 'em28xx_init_isoc' was here
drivers/media/video/em28xx/em28xx-core.c:966: error: expected declaration or statement at end of input

So I have dropped the tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2008-12-01 23:37 Stephen Rothwell
  2008-12-02 10:03 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 41+ messages in thread
From: Stephen Rothwell @ 2008-12-01 23:37 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/media/video/em28xx/em28xx-video.c: In function 'em28xx_supports_audio_extension':
drivers/media/video/em28xx/em28xx-video.c:1966: error: 'EM28XX_NO_AUDIO' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1966: error: (Each undeclared identifier is reported only once
drivers/media/video/em28xx/em28xx-video.c:1966: error: for each function it appears in.)
drivers/media/video/em28xx/em28xx-video.c:1977: error: 'EM28XX_AC97' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1981: error: 'EM28XX_I2S_3_SAMPLE_RATES' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-video.c:1985: error: 'EM28XX_I2S_5_SAMPLE_RATES' undeclared (first use in this function)

I have dropped the v4l-dvb tree again today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2008-11-25  4:41 Stephen Rothwell
  0 siblings, 0 replies; 41+ messages in thread
From: Stephen Rothwell @ 2008-11-25  4:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Devin Heitmueller

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:

drivers/media/video/em28xx/em28xx-core.c: In function 'em28xx_set_audio_source':
drivers/media/video/em28xx/em28xx-core.c:372: error: 'video' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-core.c:372: error: 'disable' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-core.c:373: error: 'line' undeclared (first use in this function)
drivers/media/video/em28xx/em28xx-core.c:373: error: 'enable' undeclared (first use in this function)

Caused by a bad merge of commits
3f9b46c154da5ec4facca88f82d1820eb329fd3e ("V4L/DVB (9632): make em28xx
aux audio input work") and 2173b4ae6f8262d15fc933a13191cd6d5e789e8d
("V4L/DVB (9651): em28xx: Improve audio handling").

I have dropped the v4l-dvb tree for today.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 41+ messages in thread
* linux-next: v4l-dvb tree build failure
@ 2008-10-29  2:20 Stephen Rothwell
  2008-10-29 12:26 ` Andreas Oberritter
  2008-11-03  1:52 ` Stephen Rothwell
  0 siblings, 2 replies; 41+ messages in thread
From: Stephen Rothwell @ 2008-10-29  2:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-next, Andreas Oberritter

Hi Mauro,

Today's linux-next build (x86_64 allmodconfig) failed like this:
drivers/media/dvb/dvb-core/dvbdev.c: In function 'dvb_register_device':
drivers/media/dvb/dvb-core/dvbdev.c:254: error: implicit declaration of function 'nums2minor'

Caused by commit f3d9182030d9655d9ffff33dfceb45b4a127b6ec ("V4L/DVB
(9361): Dynamic DVB minor allocation") which clearly has not even been
built with CONFIG_DVB_DYNAMIC_MINORS=y.

I applied the following patch.

More care required, please.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 29 Oct 2008 13:16:19 +1100
Subject: [PATCH] v4l-dvb: fallout from DVB_DYNAMIC_MINORS addition

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/media/dvb/dvb-core/dvbdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/dvb-core/dvbdev.c b/drivers/media/dvb/dvb-core/dvbdev.c
index e363a3b..ebfd913 100644
--- a/drivers/media/dvb/dvb-core/dvbdev.c
+++ b/drivers/media/dvb/dvb-core/dvbdev.c
@@ -251,7 +251,7 @@ int dvb_register_device(struct dvb_adapter *adap, struct dvb_device **pdvbdev,
 	mutex_unlock(&dvbdev_register_lock);
 
 	clsdev = device_create(dvb_class, adap->device,
-			       MKDEV(DVB_MAJOR, nums2minor(adap->num, type, id)),
+			       MKDEV(DVB_MAJOR, minor),
 			       NULL, "dvb%d.%s%d", adap->num, dnames[type], id);
 	if (IS_ERR(clsdev)) {
 		printk(KERN_ERR "%s: failed to create device dvb%d.%s%d (%ld)\n",
-- 
1.5.6.5

^ permalink raw reply related	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2010-01-28  5:24 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-07  3:30 linux-next: v4l-dvb tree build failure Stephen Rothwell
2008-11-07 17:43 ` Harvey Harrison
2008-11-07 18:41   ` Greg KH
2008-11-07 23:02     ` Stephen Rothwell
2008-11-12  0:54     ` Mauro Carvalho Chehab
2008-11-12 22:45       ` Greg KH
2008-11-07 22:59   ` Stephen Rothwell
2008-11-07 23:06     ` Greg KH
2008-11-08  3:05     ` Sam Ravnborg
2008-11-08  4:38       ` Greg KH
2008-11-08  5:08         ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2010-01-27  6:59 Stephen Rothwell
2010-01-27 23:24 ` Andy Walls
2010-01-28  1:54   ` Mauro Carvalho Chehab
2010-01-28  5:24     ` Stephen Rothwell
2009-04-07  0:58 Stephen Rothwell
2009-04-07  1:20 ` Mauro Carvalho Chehab
2009-04-07  4:47   ` Stephen Rothwell
2009-03-27  0:40 Stephen Rothwell
2009-03-27 11:28 ` Mauro Carvalho Chehab
2009-03-27 14:03   ` Stephen Rothwell
2009-03-05  0:35 Stephen Rothwell
2009-03-05 21:51 ` Mauro Carvalho Chehab
2009-03-06  0:05   ` Stephen Rothwell
2009-03-06  1:15     ` Mauro Carvalho Chehab
2009-03-02  0:05 Stephen Rothwell
2009-03-02  0:08 ` Michael Krufky
2009-03-02  0:30   ` Stephen Rothwell
2009-03-02  2:52     ` Mauro Carvalho Chehab
2008-12-08  2:07 Stephen Rothwell
2008-12-01 23:37 Stephen Rothwell
2008-12-02 10:03 ` Mauro Carvalho Chehab
2008-12-02 22:23   ` Stephen Rothwell
2008-12-03 22:48     ` Mauro Carvalho Chehab
2008-12-03  0:08   ` Stephen Rothwell
2008-12-03 22:49     ` Mauro Carvalho Chehab
2008-11-25  4:41 Stephen Rothwell
2008-10-29  2:20 Stephen Rothwell
2008-10-29 12:26 ` Andreas Oberritter
2008-11-03  1:52 ` Stephen Rothwell
2008-11-05  1:57   ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).