All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: origin build failure
@ 2008-04-07  0:27 Stephen Rothwell
  2008-04-07  0:31 ` Stephen Rothwell
  2008-04-07  0:46 ` [PATCH] pvrusb2: fix broken build due to patch order dependency (was Re: linux-next: origin build failure) Michael Krufky
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Rothwell @ 2008-04-07  0:27 UTC (permalink / raw)
  To: LKML
  Cc: v4l-dvb-maintainer, linux-next, Mauro Carvalho Chehab,
	Michael Krufky, Linus

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

Hi all,

Today's linux-next build (Linus' tree only, powerpc ppc64_defconfig)
fails like this:

drivers/media/video/pvrusb2/pvrusb2-devattr.c:178: error: unknown field 'flag_has_analogtuner' specified in initializer
drivers/media/video/pvrusb2/pvrusb2-devattr.c:179: error: unknown field 'flag_has_composite' specified in initializer
drivers/media/video/pvrusb2/pvrusb2-devattr.c:180: error: unknown field 'flag_has_svideo' specified in initializer
drivers/media/video/pvrusb2/pvrusb2-devattr.c:182: error: unknown field 'digital_control_scheme' specified in initializer
drivers/media/video/pvrusb2/pvrusb2-devattr.c:182: error: 'PVR2_DIGITAL_SCHEME_HAUPPAUGE' undeclared here (not in a function)
drivers/media/video/pvrusb2/pvrusb2-devattr.c:183: error: unknown field 'led_scheme' specified in initializer
drivers/media/video/pvrusb2/pvrusb2-devattr.c:183: error: 'PVR2_LED_SCHEME_HAUPPAUGE' undeclared here (not in a function)

Introduced by commit 92c9d07507f0a90b64172bfede7e6fa845e8e66b ("V4L/DVB
(7497): pvrusb2: add new usb pid for 73xxx models").  I have reverted
that commit for today's linux-next tree.

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

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

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

* Re: linux-next: origin build failure
  2008-04-07  0:27 linux-next: origin build failure Stephen Rothwell
@ 2008-04-07  0:31 ` Stephen Rothwell
  2008-04-07  0:46 ` [PATCH] pvrusb2: fix broken build due to patch order dependency (was Re: linux-next: origin build failure) Michael Krufky
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2008-04-07  0:31 UTC (permalink / raw)
  To: LKML
  Cc: v4l-dvb-maintainer, linux-next, Mauro Carvalho Chehab,
	Michael Krufky, Linus

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

On Mon, 7 Apr 2008 10:27:16 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next build (Linus' tree only, powerpc ppc64_defconfig)

Sorry, this was x86_64 allmodconfig.

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

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

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

* [PATCH] pvrusb2: fix broken build due to patch order dependency (was Re: linux-next: origin build failure)
  2008-04-07  0:27 linux-next: origin build failure Stephen Rothwell
  2008-04-07  0:31 ` Stephen Rothwell
@ 2008-04-07  0:46 ` Michael Krufky
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Krufky @ 2008-04-07  0:46 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: LKML, v4l-dvb-maintainer, linux-next, Mauro Carvalho Chehab,
	Linus, Mike Isely

Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next build (Linus' tree only, powerpc ppc64_defconfig)
> fails like this:
> 
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:178: error: unknown field 'flag_has_analogtuner' specified in initializer
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:179: error: unknown field 'flag_has_composite' specified in initializer
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:180: error: unknown field 'flag_has_svideo' specified in initializer
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:182: error: unknown field 'digital_control_scheme' specified in initializer
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:182: error: 'PVR2_DIGITAL_SCHEME_HAUPPAUGE' undeclared here (not in a function)
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:183: error: unknown field 'led_scheme' specified in initializer
> drivers/media/video/pvrusb2/pvrusb2-devattr.c:183: error: 'PVR2_LED_SCHEME_HAUPPAUGE' undeclared here (not in a function)
> 
> Introduced by commit 92c9d07507f0a90b64172bfede7e6fa845e8e66b ("V4L/DVB
> (7497): pvrusb2: add new usb pid for 73xxx models").  I have reverted
> that commit for today's linux-next tree.
> 


Sorry about that.  Here is the fix.

From: Michael Krufky <mkrufky@linuxtv.org>
Date: Sun, 6 Apr 2008 20:40:17 -0400
Subject: [PATCH] pvrusb2: fix broken build due to patch order dependency

Fix broken build due to patch order dependency.  A future patch requires
the lines that break the current build.  Disable those lines for now.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
---
 drivers/media/video/pvrusb2/pvrusb2-devattr.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.c b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
index 98557ce..fe9991c 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-devattr.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.c
@@ -175,12 +175,16 @@ static const struct pvr2_device_desc pvr2_device_73xxx = {
 		.fx2_firmware.cnt = ARRAY_SIZE(pvr2_fw1_names_73xxx),
 		.flag_has_cx25840 = !0,
 		.flag_has_hauppauge_rom = !0,
+#if 0
 		.flag_has_analogtuner = !0,
 		.flag_has_composite = !0,
 		.flag_has_svideo = !0,
 		.signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE,
 		.digital_control_scheme = PVR2_DIGITAL_SCHEME_HAUPPAUGE,
 		.led_scheme = PVR2_LED_SCHEME_HAUPPAUGE,
+#else
+		.signal_routing_scheme = PVR2_ROUTING_SCHEME_HAUPPAUGE,
+#endif
 };
 
 

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

end of thread, other threads:[~2008-04-07  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-07  0:27 linux-next: origin build failure Stephen Rothwell
2008-04-07  0:31 ` Stephen Rothwell
2008-04-07  0:46 ` [PATCH] pvrusb2: fix broken build due to patch order dependency (was Re: linux-next: origin build failure) Michael Krufky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.