From owner-freebsd-current@FreeBSD.ORG Wed Jun 29 14:57:36 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6EB16A41C for ; Wed, 29 Jun 2005 14:57:36 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BDB143D58 for ; Wed, 29 Jun 2005 14:57:35 +0000 (GMT) (envelope-from mrl0lz@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so795983wra for ; Wed, 29 Jun 2005 07:57:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jmgzbUGKqVtx+Z2XbHvKnuRnGxSH4XAxdbZUyCRa5MI1JtpGPuVzWOUF75Zt7bie5o5BxiVy2HpURQF/8XlM/F3WCJ40USieAAK0mOXIwUF+slSSOh7PtDnmljCLt46PDoeGIS5jU/TTzrpxdkW2bkXSfx/Z0pGPHjeM0JqXKIw= Received: by 10.54.101.6 with SMTP id y6mr113383wrb; Wed, 29 Jun 2005 07:57:35 -0700 (PDT) Received: by 10.54.98.6 with HTTP; Wed, 29 Jun 2005 07:57:35 -0700 (PDT) Message-ID: Date: Wed, 29 Jun 2005 07:57:35 -0700 From: Remington L To: Giorgos Keramidas In-Reply-To: Mime-Version: 1.0 References: <1119835984.96750.3.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: buildkernel woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remington L List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 14:57:36 -0000 On 6/27/05, Giorgos Keramidas wrote: >=20 > On Sun, 26 Jun 2005, Remington L wrote: > > FreeBSD localhost 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 23=20 > 23:15:54 PDT 2005 mrlol@localhost:/usr/obj/usr/src/sys/GENERIC i386 > > > > I keep running into this problem and google is useless here, please=20 > help. > > I've already done cd /usr/src ; make cleandir and make clean, I also di= d > > cd /usr/src/sys/modules/acpi ; make clean. Also CVSup'd about 20 minute= s > > ago >=20 > That's not enough. You should *REALLY* follow the src/UPDATING > instructions and go the "start with a clean /usr/obj and use make > buildworld" route: >=20 > # cd /usr/obj > # rm -fr * > # cd /usr/src > # make KERNCONF=3DGENERIC buildworld buildkernel >=20 >=20 The exact same thing happens. Has anyone managed to fix this??