From owner-freebsd-questions@FreeBSD.ORG Wed Nov 28 13:23:16 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 AAC8016A420 for ; Wed, 28 Nov 2007 13:23:16 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1C20913C447 for ; Wed, 28 Nov 2007 13:23:15 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1889555waf for ; Wed, 28 Nov 2007 05:23:15 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=OK3AnO2Ws0vgvSUyPWr862fhuzVecK9d2Y+i8/UfZ4E=; b=XHcWWbqbV1EsJtWQBHOTpuueu5zETJ8LNctXBg4mIfKBLJJ+jPfPwmFv8JWHXkviTKGJbDXGmmMW11xphFGqUWZwqZaJH7qMMP9bGhifgmfMGnTmuNyDbk7Tc03ehc/mzL8XRmnbY9CTfIYz7Sz1rVBccONnetOY9ZRZhxXV28o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=xZQ71mirPTjnaXKkK2vGx9nLmxWIwZ1gQszt6pWlb8i4cNuto+1jAkt+ZKrBWFwZeQxZePyVhs19WRSvg1z30hPeKUw1wVtBMFE3hMn2zPv+51v1RxsG2om2lkWOqph+uUzBR/UtR8+Xv/cpbB7TuGohUXVaZw9q7RsxJVK5BOg= Received: by 10.115.59.4 with SMTP id m4mr930341wak.1196254480233; Wed, 28 Nov 2007 04:54:40 -0800 (PST) Received: by 10.115.55.11 with HTTP; Wed, 28 Nov 2007 04:54:40 -0800 (PST) Message-ID: <8d23ec860711280454x72f3fa64k10ed8ee8fc33f7c7@mail.gmail.com> Date: Wed, 28 Nov 2007 07:54:40 -0500 From: Schiz0 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 13:23:16 -0000 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 recompiled my kernel cause I wanted to add linux support. The only change I made to my kernel config, was adding the line: options COMPAT_LINUX Compiling the kernel using the same config (Without that COMPAT_LINUX line) worked perfectly in the past. Thanks for your time, ~Steve