From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 16:54:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB51316A418 for ; Wed, 28 Nov 2007 16:54:26 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id 82E2713C45A for ; Wed, 28 Nov 2007 16:54:26 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1066413nzf for ; Wed, 28 Nov 2007 08:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gBlMv9zROWQCtqKNonay8JynNC6eyxsLwQ97oiL/svM=; b=vgX2CRUOX3Z+UuxqshzKrwIHprPjLCWyiFut2kz7Xc6hRStL7c7U/vpuQfXocRYeW1CwNcYdXrYjyBCeCsolfifh5yPvFq6gKxmXp/Z+L0ur+OzlbA14ZD3kzhVRKEx5UmXzLY3mtbGL0awwnBbj5rCh0BNGuCsLRTg2vqKlKhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QIvY2ZibkcW193woXKTfkUuBIgqbGnIpGN+KlgaY9ONHrp3y8+nQyj8+phFT0aSYwNVkwj/ys4pGPuUh7knfoMle48vKETN3+IMz7DD1q8x0r+oplBsDjf3fX6RmImxx8rIpGC8HWgsMrK2x4TxM9z2KVFYY2yDdkzaAri+/ugI= Received: by 10.114.130.1 with SMTP id c1mr154283wad.1196268860651; Wed, 28 Nov 2007 08:54:20 -0800 (PST) Received: by 10.115.55.11 with HTTP; Wed, 28 Nov 2007 08:54:20 -0800 (PST) Message-ID: <8d23ec860711280854t6edb341fuef3d0881a0e0a3b5@mail.gmail.com> Date: Wed, 28 Nov 2007 11:54:20 -0500 From: Schiz0 To: "Philip M. Gollucci" In-Reply-To: <474D7156.6090502@riderway.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8d23ec860711280454x72f3fa64k10ed8ee8fc33f7c7@mail.gmail.com> <474D7156.6090502@riderway.com> Cc: "freebsd-questions@freebsd.org" Subject: Re: Kernel Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 16:54:26 -0000 On Nov 28, 2007 8:47 AM, Philip M. Gollucci wrote: > Schiz0 wrote: > > Hey, > > > > I'm running FreeBSD 6.3-PRERELEASE. I recently csuped the source code > > (src-all) and built world. > > I then tried to "make buildkernel", and it ran for a little while, > > then gave the following error and stopped: > > > > http://schiz0.securityexploits.com/make.buildkernel.out > > The error is at the bottom - that is the log of the entire buildkernel process. > I see no error -- looks like you didnt' copy enough of it. > use -DNO_CLEAN to skip all the rm -f stuff at the start when you post > the new output. > Hey, That make.buildkernel.out is the entire output of that make buildkernel process. I used "script /root/make.buildkernel.out" to record it, then just copied the file to my web server. I didn't manually copy/paste or edit anything out. I cleared /usr/obj/ and ran "make cleandir" twice, as the Handbook says to. I then recompiled world without any error. I ran "make -DNO_CLEAN buildkernel KERNCONF=my kernel config" and got the following output: http://schiz0.securityexploits.com/make.buildkernel2.out It doesn't look like it provides any more information than the previous output did. It's obviously some error with the COMPAT_LINUX option in the kernel config. Thanks for the help and the quick reply, ~Steve