Subject: Re: Makeing a release complains that `work' size of 1478656 is larger than the maxsize of 1474560
To: None <current-users@netbsd.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: current-users
Date: 10/18/2002 10:46:04
On Thu, Oct 17, 2002 at 07:47:01PM +0100, wleeson@indigo.ie wrote:
  | Hi,
  |  I did a build to make a release distribution so I could try out
  | current on another machine and got the following warning
  |
  | Creating image into ramdisk-tiny.fs...
  | rm -f ramdisk-tiny.fs ramdisk-tiny.fs.tmp
  | /usr/src/tools/obj/tools.NetBSD-1.6I-i386/bin/nbmakefs -t ffs -B le -s 1440k -F work.spec  -N /usr/src/etc -o bsize=4096,fsize=512  -o
  |  optimization=space,minfree=0,nsectors=1,ntracks=128  -f 10 -f 14 ramdisk-tiny.fs.tmp work  && mv -f ramdisk-tiny.fs.tmp ramdisk-tiny.
  | fs
  | nbmakefs: `work' size of 1478656 is larger than the maxsize of 1474560.
  | *** Error code 1

I fixed this problem "yesterday" (my `yesterday' :-).
Try updating your sources and trying again.

  | 
  | I realise what the error about but is there a way to stop it
  | complaining and continue with the build. I could mess with the
  | makefile but I was hoping there is a standard/easy way to ignore
  | this kind of warning.


Not easily.