Subject: Re: Problem building release 1.6.1_STABLE
To: Ian Thomas <ipthomas@mac.com>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 06/22/2003 06:09:41
On Sun, 22 Jun 2003, Ian Thomas wrote:
> /usr/src/obj/tools/tools.NetBSD-1.6.1_STABLE-i386/bin/nbmakefs -t ffs -
> - - - -B le -s 1344k -F work.spec -N /usr/src/etc -o
> bsize=4096,fsize=512 - - - -o
> optimization=space,minfree=0,nsectors=1,ntracks=128 -f 14
> ramdisk-small.fs.tmp work && mv -f ramdisk-small.fs.tmp
> ramdisk-small.fs
> nbmakefs: `work' size of 1388544 is larger than the maxsize of 1376256.
> *** Error code 1
This was recently fixed in current. I don't recall if the change was
pulled up to the netbsd-1-6 branch, or not.
> Any ideas on how to proceed from here? I'm hoping to avoid running the
> entire build process again because it takes almost a day on my machine.
> If I could retry from the 'release' stage onwards, that would be
> great, as it appears all of the newly compiled binaries for the release
> are in the directories in /usr/src/dest.
To avoid rebuilding every object, you could add "-u" to build.sh's
arguments, after your next cvs update.
Frederick