Date: Thu, 09 Mar 2000 20:05:23 -0500 From: Benjamin Greenwald <beng@adara.lcs.mit.edu> To: bloom@acm.org Cc: Bush Doctor <dervish@goku.cl.msu.edu>, Kris Kennaway <kris@hub.freebsd.org>, freebsd-current@freebsd.org Subject: Re: buildworld failure in cvs ... Message-ID: <200003100105.UAA62398@adara.lcs.mit.edu> In-Reply-To: Message from Jim Bloom <bloom@acm.org> of "Thu, 09 Mar 2000 17:58:41 EST." <38C82CA1.C9467300@acm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I meant I was going to comment out MAKE_KERBEROS4, but thanks for the tip. Speaking of which, this is precisely what I did. I commented out MAKE_KERBEROS4, did a make world, uncommented MAKE_KERBEROS4, made the world again, and the second time everything was fine. There's probably a faster way to do this but I can attest that the above works. -Ben > 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 > bloom@acm.org > > Bush Doctor wrote: > > > > Out of da blue Kris Kennaway aka (kris@hub.freebsd.org) 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/c vs/../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/i 386/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 r tag.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/cv s/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 majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > 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?200003100105.UAA62398>