From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 14:50:10 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D44816A4CE for ; Tue, 1 Mar 2005 14:50:10 +0000 (GMT) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7E443D1F for ; Tue, 1 Mar 2005 14:50:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16800 invoked from network); 1 Mar 2005 14:50:09 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Mar 2005 14:50:09 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B258F4A; Tue, 1 Mar 2005 09:49:52 -0500 (EST) Sender: lowell@be-well.ilk.org To: "J.D. Bronson" References: <6.2.0.14.2.20050228084514.00b1fcb8@localhost> From: Lowell Gilbert Date: 01 Mar 2005 09:49:52 -0500 In-Reply-To: <6.2.0.14.2.20050228084514.00b1fcb8@localhost> Message-ID: <44vf8b2zfz.fsf@be-well.ilk.org> Lines: 55 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: make world fails..how to troubleshoot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 14:50:10 -0000 "J.D. Bronson" 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).