buildworld tries to write to DESTDIR?
Eugene Grosbein
eugen at kuzbass.ru
Tue Sep 16 22:26:02 PDT 2003
Hi!
I'm trying to cross-compile 4.8-STABLE world to install
it over NFS later.
I have ./make.conf:
# start of file
CPUTYPE=i486
KERNCONF?=CONS
MODULES_WITH_WORLD=true
DESTDIR=/mnt/cons
# end of file
I run:
dir=`pwd`
make __MAKE_CONF=$dir/make.conf buildworld 2>&1 | tee $dir/bw.log
It fails:
===> gnu/usr.bin/groff/contrib
===> gnu/usr.bin/groff/contrib/mm
sh /usr/src/tools/install.sh -o root -g wheel -m 444 /dev/null
/mnt/cons/usr/share/tmac/mm/locale
install: /mnt/cons/usr/share/tmac/mm/locale: No such file or directory
*** Error code 71
Stop in /usr/src/gnu/usr.bin/groff/contrib/mm.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/groff/contrib.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/groff.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Right, I have not prepared mountpoint yet,
but this is buildworld, not installworld after all.
Should I make PR?
Eugene Grosbein
More information about the freebsd-stable
mailing list