All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-media@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for August 7 (IR)
Date: Wed, 01 Sep 2010 06:56:13 -0300	[thread overview]
Message-ID: <4C7E233D.3030002@redhat.com> (raw)
In-Reply-To: <20100827094553.f1c9a95d.randy.dunlap@oracle.com>

Em 27-08-2010 13:45, Randy Dunlap escreveu:
> On Mon, 09 Aug 2010 14:57:42 -0300 Mauro Carvalho Chehab wrote:
> 
>> Em 09-08-2010 14:41, Mauro Carvalho Chehab escreveu:
>>> Em 09-08-2010 11:52, Randy Dunlap escreveu:
>>>>> Hmm... clearly, there are some bad dependencies at the Kconfig. Maybe ir-core were compiled
>>>>> as module, while some drivers as built-in.
>>>>>
>>>>> Could you please pass the .config file for this build?
>>>>
>>>>
>>>> Sorry, config-r5101 is now attached.
>>>
>>> Hmm... when building it, I'm getting an interesting warning:
>>>
>>> warning: (VIDEO_BT848 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT || VIDEO_SAA7134 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && VIDEO_DEV && PCI && I2C && INPUT || VIDEO_CX88 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && VIDEO_DEV && PCI && I2C && INPUT || VIDEO_IVTV && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && PCI && I2C && INPUT || VIDEO_CX18 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL && INPUT || VIDEO_EM28XX && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPUT || VIDEO_TLG2300 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPU
 T && SND && DVB_CORE || VIDEO_CX231XX && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPUT || DVB_BUDGET_CI && MEDIA_SUPPORT && DVB!

>  _CA
>> PT
>>> URE_DRIVERS && DVB_CORE && DVB_BUDGET_CORE && I2C && INPUT || DVB_DM1105 && MEDIA_SUPPORT && DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C && INPUT || VIDEO_GO7007 && STAGING && !STAGING_EXCLUDE_BUILD && VIDEO_DEV && PCI && I2C && INPUT && SND || VIDEO_CX25821 && STAGING && !STAGING_EXCLUDE_BUILD && DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT) selects VIDEO_IR which has unmet direct dependencies (IR_CORE)
>>>
>>> This warning seems to explain what's going wrong.
>>>
>>> I'll make patch(es) to address this issue.
>>
>>
>> Ok, This patch (together with the previous one) seemed to solve the issue.
>>
> 
> Hi Mauro,
> 
> Have you merged these 2 patches?
> I'm seeing very similar build errors in linux-next 20100827:
> 
> 
> ERROR: "get_rc_map" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_raw_event_store_edge" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_raw_event_handle" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "get_rc_map" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_repeat" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_keydown" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "get_rc_map" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "ir_g_keycode_from_table" [drivers/media/IR/ir-common.ko] undefined!
> 
Randy,

I'm out of the town for a few days due to Linuxcon Brazil. I'll double check it
likely at the weekend.

Cheers,
Mauro

WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: linux-media@vger.kernel.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for August 7 (IR)
Date: Wed, 01 Sep 2010 06:56:13 -0300	[thread overview]
Message-ID: <4C7E233D.3030002@redhat.com> (raw)
In-Reply-To: <20100827094553.f1c9a95d.randy.dunlap@oracle.com>

