From owner-freebsd-stable@FreeBSD.ORG Tue Sep 16 22:26:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62F8816A4B3 for ; Tue, 16 Sep 2003 22:26:02 -0700 (PDT) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3A143FE1 for ; Tue, 16 Sep 2003 22:26:00 -0700 (PDT) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82])h8H5PvKt004943 for ; Wed, 17 Sep 2003 13:25:58 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <3F67F00E.7086FDC2@kuzbass.ru> Date: Wed, 17 Sep 2003 13:24:30 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Subject: buildworld tries to write to DESTDIR? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 05:26:02 -0000 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