Installworld fails with TMPDIR pointing to NFS mounted directory

NGie Cooper yaneurabeya at gmail.com
Tue Jan 12 17:08:47 UTC 2016


> On Jan 12, 2016, at 08:42, Tom Vijlbrief <tvijlbrief at gmail.com> wrote:
> 
> If have this issue with 11-CURRENT on my raspberry 1 and 2, but I do not
> think it is raspberry related or even 11-CURRENT related.
> 
> export TMPDIR=/media/usbdisk/tmp
> 
> make installword MAKEOBJDIRPREFIX=/media/swan/obj

Hi Tom,
	MAKEOBJDIRPREFIX should always be set via the environment, not the command line, e.g.

export MAKEOBJDIRPREFIX=/media/swan/obj
make installworld

Cheers,
-NGie


More information about the freebsd-current mailing list