Subject: Re: building userland with the build.sh
To: None <netbsd-users@netbsd.org>
From: Jon Drews <jon.drews@gmail.com>
List: netbsd-users
Date: 03/28/2005 17:05:25
On Tue, 22 Mar 2005 15:12:13 -0500, Louis  Guillaume
<lguillaume@berklee.edu> wrote:
> Jon Drews wrote:
> > NetBSD 2.0.2
> > Arch: i386
> I'm particularly fond of the "release" target...
> 
>      $ ./build.sh -U -T /usr/obj/TOOLDIR.i386 tools


When I build my tools using the above command, then I get this error.

Stop.
nbmake: stopped in /usr/src/tools/groff/obj/build

*** Failed target:  .build_done

*** Failed command:  (cd build && /usr/obj/TOOLDIR.i386/bin/nbmake bindir=
/usr/obj/TOOLDIR.i386/lib/groff MAKEINFO=/usr/obj/TOOLDIR.i386/nbmakeinfo
DESTDIR= INSTALL=/usr/obj/BUILDDIR.i386/bin/nbinstall\ -c\ \ -r src/include all)
*** Error code 1

Stop
nbmake: stopped in /usr/src/tools/groff

*** Failed target:  dependall
*** Failed command: .....


 I checked out the sources by doing:
setenv CVSROOT :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot

cvs checkout -rnetbsd-2-0 -PA src

                  Any ideas as to what I am missing here?

                            Kind regards,
                            Jon