From owner-freebsd-stable Mon Aug 5 1:39: 9 2002 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 75CEA37B400 for ; Mon, 5 Aug 2002 01:39:03 -0700 (PDT) Received: from mail.forbis.lt (crypto.forbis.lt [212.59.13.189]) by mx1.FreeBSD.org (Postfix) with SMTP id 9718C43E65 for ; Mon, 5 Aug 2002 01:39:01 -0700 (PDT) (envelope-from android@oberon.pfi.lt) Received: (qmail 28162 invoked from network); 5 Aug 2002 08:40:03 -0000 Received: from largo.forbis.lt (HELO andrejp) (172.17.0.99) by mail.forbis.lt with SMTP; 5 Aug 2002 08:40:03 -0000 Message-ID: <018701c23c5b$5e03e800$880010ac@forbis.lt> From: "Android Andrew" To: , "Greg Broiles" References: <5.1.0.14.2.20020804111815.0412a2f0@bivens.parrhesia.com> Subject: Re: Once more 'make installworld' failed on 4.6-stable Date: Mon, 5 Aug 2002 10:37:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Greg, Thank you very much for help. I have to admit I was wrong. As it turned out, /tmp was installed with the option noexec and this caused the problem. I followed your advice and now everything is OK. Thank you once more time for help. Andrew ----- Original Message ----- From: "Greg Broiles" To: "Android Andrew" ; Sent: Sunday, August 04, 2002 8:22 PM Subject: Re: Once more 'make installworld' failed on 4.6-stable > 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