Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2000 23:26:28 -0500
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        Kris Kennaway <kris@hub.freebsd.org>
Cc:        Benjamin Greenwald <beng@adara.lcs.mit.edu>, Jim Bloom <bloom@acm.org>, freebsd-current@FreeBSD.ORG
Subject:   Re: buildworld failure in cvs ...
Message-ID:  <20000309232628.A50064@goku.cl.msu.edu>
In-Reply-To: <Pine.BSF.4.21.0003091739160.94371-100000@hub.freebsd.org>; from kris@hub.freebsd.org on Thu, Mar 09, 2000 at 05:41:02PM -0800
References:  <200003100139.UAA03300@adara.lcs.mit.edu> <Pine.BSF.4.21.0003091739160.94371-100000@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu>
> 
> 
> 

#;^)
-- 
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.

bush doctor
<dervish@goku.cl.msu.edu>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000309232628.A50064>