Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 17:21:14 -0400
From:      Ray Kohler <ataraxia@cox.net>
To:        Cliff Sarginson <cls@raggedclown.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: failure in make buildworld (inelegant solution)
Message-ID:  <20021012172114.5784899e.ataraxia@cox.net>
In-Reply-To: <20021012210444.GB484@raggedclown.net>
References:  <20021012085806.GA11847@raggedclown.net> <20021012210444.GB484@raggedclown.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Oct 2002 23:04:44 +0200
Cliff Sarginson <cls@raggedclown.net> wrote:

> On Sat, Oct 12, 2002 at 10:58:06AM +0200, Cliff Sarginson wrote:
> > I just (literally a few moments ago) updated my stable sources.
> > I ran make buildworld and...
> > 
> > ===> lib/libsbuf
> > cd: can't cd to /usr/src/lib/libsbuf
> > *** Error code 2
> > Stop in /usr/src/lib.
> > *** Error code 1
> > Stop in /usr/src.
> > *** Error code 1
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > just is:
> > Sat Oct 12 10:57:20 CEST 2002
> > 
> > Clues ?
> 
> Mmm instead of an update I did a complete CVS fetch for stable, and it
> compiled fine..I wonder if my cvs commands need something during an
> update when a new directory needs to be made - since this has happened
> once or twice before.

Probably you didn't put -d in your cvs up. -P is also helpful:
cvs -q -z3 up -Pd

-d means "get any new directories that appear"
-P means "delete any directories that become empty"

- @

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021012172114.5784899e.ataraxia>