Out of da blue Kris Kennaway aka ([EMAIL PROTECTED]) 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 <[EMAIL PROTECTED]>
> 
> 
> 

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

bush doctor
<[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to