ROFL. That's hilarious.
This is a pretty much brand new kernel- same tree, buildkernel/installkernel.
Okay, it's from last night's cvsup. But still.
I've been seeing this for some weeks- if you're saying it was fixed today,
I'll try again later, but the usual make -k did mostly what I needed- it's in
a couple of places:
===> gnu/usr.bin/cvs/contrib
...
cp /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/rcs2log.sh
r
cs2log
cp:No such file or directory
*** Error code 1 (continuing)
...
===> gnu/usr.bin/perl/library/re
rm -f re_exec.c
cp ../../regexec.c re_exec.c
cp:No such file or directory
*** Error code 1 (continuing)
rm -f re_comp.c
cp ../../regcomp.c re_comp.c
cp:No such file or directory
Installing /usr/libdata/perl/5.6.0/mach/re.pm
Installing /usr/libdata/perl/5.6.0/mach/auto/re/re.so
Installing /usr/libdata/perl/5.6.0/mach/auto/re/re.bs
Writing /usr/libdata/perl/5.6.0/mach/auto/re/.packlist
Appending installation info to /usr/libdata/perl/5.6.0/mach/perllocal.pod
*** Error code 1 (continuing)
..
I'm sort of puzzled how a kernel race condition cause 'cp' to be selected
instead of 'install' here, but no matter.
On Mon, 17 Sep 2001, Mike Barcroft wrote:
> Matthew Jacob <[EMAIL PROTECTED]> writes:
> > Seems like this has been broken for some time? I might just go off and 'fix'
> > unless somebody fixes it first.
> >
> > install -c -o root -g wheel -m 555 rcs-to-cvs
> > /usr/share/examples/cvs/contrib/rcs-to-cvs
> > cp /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/rcs2log.sh
> > rcs2log
> > cp:No such file or directory
> > *** Error code 1
>
> The problem was a timing issue related to the kernel. Building a new
> kernel before installing your world should fix it. This is an Alpha
> only issue.
>
> Best regards,
> Mike Barcroft
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message