Subject: Problems building "release" on Solaris sparc64
To: None <current-users@netbsd.org>
From: Chris Ross <cross+netbsd@distal.com>
List: current-users
Date: 06/16/2004 08:54:46
I'm running a Solaris 10_b54 machine, building HEAD. I got
through most of an entire "build.sh release" yesterday, but
nbmakefs seems to fail. I'm not very familiar with these
parts of the build, so I thought I should ask here for help.
The end of my build.sh output says:
missing: ./var/log (created)
missing: ./var/spool (created)
missing: ./var/spool/lock (created)
[ "work.built" = work.built -a -f install.fs -a ! install.fs -ot
work.built ] || { echo '# ' " create " instfs/install.fs; rm -f
install.fs install.fs.tmp;
/data/NetBSD/obj/data/NetBSD/src/tooldir.SunOS-5.10-sparc/bin/nbmakefs
-t ffs -B be -s 5m -F work.spec -N /data/NetBSD/src/etc -o
bsize=4096,fsize=512 -o optimization=space,minfree=0 -o
bsize=16k,fsize=2k -f 15 install.fs.tmp work && mv -f install.fs.tmp
install.fs; }
# create instfs/install.fs
Calculated size of `install.fs.tmp': 5242880 bytes, 949 inodes
block size 16384 is too large, maximum is 8192
*** Failed target: install.fs
*** Failed command: [ "work.built" = work.built -a -f install.fs -a !
install.fs -ot work.built ] || { echo '# ' " create " instfs/install.fs;
rm -f install.fs install.fs.tmp;
/data/NetBSD/obj/data/NetBSD/src/tooldir.SunOS-5.10-sparc/bin/nbmakefs
-t ffs -B be -s 5m -F work.spec -N /data/NetBSD/src/etc -o
bsize=4096,fsize=512 -o optimization=space,minfree=0 -o
bsize=16k,fsize=2k -f 15 install.fs.tmp work && mv -f install.fs.tmp
install.fs; }
*** Error code 19
Stop.
nbmake: stopped in /data/NetBSD/src/distrib/sparc64/instfs
It seems to be running nbmakefs alright, but getting an error
that I can't easily identify the cause of. Does anyone know
enough about nbmakefs to understand what's going wrong here?
- Chris