From owner-freebsd-current Sun Sep 16 21:57:29 2001 Delivered-To: freebsd-current@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id B079037B408; Sun, 16 Sep 2001 21:57:25 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f8H4vOI20991; Sun, 16 Sep 2001 21:57:25 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sun, 16 Sep 2001 21:57:24 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Mike Barcroft Cc: freebsd-current@FreeBSD.ORG Subject: Re: broken installworld? In-Reply-To: <20010917004543.C37881@coffee.q9media.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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