nanoBSD started barfing on me as well in buildworld, with a slightly different error. Removing WITHOUT_NLS=YES WITHOUT_NLS_CATALOGS=YES WITHOUT_NETGRAPH=YES from CONF_WORLD fixed it for me. I don't think all of them needed to come out, but I haven't had time to trace further.
A working conf file is at <http://ralphsmith.org/~ralph/soekris-ntp/net4501.nano > Ralph On May 7, 2009, at 8:34 PM, Graham Menhennitt wrote: > Hello all, > > I've been building nanobsd to run on my net4801 for some time now. I > recently csupped to FreeBSD Stable which is now 7.2. I can no longer > build nanobsd. It gives an error early in "installworld" (see below). > > Does anybody please have any clues? > > Thanks, > Graham > > mkdir -p /tmp/install.1JDmZzZe > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep > find > grep > ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true > uname > wc zic; > do cp `which $prog` /tmp/install.1JDmZzZe; done > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/nanobsd.maxwell/ > MACHINE_ARCH=i386 MACH > INE=i386 CPUTYPE= > GROFF_BIN_PATH=/usr/obj/nanobsd.maxwell//usr/src/tmp/legacy/ > usr/bin > GROFF_FONT_PATH=/usr/obj/nanobsd.maxwell//usr/src/tmp/legacy/usr/ > share/ > groff_font > GROFF_TMAC_PATH=/usr/obj/nanobsd.maxwell//usr/src/tmp/legacy/usr/sha > re/tmac > PATH=/usr/obj/nanobsd.maxwell//usr/src/tmp/legacy/usr/sbin:/usr/obj/ > nan > obsd.maxwell//usr/src/tmp/legacy/usr/bin:/usr/obj/nanobsd.maxwell// > usr/src/tmp/l > egacy/usr/games:/usr/obj/nanobsd.maxwell//usr/src/tmp/usr/sbin:/usr/ > obj/nanobsd. > maxwell//usr/src/tmp/usr/bin:/usr/obj/nanobsd.maxwell//usr/src/tmp/ > usr/games:/tm > p/install.1JDmZzZe make -f Makefile.inc1 reinstall > -------------------------------------------------------------- >>>> Making hierarchy > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 hierarchy > cd /usr/src/etc; make distrib-dirs > mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p > /usr/obj/nanobsd.maxwell//_.w/ > ./bin missing (created) > ./boot missing (created) > ./boot/defaults missing (created) > ./boot/firmware missing (created) > ...skipping... > rm -f > /usr/obj/nanobsd.maxwell//_.w/usr/include/security/mac_partition; fi > if [ -L /usr/obj/nanobsd.maxwell//_.w/usr/include/ufs/ffs ]; then > rm -f > /usr/ob > j/nanobsd.maxwell//_.w/usr/include/ufs/ffs; fi > if [ -L /usr/obj/nanobsd.maxwell//_.w/usr/include/ufs/ufs ]; then > rm -f > /usr/ob > j/nanobsd.maxwell//_.w/usr/include/ufs/ufs; fi > if [ -L /usr/obj/nanobsd.maxwell//_.w/usr/include/machine ]; then > rm -f > /usr/ob > j/nanobsd.maxwell//_.w/usr/include/machine; fi > if [ -L /usr/obj/nanobsd.maxwell//_.w/usr/include/crypto ]; then rm > -f > /usr/obj > /nanobsd.maxwell//_.w/usr/include/crypto; fi > mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p > /usr/obj/nano > bsd.maxwell//_.w/usr/include > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > _______________________________________________ > Soekris-tech mailing list > [email protected] > http://lists.soekris.com/mailman/listinfo/soekris-tech _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
