I am not seeing the problem with a standard build, but I am not building
Kerberos.  Looking at the makefiles, there is no mentioned of libRSAglue
anyplace.  The link command doesn't even imply the use of libRSAglue. 
Also, a buildworld should not be using libraries outside of the build
environment.

Don't bother building with MAKE_KERBEROS4=NO.  All of the tests look at
the variable being defined and not its value.  You might try removing
your object directory and doing a make cleandir twice to make sure
nothing is left in source tree that shouldn't be there.

Jim Bloom
[EMAIL PROTECTED]

Bush Doctor wrote:
> 
> Out of da blue Kris Kennaway aka ([EMAIL PROTECTED]) said:
> > On Thu, 9 Mar 2000, Bush Doctor wrote:
> >
> > > Is anyone else seeing this.  cvsupped from 12:00 noon EST
> > >
> > > ...
> > >
> > > cc -O -pipe -I/usr/src/gnu/usr.bin/cvs/cvs -I/usr/src/gnu/usr.bin/cvs/cvs/../lib 
>-DHAVE_CONFIG_H  -I/usr/src/gnu/usr.bin/cvs/cvs/../../../..
> > > /contrib/cvs/src -I/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/lib 
>-I/usr/src/gnu/usr.bin/cvs/cvs/../../../../contrib/cvs/diff -DHA
> > > VE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT -DENCRYPTION   
>-I/usr/obj/usr/src/i386/usr/include  -o cvs add.o admin.o buffer.o checkin.o 
>checkout.o c
> > > lassify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o 
>expand_path.o fileattr.o filesubr.o find_names.o hardlink.o
> > >  hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o 
>mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o prepen
> > >  d_args.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o 
>run.o scramble.o server.o status.o subr.o tag.o update.o vers_ts
> > >  .o version.o watch.o wrapper.o zlib.o  
>/usr/obj/usr/src/gnu/usr.bin/cvs/cvs/../lib/libcvs.a 
>/usr/obj/usr/src/gnu/usr.bin/cvs/cvs/../libdiff/
> > >  libdiff.a -lgnuregex -lmd -lcrypt -lz -lkrb -lcrypto -lcom_err
> > >  /usr/lib/libRSAglue.so.1: undefined reference to `R_RandomUpdate'
> >
> > Did this come up as part of make world? It looks like you have a stale
> > library.
> It's occurring during a buildworld.  If you're referring to libRSAglue
> being stale it looks like that may be it.
> 
> 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


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

Reply via email to