From owner-freebsd-stable@FreeBSD.ORG Thu Mar 27 21:52:09 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C691065675 for ; Thu, 27 Mar 2008 21:52:09 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8F48FC16 for ; Thu, 27 Mar 2008 21:52:09 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: by el-out-1112.google.com with SMTP id n30so2819228elf.7 for ; Thu, 27 Mar 2008 14:52:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=O2dvKNZSJcT7jTdaKPdtPfZ9Y2twHIUzCYDpxepDRKE=; b=ccpCusR3ELtdxpQOADHI9W5XgPB/9SLvDE7lacQiZ4dKa/3PmU/BXCg4J0Bmg1x6wofDrHzMJ9dVNxAJfjVp7QAOSnF6Yk1PeExNrsfi2VMd6xJT3YRQVXxCfaNYGHXrYEjNR77CKpyqZeapa+5+Vn27cs7asXTPZvVTippuq3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=faDSHJDjCpbVvhHuaEwxWAqH74Hkc2WFwQeA5IUeaud5RbaqCulZ5GC2x1Lyc0djltvS1VF08DDZBV6fpFFoGLSgG5L1fUOTkgk+kgV5hvZkHEmmTi+NGoJSCRtFK1qpT9r450lEoZEqolK/w1nW4jvd1vBcxmaypMfjSihXsao= Received: by 10.142.242.8 with SMTP id p8mr1909187wfh.24.1206654728247; Thu, 27 Mar 2008 14:52:08 -0700 (PDT) Received: by 10.142.242.18 with HTTP; Thu, 27 Mar 2008 14:52:08 -0700 (PDT) Message-ID: <845c0f80803271452v1e08b9e0u35d16ca9d3b270c4@mail.gmail.com> Date: Thu, 27 Mar 2008 16:52:08 -0500 From: "Rance Hall" To: freebsd-stable@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> Subject: Re: compile error while building kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 21:52:09 -0000 On 3/27/08, walt wrote: > > You might try searching your source tree for .depend and .o files and > delete any you find. Also, you could try building the old way: > > #cd /usr/src/sys/i386/conf > #config GENERIC > #cd ../compile/GENERIC > #make all install > > If that works then you must have some funny files in your source tree > that don't belong there. searched for *.depend and *.o files, (none found) used find /usr/src -name "*.depend" -print to get a list of files that needed to be deleted. then tried the compile the old way as suggested, that fails to, with the same errors and same files.