Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753173Ab2HTUXL (ORCPT ); Mon, 20 Aug 2012 16:23:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8346 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406Ab2HTUXI (ORCPT ); Mon, 20 Aug 2012 16:23:08 -0400 Message-ID: <50329CA6.6000705@redhat.com> Date: Mon, 20 Aug 2012 17:23:02 -0300 From: Mauro Carvalho Chehab User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Randy Dunlap CC: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-media Subject: Re: linux-next: Tree for Aug 20 (media: gspca) References: <20120820192336.1be51b225ce2883bdcad5b15@canb.auug.org.au> <50325AE5.8060304@xenotime.net> In-Reply-To: <50325AE5.8060304@xenotime.net> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2046 Lines: 63 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/