unable to upgrade to 7.1-PRE

John Birrell jb at what-creek.com
Sun Aug 31 22:25:34 UTC 2008


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


More information about the freebsd-stable mailing list