On Sunday 03 February 2008, Venkatesh K wrote: > On Feb 3, 2008 6:34 PM, Venkatesh K <[EMAIL PROTECTED]> wrote: > > On Feb 3, 2008 5:36 PM, Gerard <[EMAIL PROTECTED]> wrote: > > > On Sun, 3 Feb 2008 15:00:36 +0530 > > > > > > "Venkatesh K" <[EMAIL PROTECTED]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
