I still get errors on make world

1999-04-05 Thread Kenneth Wayne Culver
I still get errors, would killing all the source, and re-supping do the
trick??

Kenneth Culver



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



RE: I still get errors on make world

1999-04-05 Thread Jeroen Ruigrok/Asmodai
On 05-Apr-99 Kenneth Wayne Culver wrote:
 I still get errors, would killing all the source, and re-supping do the
 trick??

To ensure a complete clean build try to do this:

rm -rf the whole of /usr/obj

cvsup one last time

then make world or buildworld WITHOUT -j flags.

Takes a while, but ensure accurate errors for the remaining errors. That's
how I am trying to `help' David ;)

---
Jeroen Ruigrok van der Werven http://www.freebsdzine.org 
asmodai(at)wxs.nlThe idea does not replace the work...
Network/Security Specialist  http://home.wxs.nl/~asmodai
*BSD: Powered by Knowledge  Know-how http://www.freebsd.org


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: I still get errors on make world

1999-04-05 Thread Andreas Klemm
On Mon, Apr 05, 1999 at 07:51:00PM +0200, Jeroen Ruigrok/Asmodai wrote:
 On 05-Apr-99 Kenneth Wayne Culver wrote:
  I still get errors, would killing all the source, and re-supping do the
  trick??
 
 To ensure a complete clean build try to do this:
 
 rm -rf the whole of /usr/obj
 
 cvsup one last time
 
 then make world or buildworld WITHOUT -j flags.
 
 Takes a while, but ensure accurate errors for the remaining errors. That's
 how I am trying to `help' David ;)

I did additionally the following:
rm -rf /usr/include/*
cd /usr/src
make includes
cd /usr/src/gnu/usr.bin/gcc
make clean all install

-- 
Andreas Klemm   http://www.FreeBSD.ORG/~andreas
  http://www.freebsd.org/~fsmp/SMP/SMP.html
powered by Symmetric MultiProcessor FreeBSD


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: I still get errors on make world

1999-04-05 Thread David O'Brien
 I did additionally the following:
   rm -rf /usr/include/*
   cd /usr/src
   make includes

cd /usr/src
make -DCLOBBER includes

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message