Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 13:24:30 +0800
From:      Eugene Grosbein <eugen@kuzbass.ru>
To:        stable@freebsd.org
Subject:   buildworld tries to write to DESTDIR?
Message-ID:  <3F67F00E.7086FDC2@kuzbass.ru>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F67F00E.7086FDC2>