Em 27-08-2010 13:45, Randy Dunlap escreveu:
> On Mon, 09 Aug 2010 14:57:42 -0300 Mauro Carvalho Chehab wrote:
> 
>> Em 09-08-2010 14:41, Mauro Carvalho Chehab escreveu:
>>> Em 09-08-2010 11:52, Randy Dunlap escreveu:
>>>>> Hmm... clearly, there are some bad dependencies at the Kconfig. Maybe ir-core were compiled
>>>>> as module, while some drivers as built-in.
>>>>>
>>>>> Could you please pass the .config file for this build?
>>>>
>>>>
>>>> Sorry, config-r5101 is now attached.
>>>
>>> Hmm... when building it, I'm getting an interesting warning:
>>>
>>> warning: (VIDEO_BT848 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_DEV && PCI && I2C && VIDEO_V4L2 && INPUT || VIDEO_SAA7134 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && VIDEO_DEV && PCI && I2C && INPUT || VIDEO_CX88 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && VIDEO_DEV && PCI && I2C && INPUT || VIDEO_IVTV && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && PCI && I2C && INPUT || VIDEO_CX18 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && DVB_CORE && PCI && I2C && EXPERIMENTAL && INPUT || VIDEO_EM28XX && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPUT || VIDEO_TLG2300 && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPUT && SND && DVB_CORE || VIDEO_CX231XX && MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && V4L_USB_DRIVERS && USB && VIDEO_DEV && I2C && INPUT || DVB_BUDGET_CI && MEDIA_SUPPORT && DVB!

>  _CA
>> PT
>>> URE_DRIVERS && DVB_CORE && DVB_BUDGET_CORE && I2C && INPUT || DVB_DM1105 && MEDIA_SUPPORT && DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C && INPUT || VIDEO_GO7007 && STAGING && !STAGING_EXCLUDE_BUILD && VIDEO_DEV && PCI && I2C && INPUT && SND || VIDEO_CX25821 && STAGING && !STAGING_EXCLUDE_BUILD && DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT) selects VIDEO_IR which has unmet direct dependencies (IR_CORE)
>>>
>>> This warning seems to explain what's going wrong.
>>>
>>> I'll make patch(es) to address this issue.
>>
>>
>> Ok, This patch (together with the previous one) seemed to solve the issue.
>>
> 
> Hi Mauro,
> 
> Have you merged these 2 patches?
> I'm seeing very similar build errors in linux-next 20100827:
> 
> 
> ERROR: "get_rc_map" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_raw_event_store_edge" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "ir_raw_event_handle" [drivers/media/video/saa7134/saa7134.ko] undefined!
> ERROR: "get_rc_map" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_repeat" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "ir_keydown" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/cx88/cx88xx.ko] undefined!
> ERROR: "get_rc_map" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "__ir_input_register" [drivers/media/video/bt8xx/bttv.ko] undefined!
> ERROR: "ir_g_keycode_from_table" [drivers/media/IR/ir-common.ko] undefined!
> 
Randy,

I'm out of the town for a few days due to Linuxcon Brazil. I'll double check it
likely at the weekend.

Cheers,
Mauro

  reply	other threads:[~2010-09-01  9:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-07  6:07 linux-next: Tree for August 7 Stephen Rothwell
2010-08-08  3:39 ` linux-next: Tree for August 7 (IR) Randy Dunlap
2010-08-08 20:55   ` Randy Dunlap
2010-08-09  6:11     ` Mauro Carvalho Chehab
2010-08-09 14:52       ` Randy Dunlap
2010-08-09 17:41         ` Mauro Carvalho Chehab
2010-08-09 17:41           ` Mauro Carvalho Chehab
2010-08-09 17:57           ` Mauro Carvalho Chehab
2010-08-09 17:57             ` Mauro Carvalho Chehab
2010-08-09 18:16             ` Randy Dunlap
2010-08-09 18:16               ` Randy Dunlap
2010-08-27 16:45             ` Randy Dunlap
2010-08-27 16:45               ` Randy Dunlap
2010-09-01  9:56               ` Mauro Carvalho Chehab [this message]
2010-09-01  9:56                 ` Mauro Carvalho Chehab
2010-08-09 13:26     ` Mauro Carvalho Chehab
2010-08-09 15:28       ` Randy Dunlap
2010-08-08  3:41 ` linux-next: Tree for August 7 (libertas) Randy Dunlap

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=4C7E233D.3030002@redhat.com \
    --to=mchehab@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=sfr@canb.auug.org.au \
    /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 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.