Date: Wed, 5 Mar 2003 11:37:08 -0800 From: Kent Stewart <kstewart@owt.com> To: dslb@tiscali.dk, questions@FreeBSD.ORG Subject: Re: Make installworld problem (4.7-p2 - > p7) Message-ID: <200303051137.08501.kstewart@owt.com> In-Reply-To: <3E4A9735000044B3@cpfe6.be.tisc.dk> References: <3E4A9735000044B3@cpfe6.be.tisc.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 05 March 2003 11:26 am, dslb@tiscali.dk wrote: > Hi all > > I have a i386 computer with FreeBSD 4.7-p2 installed. I have > downloaded the source to 4.7-p7 and cd to /usr/src. Here I ran: > make buildworld > make buildkernel KERNCONF=SOCKETD > make installkernel KERNCONF=SOCKETD > rebooted into single user mode and did a uname -a: > FreeBSD loadmaster 4.7-RELEASE-p7 FreeBSD 4.7-RELEASE-p7 #0: Tue Mar > 4 15:09:32 CET 2003 > socketd@loadmaster:/usr/obj/usr/src/sys/SOCKETD i386 > > But when I cd to /usr/src and type "make installworld" I get: > mkdir -p /tmp/install.362 > 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.362; done > usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target > cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN > directory *** Error code 64 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > I hope someone can help. Do you have /tmp set so that it is non-exec? Kent > > br > socketd > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303051137.08501.kstewart>