From owner-freebsd-questions Tue Aug 13 12: 0:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2052437B400 for ; Tue, 13 Aug 2002 12:00:39 -0700 (PDT) Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3E943E65 for ; Tue, 13 Aug 2002 12:00:38 -0700 (PDT) (envelope-from MyRaQ@mgm51.com) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id 8A3B32B27E for ; Tue, 13 Aug 2002 15:00:36 -0400 (EDT) Message-ID: <200208131500360813.04F2AB0D@sentry.24cl.com> References: <200208131444560537.04E4521D@sentry.24cl.com> X-Mailer: Calypso Version 3.30.00.00 (1) Date: Tue, 13 Aug 2002 14:44:56 -0400 Reply-To: myraq@mgm51.com From: MikeM To: freebsd-questions@freebsd.org Subject: making cvs on FreeBSD 4.6 Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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