From owner-freebsd-stable@FreeBSD.ORG Fri Nov 2 11:37:02 2007 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 C329016A418 for ; Fri, 2 Nov 2007 11:37:02 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.77.81]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE3D13C4A6 for ; Fri, 2 Nov 2007 11:37:02 +0000 (UTC) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc11) with ESMTP id <2007110210290401100rqcdde>; Fri, 2 Nov 2007 10:29:04 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id E04F2179CB; Fri, 2 Nov 2007 02:29:03 -0800 (PST) Date: Fri, 2 Nov 2007 02:29:03 -0800 From: Clint Olsen To: freebsd-stable@freebsd.org Message-ID: <20071102102903.GB796@0lsen.net> References: <20071102095628.GA796@0lsen.net> <472AF87C.4050007@delphij.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <472AF87C.4050007@delphij.net> User-Agent: Mutt/1.4.2.3i Organization: NULlsen Network X-Disclaimer: Mutt Bites! Subject: Re: Source upgrade from 5.5 to 6.X not safe? 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: Fri, 02 Nov 2007 11:37:02 -0000 On Nov 02, LI Xin wrote: > So we get: > > - 5.5-STABLE works well on your box > - 6.2-RELEASE stock GENERIC works fine > - 6.3-PRERELEASE failed for some reason. > > So far as I am aware I have no clue why this could happen. Could you > check if you have any special configuration in your /etc/make.conf, > especially special CFLAGS? I usually simply remove my /usr/src /usr/obj > and build a new world without make.conf to make sure. No special configs in my system: X11BASE=${LOCALBASE} # added by use.perl 2007-08-24 03:20:32 PERL_VER=5.8.8 PERL_VERSION=5.8.8 Unless something in here could be construed as dangerous? -Clint