From owner-freebsd-current Thu Mar 9 20:18:54 2000 Delivered-To: freebsd-current@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 2269837B8E6; Thu, 9 Mar 2000 20:18:51 -0800 (PST) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id XAA50093; Thu, 9 Mar 2000 23:26:28 -0500 (EST) (envelope-from dervish) Date: Thu, 9 Mar 2000 23:26:28 -0500 From: Bush Doctor To: Kris Kennaway Cc: Benjamin Greenwald , Jim Bloom , freebsd-current@FreeBSD.ORG Subject: Re: buildworld failure in cvs ... Message-ID: <20000309232628.A50064@goku.cl.msu.edu> References: <200003100139.UAA03300@adara.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@hub.freebsd.org on Thu, Mar 09, 2000 at 05:41:02PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of da blue Kris Kennaway aka (kris@hub.freebsd.org) said: > On Thu, 9 Mar 2000, Benjamin Greenwald wrote: > > > I did try blowing away /obj. Didn't help. > > Hmm. I'll try running a buildworld at home tonight with stale libRSAglue > libs in /usr/lib and see if I can reproduce this. I don't think it's > anything in the source tree which is causing the breakage directly - > although if it's picking up things outside /usr/obj during the course of > the buildworld that needs to be fixed. Not that it directly relates to the problem, I wound up doing the following to get 'make buildworld' to work: 1. rm -rf ../obj/* && make clean && make cleandepend && make cleandir && make clean && make update 2. cd secure;make obj;make depend && make all install 3. rm -rf ../obj/* && make clean && make cleandepend && make cleandir && make cleandir && make clean Again my libRSAglue libraries before the above were: bantu.cl.msu.edu:dervish> ls -l /usr/lib/libR* -r--r--r-- 1 root wheel 810 Feb 28 22:28 /usr/lib/libRSAglue.a lrwxr-xr-x 1 root wheel 15 Jan 29 07:29 /usr/lib/libRSAglue.so -> libRSAglue.so.1 -r--r--r-- 1 root wheel 5872 Jan 29 07:29 /usr/lib/libRSAglue.so.1 -r--r--r-- 1 root wheel 868 Feb 28 22:28 /usr/lib/libRSAglue_p.a and after: bantu.cl.msu.edu:dervish> ls -l /usr/lib/libR* -r--r--r-- 1 root wheel 810 Mar 9 18:02 /usr/lib/libRSAglue.a lrwxr-xr-x 1 root wheel 15 Mar 9 18:02 /usr/lib/libRSAglue.so -> libRSAglue.so.1 -r--r--r-- 1 root wheel 1616 Mar 9 18:02 /usr/lib/libRSAglue.so.1 -r--r--r-- 1 root wheel 868 Mar 9 18:02 /usr/lib/libRSAglue_p.a Unfortunately I blew away the old libraries, but would like to know what happens with your test ... > > Kris > > ---- > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe > > > #;^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message