Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 16:00:31 +0100
From:      dslb@tiscali.dk
To:        questions@freebsd.org
Subject:   Re: Make installworld problem (4.7)
Message-ID:  <3E4A973500004762@cpfe6.be.tisc.dk>

next in thread | raw e-mail | index | archive | help
Hi all

I have just surfed FreeBSD-questions@freebsd.org's arkive and could see
that some of you have replied to me first post, but didn't see the "Pleas=
e
CC to me as I am not on the list" remark. So I will answer you now, that
I have seen the mails.

>From:      taxman <taxman@acd.net>
>Did single user mode help you?

Sadly no :-)

>From:      Lowell Gilbert 
>Looks like one of those programs isn't there.
>Can you find them in the obj tree?

I will show you what is in:
/usr/obj/usr/src/bin
/bin and
/usr/src/bin

/usr/obj/usr/src/bin
cat		dd		hostname	pax		rmdir
chio		df		kill		ps		sh
chmod		domainname	ln		pwd		sleep
cp		echo		ls		rcp		stty
csh		ed		mkdir		rm		sync
date		expr		mv		rmail		test

/bin
[		dd		kill		ps		rmdir
cat		df		link		pwd		sh
chio		domainname	ln		rcp		sleep
chmod		echo		ls		realpath	stty
cp		ed		mkdir		red		sync
csh		expr		mv		rm		tcsh
date		hostname	pax		rmail		unlink

/usr/src/bin
Makefile	date		hostname	ps		sleep
Makefile.inc	dd		kill		pwd		stty
cat		df		ln		rcp		sync
chio		domainname	ls		rm		test
chmod		echo		mkdir		rmail
cp		ed		mv		rmdir
csh		expr		pax		sh

When I "make installworld" I get a dir in /tmp with these files:
loadmaster# cd /tmp/install.218/
[		chown		grep		mv		sh
awk		date		ln		perl		sysctl
cat		echo		make		pwd_mkdb
chflags		egrep		makewhatis	rm
chmod		find		mtree		sed

If we take a look at the error message again:
mkdir -p /tmp/install.218
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.218;  done
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
       cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN director=
y
*** Error code 64

It seems like there is a problem when copying "test"?

Hope this makes sence to some of you.

br
socketd


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?3E4A973500004762>