nanobsd on RELENG9

Mike Tancsa mike at sentex.net
Thu Sep 26 18:21:11 UTC 2013


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 at sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/


More information about the freebsd-stable mailing list