linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	linux-media <linux-media@vger.kernel.org>
Subject: Re: linux-next: Tree for Aug 20 (media: gspca)
Date: Mon, 20 Aug 2012 17:23:02 -0300	[thread overview]
Message-ID: <50329CA6.6000705@redhat.com> (raw)
In-Reply-To: <50325AE5.8060304@xenotime.net>

Em 20-08-2012 12:42, Randy Dunlap escreveu:
> On 08/20/12 02:23, Stephen Rothwell wrote:
> 
>> Hi all,
>>
>> Changes since 20120817:
>>
> 
> 
> on x86_64:
> 
> gspca.c:(.text+0x22aa81): undefined reference to `usb_alloc_urb'
> gspca.c:(.text+0x22aaad): undefined reference to `usb_alloc_coherent'
> gspca.c:(.text+0x22ac38): undefined reference to `usb_submit_urb'
> gspca.c:(.text+0x22af0a): undefined reference to `usb_free_coherent'
> gspca.c:(.text+0x22af12): undefined reference to `usb_free_urb'
> gspca.c:(.text+0x22af6c): undefined reference to `usb_ifnum_to_if'
> gspca.c:(.text+0x22afef): undefined reference to `usb_kill_urb'
> gspca.c:(.text+0x22b00a): undefined reference to `usb_free_coherent'
> gspca.c:(.text+0x22b0f9): undefined reference to `usb_set_interface'
> gspca.c:(.text+0x22b539): undefined reference to `usb_ifnum_to_if'
> gspca.c:(.text+0x22b64e): undefined reference to `usb_set_interface'
> gspca.c:(.text+0x22b6af): undefined reference to `usb_clear_halt'
> 
> 
> when CONFIG_USB_SUPPORT is not enabled.
> 
> Full randconfig file is attached.

Randy,

Thanks for the report!

Not really sure why it failed here... I suspect it is because:

menu "Media USB Adapters"
       visible if USB && MEDIA_SUPPORT

doesn't do the same as:

menuconfig MEDIA_USB_SUPPORT
       bool "Media USB Adapters"
       depends on USB && MEDIA_SUPPORT

Anyway, there is one patch on my experimental tree changes from one
syntax into the other one:

http://git.linuxtv.org/mchehab/experimental.git/commitdiff/6dbbfefe6c101d617670c486b1aa665e09df5244

Testing your randconfig against my experimental tree, after the above
patch, fixed it.

As I'm waiting for some feedback on this (hopefully) final series
of reorg patches, I'll wait until tomorrow before merging it at
-next.

Thanks!
Mauro

  reply	other threads:[~2012-08-20 20:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-20  9:23 linux-next: Tree for Aug 20 Stephen Rothwell
2012-08-20 15:37 ` linux-next: Tree for Aug 20 (media: flexcop) Randy Dunlap
2012-08-20 19:52   ` Mauro Carvalho Chehab
2012-08-20 15:42 ` linux-next: Tree for Aug 20 (media: gspca) Randy Dunlap
2012-08-20 20:23   ` Mauro Carvalho Chehab [this message]
2012-08-20 16:07 ` linux-next: Tree for Aug 20 (media: saa7164) Randy Dunlap
2012-08-20 21:42   ` Mauro Carvalho Chehab

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=50329CA6.6000705@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=rdunlap@xenotime.net \
    --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 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).