Subject: Re: build.sh cross-build failure for shark
To: Luke Mewburn <lukem@netbsd.org>
From: Richard Earnshaw <rearnsha@arm.com>
List: current-users
Date: 01/09/2003 16:04:27
> On Thu, Jan 09, 2003 at 11:32:24AM +0000, Richard Earnshaw wrote:
> | This manifested itself as groff failing to be built which finally caused a
> | fatal error during the build of the installation notes :-(. That had me
> | mightily confused until I came across the real error in the *middle* of
> | the log files. Any idea
> |
> | 1) Why the build didn't abort at the point of failure?
> | 2) What needs fixing to make sunlabel build correctly on a non-netbsd host?
>
> which host platform specifically?
x86 running redhat 7.2
This all just worked before Christmas...
R.
>
> |
> | R.
> |
> | ./build.sh -a arm -B rearnsha-${build} -j 2 -m $target \
> | -D /work/rearnsha/netbsd/build/install/$target \
> | -O /work/rearnsha/netbsd/build/src/$target \
> | -R /work/rearnsha/netbsd/build/dist/$target \
> | -T /work/rearnsha/netbsd/build/tools/$target \
> | -U
> |
> | $target is set to shark in the above.
> |
> | --- sunlabel.lo ---
> | cc -O -DDISTRIB -I/work/rearnsha/netbsd/build/src/shark/tools/compat
> | -I/work/rearnsha/netbsd/build/src/shark/tools/compat/include
> | -I/work/rearnsha/netbsd/src/tools/sunlabel/../compat -DHAVE_CONFIG_H
> | -D_FILE_OFFSET_BITS=64 -c -o sunlabel.lo.o /work/rearnsha/netbsd/src/tools
> | /sunlabel/../../usr.sbin/sunlabel/sunlabel.c
> | /work/rearnsha/netbsd/src/tools/sunlabel/../../usr.sbin/sunlabel/sunlabel.c
> | :54:27: sys/disklabel.h: No such file or directory
> | *** [sunlabel.lo] Error code 1
> | 1 error
> |