Date: Sat, 2 Dec 2000 13:47:40 -0800 From: "Jonathan Graehl" <jonathan@graehl.org> To: <freebsd-stable@freebsd.org> Subject: RE: make installworld still fails (thanks, problem solved Message-ID: <NCBBLOALCKKINBNNEDDLOEJGDHAA.jonathan@graehl.org> In-Reply-To: <20001202223239.A958@can.jazmiso.org>
next in thread | previous in thread | raw e-mail | index | archive | help
steve@linux-workshop suggested: make installworld TMPDIR=/var/tmp which would have worked but my /tmp is large enough (128mb MFS), the problem simply being, as Nakasone suggested, that I had noexec (as well as nodev) options for /tmp in my /etc/fstab, the deletion of which solved the problem. I should have thought of that, but I'm also not sure why /var/tmp isn't used by default? Thanks all, Jonathan > -----Original Message----- > From: Manabu Nakasone [mailto:manabu@jazmiso.org]On Behalf Of Manabu > Nakasone > Sent: Saturday, December 02, 2000 5:33 AM > To: Jonathan Graehl > Cc: freebsd-stable@freebsd.org > Subject: Re: make installworld still fails > > > On Fri, Dec 01, 2000 at 10:21:58PM -0800, Jonathan Graehl wrote: > > /usr/src# make installworld > > mkdir -p /tmp/install.45600 > : > > bj/usr/src/i386/usr/games:/tmp/install.45600 make -f Makefile.inc1 > > reinstall > > make: permission denied > > If you have mount option "noexec" with /tmp partition, remove it. > -- > Manabu Nakasone > nakasone@OCC.CO.JP > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBLOALCKKINBNNEDDLOEJGDHAA.jonathan>