Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753081Ab0K0QpM (ORCPT ); Sat, 27 Nov 2010 11:45:12 -0500 Received: from cantor.suse.de ([195.135.220.2]:38852 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752763Ab0K0QpI (ORCPT ); Sat, 27 Nov 2010 11:45:08 -0500 Date: Sat, 27 Nov 2010 08:45:55 -0800 From: Greg KH To: Zimny Lech Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Andres More , Charles Cl?ment , devel@driverdev.osuosl.org, Mike McCormack , Radu Voicilas Subject: Re: The longest build error ever, ever, ever seen :) (Re: linux-next: Tree for November 26) Message-ID: <20101127164555.GA23508@suse.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 956 Lines: 27 On Sat, Nov 27, 2010 at 09:56:45AM +0100, Zimny Lech wrote: > Ave! > > 2010/11/26 Stephen Rothwell : > > Hi all, > > > > OMG, LOL, this one is awesome :) The longest build error ever, ever, > ever seen! Fscking awesome, someone gets Guiness World Record :) > > LD drivers/staging/built-in.o > drivers/staging/rtl8192e/built-in.o: In function `rtl8192_setBBreg': > (.text+0xae00): multiple definition of `rtl8192_setBBreg' > drivers/staging/rtl8192u/built-in.o:(.text+0xa1a0): first defined here You built both of these drivers into the kernel, which causes the problem. Try building them as modules, or just one as a module, and that will solve the problem. thanks, greg k-h -- 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/