From owner-freebsd-current Fri Mar 10 17:11:39 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 4B11E37BB61; Fri, 10 Mar 2000 17:11:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 485C32E8155; Fri, 10 Mar 2000 17:11:37 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 10 Mar 2000 17:11:37 -0800 (PST) From: Kris Kennaway To: Jim Bloom Cc: Bush Doctor , Benjamin Greenwald , freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure in cvs ... In-Reply-To: <38C92EAA.896438EF@acm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 10 Mar 2000, Jim Bloom wrote: > I believe it is a build order and dependency problem that shouldn't > exist. libkrb is built before libRSAglue and then the shared library is > built with -LRSAglue which is only found in /usr/lib. > kerberosIV/Makefile.inc has a line "LDADD+= -LRSAglue". > > This whole issue should not exist simply because libRSAglue is a dummy > stub and there is no reson to link anything against it. The quick fix > is to remove libRSAglue from the makefiles where it is used. The > following makefiles need to have the references to RSAglue removed: Ack, I thought I had committed this already, but I see it's only in one of my trees. I'll test this with the current failure mode and without and try and get it committed ASAP. Thanks! Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message