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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to