Date: Thu, 26 Sep 2013 14:20:38 -0400 From: Mike Tancsa <mike@sentex.net> To: FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org> Subject: nanobsd on RELENG9 Message-ID: <52447AF6.8060207@sentex.net>
next in thread | raw e-mail | index | archive | help
I am getting an odd error on a recent i386 releng9 while trying to build
a nanobsd image.
It dies during installworld in
cd /usr/src/etc/../share/man;
/usr/obj/nanobsd.full//usr/src/make.i386/make makedb
makewhatis /usr/obj/nanobsd.full//_.w/usr/share/man
makewhatis /usr/obj/nanobsd.full//_.w/usr/share/openssl/man
rm: /tmp/install.bqKyLzJg: Directory not empty
*** [installworld] Error code 1
1 error
*** [installworld] Error code 2
1 error
The only thing special about the environment is that its netbooted and
root is mounted via nfs and
The error seems to be in
/usr/src/Makefile.inc1
${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
${IMAKEENV} rm -rf ${INSTALLTMP}
if I get rid of the rm -rf it works/completes
0{mdttestbox}# mount
10.255.255.1:/home/pxe9alix on / (nfs)
devfs on /dev (devfs, local, multilabel)
/dev/md0 on /etc (ufs, local)
/dev/md1 on /var (ufs, local)
/dev/da0a on /usr/obj (ufs, local, soft-updates)
0{mdttestbox}#
---Mike
--
-------------------
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, mike@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada http://www.tancsa.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52447AF6.8060207>
