Subject: Re: building -current on FreeBSD fails
To: None <current-users@netbsd.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 04/29/2003 14:50:55
On Mon, Apr 28, 2003 at 18:03:05 +0400, Valeriy E. Ushakov wrote:

> On Mon, Apr 28, 2003 at 14:48:37 +0200, Ronald van der Pol wrote:
> 
> > But what would be the fix for the endian symbols below? This is a
> > "build tools".
> 
> The quick workaround is to build with
> 
>     ac_cv_header_sys_endian_h=no
> 
> in the environment to force the build to use netbsd's <sys/endian.h>.

Thanks. That's working. Why aren't all include files in the NetBSD
tree used by default? Wouldn't that prevent problems like this when
not compiling on NetBSD?

Now I have another problem:
---------------
[...]
nbmake: exec(/bin/sh) failed (Argument list too long)
*** Error code 1

Stop.
nbmake: stopped in /src/rvdp-router-image/NetBSD/obj/src/rvdp-router-image/NetBSD/src/sys/arch/i386/compile/GENERIC
*** Error code 1

Stop.
nbmake: stopped in /src/rvdp-router-image/NetBSD/src/etc
*** Error code 1

Stop.
nbmake: stopped in /src/rvdp-router-image/NetBSD/src

ERROR: failed to make release
*** BUILD ABORTED ***
---------------

I guess building NetBSD on a FreeBSD system is not really supported :-)

	rvdp