Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2008 13:38:22 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        Venkatesh K <kaevee@gmail.com>
Subject:   Re: buildworld failed
Message-ID:  <200802031338.22994.kstewart@owt.com>
In-Reply-To: <e187fc980802030546p352f6bcct77e24e5ffb0e10d3@mail.gmail.com>
References:  <e187fc980802021914k32abfa9u3fcad52f969ea48@mail.gmail.com> <e187fc980802030504w43c6a6ebl4c50b999441c722@mail.gmail.com> <e187fc980802030546p352f6bcct77e24e5ffb0e10d3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 03 February 2008, Venkatesh K wrote:
> On Feb 3, 2008 6:34 PM, Venkatesh K <kaevee@gmail.com> wrote:
> > On Feb 3, 2008 5:36 PM, Gerard <gerard@seibercom.net> wrote:
> > > On Sun, 3 Feb 2008 15:00:36 +0530
> > >
> > > "Venkatesh K" <kaevee@gmail.com> wrote:
> > > > I did try that too! Still same problem.
> > >
> > > From the FreeBSD manual:
> > >
> > > 23.4.14.6. What do I do if something goes wrong?
> > >
> > > Make absolutely sure your environment has no extraneous cruft
> > > from earlier builds. This is simple enough.
> > > # chflags -R noschg /usr/obj/usr
> > > # rm -rf /usr/obj/usr
> > > # cd /usr/src
> > > # make cleandir
> > > # make cleandir
> >
> > I had tried cleaning build tree as described above and building
> > again. It was of no help.
>
> Here are the steps I followed.
>
> 1. Cleaned up using following script clean.sh
>
> ---------------------------------------------------------------------
>----- chflags -R noschg /usr/obj/usr
> rm -rf /usr/obj/usr
> cd /usr/src
> make cleandir
> make cleandir
> ---------------------------------------------------------------------
>----- 2. Cvsup latest sources using cvsup -g -L 2 /etc/supfile
> (attached).
>

I have never found the cleandir to be useful when you do it more than 
once. If you "rm -rf src" you have done the ultimate cleandir. 
Considering all of the things you have tried, why don't you switch your 
cvsup mirror. They get out of whack once in awhile. I have been using 
cvsup8 and it is keeping up with the ports. I am starting a build to 
see if it has any problems but I don't expect any. If your port tree is 
current and your docs tree is current, you can expect your source tree 
to also be current.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html



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