Displaying 1 result from an estimated 1 matches for "imakeenv".
2013 Sep 26
0
nanobsd on RELENG9
...llworld] 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}#
-...