From owner-freebsd-stable@FreeBSD.ORG Sun Aug 31 22:25:34 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAFC3106567F for ; Sun, 31 Aug 2008 22:25:34 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 9D5478FC08 for ; Sun, 31 Aug 2008 22:25:34 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 1517B745C9; Sun, 31 Aug 2008 22:25:34 +0000 (GMT) Date: Sun, 31 Aug 2008 22:25:34 +0000 From: John Birrell To: John Scroggins Message-ID: <20080831222534.GB55788@what-creek.com> References: <1220144983.37555.26.camel@rougehunter75.charterpipeline.net> <20080831022037.GA49072@what-creek.com> <1220151454.37555.31.camel@rougehunter75.charterpipeline.net> <1220221338.37555.47.camel@rougehunter75.charterpipeline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1220221338.37555.47.camel@rougehunter75.charterpipeline.net> User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: unable to upgrade to 7.1-PRE 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: Sun, 31 Aug 2008 22:25:34 -0000 On Sun, Aug 31, 2008 at 03:22:18PM -0700, John Scroggins wrote: > On Sat, 2008-08-30 at 19:57 -0700, John Scroggins wrote: > > thanks John, > found the offending file dtrace.h -- lines 520 and 630 had the #if > BYTE_ORDER == _BIG_ENDIAN entries. That code is correct though. FreeBSD requires both _BIG_ENDIAN and _LITTLE_ENDIAN to be defined. It is Solaris code which undefines _BIG_ENDIAN and it would have been that #undef which was wrong. > For good measure, I rm'd the whole ../../cddl directory and re-sup'd it. > Build with no errors --smooth as glass ;) That is good. -- John Birrell