Subject: Re: build.sh -m vax fail, miniroot full
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 11/20/2002 08:47:02
On Tue, Nov 19, 2002 at 05:01:13PM +0100, Manuel Bouyer wrote:
  | There is another error I didn't notice:
  | missing: ./var/spool/lock (created)
  | ARCHDIR=/local/pop1/bouyer/current/src/distrib/miniroot/../vax/miniroot  DISTRIB
  | REV=16K  DISTRIBVER=1.6K  KERNOBJDIR=/local/pop1/bouyer/tmp/vax/obj/local/pop1/b
  | ouyer/current/src/sys/arch/vax/compile NETBSDSRCDIR=/local/pop1/bouyer/current/s
  | rc  CRUNCHBIN=instbin  CURDIR=/local/pop1/bouyer/current/src/distrib/miniroot  D
  | ESTDIR=/local/pop1/bouyer/tmp/vax/dest  DISTRIBDIR=/local/pop1/bouyer/current/sr
  | c/distrib  MACHINE=vax  MACHINE_ARCH=vax  OBJDIR=/local/pop1/bouyer/tmp/vax/obj/
  | local/pop1/bouyer/current/src/distrib/miniroot TARGETDIR=/local/pop1/bouyer/tmp/
  | vax/obj/local/pop1/bouyer/current/src/distrib/miniroot/work awk -f /local/pop1/b
  | ouyer/current/src/distrib/common/parselist.awk -v mode=populate /local/pop1/bouy
  | er/current/src/distrib/miniroot/list /local/pop1/bouyer/current/src/distrib/mini
  | root/../vax/miniroot/list /local/pop1/bouyer/current/src/distrib/common/list.sys
  | inst | sh -e   && touch work.built
  | make: make: don't know how to make print_machine. Stop
  | make: make: don't know how to make print_machine_arch. Stop
  | Creating image into miniroot.fs...
  | 
  | Where is print_machine & print_machine_arch supposed to be defined ?

distrib/sets/Makefile

I have successfully built -current i386->i386 recently.  I'll
see if I can reproduce this particular issue myself.


  | But it's probably not related to the makefs problem. I found where the
  | parameters are, I'll try to tune them.