Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Aug 2002 11:22:05 -0700
From:      Greg Broiles <gbroiles@parrhesia.com>
To:        Android Andrew <android@oberon.pfi.lt>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Once more 'make installworld' failed on 4.6-stable 
Message-ID:  <5.1.0.14.2.20020804111815.0412a2f0@bivens.parrhesia.com>
In-Reply-To: <3D4BE4E7.2070407@oberon.pfi.lt>

next in thread | previous in thread | raw e-mail | index | archive | help
At 04:12 PM 8/3/2002 +0200, Android Andrew wrote:

>Hello!
>
>After 'make -j4 buildworld' is successfully finishing, I try to run "make 
>installworld", but it stops at the beggining:
>
># make installworld
>mkdir -p /tmp/install.74964
>for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln 
>make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl  test true uname 
>wc zic; do  cp `which $prog` /tmp/install.74964;  done
>cd /usr/src; 
>MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386 
>OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec 
>PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 
>GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin 
>GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font 
>GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac 
>PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.74964 
>make -f Makefile.inc1 reinstall
>make: permission denied
>*** Error code 126

Is your /tmp directory on a partition that's mounted noexec?

Try something like

make installworld KERNCONF=YOURKERNEL TMPDIR=/var/tmp

where TMPDIR points to a directory on a partition without restrictions.


--
Greg Broiles -- gbroiles@parrhesia.com -- PGP 0x26E4488c or 0x94245961



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?5.1.0.14.2.20020804111815.0412a2f0>