Date: Tue, 13 Aug 2002 14:44:56 -0400 From: MikeM <MyRaQ@mgm51.com> To: freebsd-questions@freebsd.org Subject: making cvs on FreeBSD 4.6 Message-ID: <200208131500360813.04F2AB0D@sentry.24cl.com> References: <200208131444560537.04E4521D@sentry.24cl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm trying to build cvs and I can't get past some compile problems. I'm unable to track them down myself, perhaps someone here can point out something obvious that I'm doing wrong. I do ./configure then make After compiling a bunch of modules, the make errors out with the following: gcc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.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 rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -L/usr/cygnus/kerbnet/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -o cvs filesubr.o: In function `cvs_temp_name': /usr/home/downloads/cvs/cvs-1.11/src/filesubr.c(.text+0xd7a): warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/lib/libkrb5.so: undefined reference to `com_right' /usr/lib/libkrb5.so: undefined reference to `init_error_table' /usr/lib/libkrb5.so: undefined reference to `crypt' /usr/lib/libkrb5.so: undefined reference to `initialize_error_table_r' /usr/lib/libkrb5.so: undefined reference to `free_error_table' *** Error code 1 Stop in /usr/home/downloads/cvs/cvs-1.11/src. *** Error code 1 Stop in /usr/home/downloads/cvs/cvs-1.11. The box is a fairly standard FreeBSD 4.6 install. Postfix, Bugzilla, Apache and mysql have been installed from the ports. /etc/make.conf disables sendmail builds. What am I doing wrong? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208131500360813.04F2AB0D>