Subject: problem with build.sh and rdonly filesystem
To: None <current-users@netbsd.org>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 03/04/2003 22:50:45
I haven't built current for about a month.

I have successfully built on an NFS server. The filesytem is mounted
read-only on the host I which to install.

# sh build.sh -U -M /net/NetBSD/obj-i386 -T /net/NetBSD/tools-i386 \
-D /net/NetBSD/build-i386 -V MKTOOLS=no  install=/
===> build.sh command: build.sh -U -M /net/NetBSD/obj-i386 \
-T /net/NetBSD/tools-i386 -D /net/NetBSD/build-i386 -V MKTOOLS=no install=/
===> build.sh started: Tue Mar  4 22:35:30 CET 2003
mkdir: /net/NetBSD/obj-i386: Read-only file system
===> DESTDIR path: /net/NetBSD/build-i386
===> TOOLDIR path: /net/NetBSD/tools-i386
mkdir: /net/NetBSD/tools-i386/bin: Read-only file system

ERROR: mkdir of '/net/NetBSD/tools-i386/bin' failed
*** BUILD ABORTED ***
#

It looks like createmakewrapper() is always run and always tries
to mkdir.

	rvdp