Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755839AbYG3UWT (ORCPT ); Wed, 30 Jul 2008 16:22:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752182AbYG3UWG (ORCPT ); Wed, 30 Jul 2008 16:22:06 -0400 Received: from g5t0009.atlanta.hp.com ([15.192.0.46]:39636 "EHLO g5t0009.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbYG3UWF convert rfc822-to-8bit (ORCPT ); Wed, 30 Jul 2008 16:22:05 -0400 From: "Miller, Mike (OS Dev)" To: Sam Ravnborg CC: Roland Dreier , LKML , LKML-scsi Date: Wed, 30 Jul 2008 20:21:11 +0000 Subject: RE: Problems building 2.6.26 and 2.6.27-rc1 Thread-Topic: Problems building 2.6.26 and 2.6.27-rc1 Thread-Index: AcjygUJ4Jc5X5Q2kSkydMayogySe9gAAF10g Message-ID: <0F5B06BAB751E047AB5C87D1F77A778826B3E811D7@GVW0547EXC.americas.hpqcorp.net> References: <20080730184833.GA936@roadking.ldev.net> <0F5B06BAB751E047AB5C87D1F77A778826B3E811B0@GVW0547EXC.americas.hpqcorp.net> <20080730201754.GA10882@uranus.ravnborg.org> In-Reply-To: <20080730201754.GA10882@uranus.ravnborg.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1483 Lines: 44 Sam wrote: > > On Wed, Jul 30, 2008 at 08:07:28PM +0000, Miller, Mike (OS Dev) wrote: > > Roland wrote: > > > > > > > > > I'm getting the following error when trying to build either > > > 2.6.26 or > 2.6.27-rc1: > > > > > > > > arch/x86/kernel/head64.c: In function 'x86_64_start_kernel': > > > > arch/x86/kernel/head64.c:88: error: size of array > 'type name' is > > > negative > > > > > > It looks like you're hitting > > > > > > BUILD_BUG_ON(!(MODULES_VADDR > __START_KERNEL)); > > > > > > No idea why you're hitting that though. What's your .config and > > > compiler? > > > > > I think maybe I've figured out what's breaking my build. If > use "make -jN" I hit the error. I usually set N to the number > of processors (real and HT). So if /proc/cpuinfo display info > about 4 processors I use -j4, etc. If I don't specify the > number of jobs to run simultaneously the build completes with > just the usual warnings. > > > > Any experts on parallelism out there? > > Can you post the output of a make -j4 V=1 run that fials and > one that succeeds. > Then we can maybe spot something. > > Sam Sure. Not to be stupid, but do you want the entire output from the builds or just what would go to stderr? -- mikem -- 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/