Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 22:25:34 +0000
From:      John Birrell <jb@what-creek.com>
To:        John Scroggins <dataefx@charter.net>
Cc:        stable@freebsd.org
Subject:   Re: unable to upgrade to 7.1-PRE
Message-ID:  <20080831222534.GB55788@what-creek.com>
In-Reply-To: <1220221338.37555.47.camel@rougehunter75.charterpipeline.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080831222534.GB55788>