make world fails..how to troubleshoot?

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Tue Mar 1 14:50:10 GMT 2005


"J.D. Bronson" <jbronson at wixb.com> writes:

> I am running:
> FreeBSD 5.3-STABLE-SNAP001 FreeBSD 5.3-STABLE-SNAP001 #0: Sun Jan 30
> 03:57:47 UTC 2005
> root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
> 
> and I cvs'd up using:
> *default release=cvs tag=RELENG_5
> 
> (I first deleted /usr/src and then ran cvsup)
> 
> Then following the normal way of building world, I went into
> /usr/src and issued:
> 
> "make buildworld"
> 
> After about 5-7mins I see this:
> 
> building shared library libkrb5.so.7
> building static krb5 library
> ranlib libkrb5.a
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libkrb5.a
> /usr/obj/usr/src/i386/usr/lib
> sh /usr/src/tools/install.sh -s -o root -g wheel -m 444
> libkrb5.so.7 /usr/obj/usr/src/i386/usr/lib
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  heim_err.h
> k524_err.h
> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/krb5-protos.h
> /usr/src/kerberos5/lib/libkrb5/../../include/krb5-types.h
> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/krb5.h
> krb5_err.h /usr/obj/usr/src/i386/usr/include
> ln -fs libkrb5.so.7 /usr/obj/usr/src/i386/usr/lib/libkrb5.so
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> #
> 
> And then it stops. I did a full make world using the same gear
> Saturday and it worked fine...this is another new identical
> machine...but I cannot get world to build and this error means little
> to me..
> 
> Anyone shed some lite on this?

Are you using a "-j" option in the build?  
If so, try it again without, so that the error will show more clearly.

Also, try another cvsup, in case you had hit a transient build problem
(there apparently was one over the weekend -- I seem to recall it
being in a different area, but I may be remembering incorrectly).


More information about the freebsd-questions mailing list