Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752426Ab1BDICT (ORCPT ); Fri, 4 Feb 2011 03:02:19 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:61130 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327Ab1BDICS (ORCPT ); Fri, 4 Feb 2011 03:02:18 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=vHDbSWIvuMnPcf/8uodDZzMr1+S9DDR7WLRGIZBXq0Mok7tHAmAi3i3nsLHBj8FAJB tgnX264YLfW2qcmJQxcaSLJ74RUyUkpKdf9FDKNQ74R9sSfH3yPySY0rdPIH4kibyrD2 bdnI+NMjmpUlO3zsZ/UIu/FSU6G9QE4FEmKo0= Message-ID: <4D4BB286.6090500@gmail.com> Date: Fri, 04 Feb 2011 09:02:14 +0100 From: =?ISO-8859-1?Q?Nicolas_de_Peslo=FCan?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11 MIME-Version: 1.0 To: John Stoffel CC: linux-kernel@vger.kernel.org, mmarek@suse.cz, linux-kbuild@vger.kernel.org Subject: Re: 2.6.38-rc3 - make deb-pkg bombs out References: <19784.18282.668305.184521@quad.stoffel.home> <19787.9875.652.181110@quad.stoffel.home> In-Reply-To: <19787.9875.652.181110@quad.stoffel.home> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1541 Lines: 39 Le 03/02/2011 23:05, John Stoffel a ?crit : >>>>>> "John" == John Stoffel writes: > > I've updated this email to include the maintainer and the linux-kbuild > mailing list. > > John> I've been trying to do a 'make deb-pkg' on 2.6.38-rc? and not > John> having any luck. I was going to report this error for -rc2, but > John> saw -rc3 this morning so I grabbed it and tried it out. > > John> I can successfully build the kernel on x86_64 (Ubuntu 10.10 > John> system, dual core Athlon, 4gb RAM, current directory mounted via > John> NFS), but when I do: > > John> fakeroot make O=/var/tmp/build deb-pkg > > Turns out the problem is with the "O=/var/tmp/build" since it works to > build the deb-pkg target in the current directory just fine, using the > same .config and same arguements. > > I guess I'll start to bisect this and see when it last worked. > Looking at the scripts/package/builddeb script, it just needs to be > updated to use the O=/some/path in the find command. I think. But I > don't know the build system at all. Hi John, I submitted a patch that fix this problem on January 24th. http://www.spinics.net/lists/linux-kbuild/msg04131.html Despite a Tested-by: and an Acked-by:, this patch apparently didn't reach main line until now. Nicolas. -- 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/