Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2001 21:57:24 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Mike Barcroft <mike@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: broken installworld?
Message-ID:  <Pine.BSF.4.21.0109162153400.20808-100000@beppo>
In-Reply-To: <20010917004543.C37881@coffee.q9media.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <mjacob@feral.com> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0109162153400.20808-100000>