From owner-freebsd-questions Tue Aug 13 12:11: 0 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 08B1F37B400 for ; Tue, 13 Aug 2002 12:10:57 -0700 (PDT) Received: from mta01bw.bigpond.com (mta01bw.bigpond.com [139.134.6.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB94343E3B for ; Tue, 13 Aug 2002 12:10:55 -0700 (PDT) (envelope-from leighv@roq.com) Received: from michael ([144.135.24.84]) by mta01bw.bigpond.com (Netscape Messaging Server 4.15 mta01bw May 23 2002 23:53:28) with SMTP id H0SQM600.AWG for ; Wed, 14 Aug 2002 05:10:54 +1000 Received: from CPE-203-45-56-16.vic.bigpond.net.au ([203.45.56.16]) by bwmam06.mailsvc.email.bigpond.com(MailRouter V3.0n 53/19558475); 14 Aug 2002 05:10:53 Message-ID: <004c01c242fd$25e46780$2d01a8c0@michael> From: "Leigh V" To: References: <200208131444560537.04E4521D@sentry.24cl.com> <200208131500360813.04F2AB0D@sentry.24cl.com> Subject: Re: making cvs on FreeBSD 4.6 Date: Wed, 14 Aug 2002 05:10:54 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 cvs is in the base FreeBSD install, /usr/bin/cvs You failed the FreeBSD elimination user test, Do not pass go, do not collect $200. ----- Original Message ----- From: "MikeM" To: Sent: Wednesday, August 14, 2002 4:44 AM Subject: making cvs on FreeBSD 4.6 > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message