Subject: Re: nuked into the stone age -- broken build bootstrap
To: None <"Wolfgang S. Rupprecht">
From: None <dklima@gmx.net>
List: current-users
Date: 03/07/2004 18:12:25
What am I doing wrong here ?

[root@kiske(src)]# ./build.sh -O /usr/src/obj -T /usr/src/tooldir -V
MKMAN=no release

Always I got that error when I'm trying to build -current.


*** Error code 1

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

*** Failed target:  .build_done
*** Failed command: (cd build && /usr/src/tooldir/bin/nbmake -f
/usr/src/tools/gcc/../Makefile.gnuwrap MACHINE=
MAKEINFO=/usr/src/tooldir/bin/nbmakeinfo LIBGCC= LIBGCC1= LIBGCC1_TEST=
LIBGCC2= INSTALL_LIBGCC= EXTRA_PARTS= BISON=true DESTDIR=
INSTALL=/usr/src/tooldir/bin/nbinstall\ -c\ \ -r all-gcc)
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/gcc

*** Failed target:  dependall
*** Failed command: cd /usr/src/tools/gcc; /usr/src/tooldir/bin/nbmake
realall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/tools/gcc

*** Failed target:  dependall-gcc
*** Failed command: targ=dependall;dir=gcc; case "$dir" in /*) echo "$targ
===> $dir"; cd "$dir"; /usr/src/tooldir/bin/nbmake "_THISDIR_=$dir/" $targ;
;; *) echo "$targ ===> $dir"; cd "/usr/src/tools/$dir";
/usr/src/tooldir/bin/nbmake "_THISDIR_=$dir/" $targ; ;; esac
*** Error code 1

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

*** Failed target:  do-tools
*** Failed command: (cd /usr/src/tools && /usr/src/tooldir/bin/nbmake
dependall)
*** Error code 1

Stop.
nbmake: stopped in /usr/src

----- Original Message ----- 
From: "Frederick Bruckman" <fredb@immanent.net>
To: "Wolfgang S. Rupprecht"
<wolfgang+gnus20040306T194636@dailyplanet.dontspam.wsrcc.com>
Cc: <current-users@NetBSD.org>
Sent: Sunday, March 07, 2004 5:12 PM
Subject: Re: nuked into the stone age -- broken build bootstrap


> On Sat, 6 Mar 2004, Wolfgang S. Rupprecht wrote:
>
> > Looks like my last-week's -current can't build this week's -current.
> > Is there a simple way to tell it to forget about groff and just build
> > a C compiler/libs that work?
>
> You could add "-V MKMAN=no" to the "./build.sh" command line.
>
> Frederick
>