David O'Brien wrote:
>
> Example:
>
> 1. I checked out the source using ``cd /usr ; cvs co src''
> 2. I then made sure the /usr/obj/ directory existed.
> 3. I then did ``cd /usr/src ; make world''.
>
> [*] "upgrading" to -CURRENT really doesn't mean anything as it isn't a
> release and for your use it may easily be a "downgrade". You should
> examine your reasons for wanting to run -CURRENT.
Now, here is where I am. For precision, I decided to take it step-by-step again
and document every action:
0. The CHFLAGS setting my my make.conf file is commented out.
1. I cleaned up the source directories using "cd /usr ; make cleandir"
2. I cleaned up the object directories using "cd /usr/obj ; chflags -R noschg *
; rm -rf *"
3. I edited by cvs-supfile to "tag=*" then checked out the source using "cd
/usr/src ; cvsup -g -L 2 /usr/local/etc/cvs-supfile"
4. I decided that since I am too much of a novice at this, I should use the
buildworld and installworld seperately. I ran "cd /usr/src ; make -j2
buildworld"
This is where it errored out, somewhere during the building of "===> rpcsrv"
///deleted several hundred messages///
cd /usr/src/secure/lib/libcrypto; make beforeinstall
sh /usr/src/tools/install.sh -c -o root -g wheel -m 444 bsd.README bsd.dep.mk
bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk
bsd.libnames.mk bsd.man.mk bsd.obj.mk bsd.own.mk bsd.port.mk bsd.port.post.mk
bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys.mk
/usr/obj/usr/src/i386/mk
usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2
install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ...
fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
I can provide all/more of the script output
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message