Date: 01 Mar 2005 09:49:52 -0500 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: "J.D. Bronson" <jbronson@wixb.com> Cc: freebsd-questions@freebsd.org Subject: Re: make world fails..how to troubleshoot? Message-ID: <44vf8b2zfz.fsf@be-well.ilk.org> In-Reply-To: <6.2.0.14.2.20050228084514.00b1fcb8@localhost> References: <6.2.0.14.2.20050228084514.00b1fcb8@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
"J.D. Bronson" <jbronson@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@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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44vf8b2zfz.fsf>