From owner-freebsd-questions@FreeBSD.ORG Sun Jun 10 02:32:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A693D16A41F for ; Sun, 10 Jun 2007 02:32:11 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 359B913C4BD for ; Sun, 10 Jun 2007 02:32:10 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so431909mue for ; Sat, 09 Jun 2007 19:32:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=jpseG+2SXQ2m4/Uulr/bv5Xi6mIKgPEYcC7hxmA6bmcegQgSvslP4r5+XtLttuPwVFF481OlfZo2lPqPc9Bffi+O6iEXc7LdVH5sxFo4aE1Lq24K2WA3iU6n7QpdPDCX1hPoqjw7NTewb1aQeU4A6rwSEqoMxcwOgl0F29WQl4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GRiDcRtP6dbCVNU4hJMzaZ5/J4pvAj7qf7y3rV8qWmurr1WBMdKpUXgwU2dQwrPyxTXMt/JCQ5DERMSomYtinnJdvFH2T7TnnLVCEFrXbl5E8kzg6C1Bbkhyt5TSX+tBll32xLiLzi9av+w03xpIr4tvTBCBpfN5ZsxubQgCBnk= Received: by 10.82.123.16 with SMTP id v16mr8295559buc.1181442729652; Sat, 09 Jun 2007 19:32:09 -0700 (PDT) Received: by 10.82.187.12 with HTTP; Sat, 9 Jun 2007 19:32:09 -0700 (PDT) Message-ID: Date: Sat, 9 Jun 2007 21:32:09 -0500 From: "illoai@gmail.com" To: "Mark Stout" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE 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: Sun, 10 Jun 2007 02:32:11 -0000 On 09/06/07, Mark Stout wrote: > > > > > -----Original Message----- > > From: illoai@gmail.com [mailto:illoai@gmail.com] > > Sent: Friday, June 08, 2007 10:30 PM > > To: Mark Stout > > Cc: freebsd-questions@freebsd.org > > Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE > > > > > > On 08/06/07, Mark Stout wrote: > > > > > > > > I'd prefer to remain at 6.2-STABLE but I can't find where the problem is > > > with these IP errors. I'm figuring I've got a mixed code and that's the > > > root cause but I'm not sure. > > > > Did you remove your object directories before > > starting the build? > > Did you build without an /etc/make.conf? > > > I did not remove the obj directories and everything in my /etc/make.conf > file is commented out except for USA_RESIDENT and PERL_VER=5.8.8 and > PERL_VERSION=5.8.8 > On a mad hunch I would suspect stale files in /usr/obj/ If they are still there (and the cause of your problems) they will muss up your build on RELENG_6_2 as well. -- --