From owner-freebsd-ports@FreeBSD.ORG Wed Jun 13 14:24:24 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D92C316A46C for ; Wed, 13 Jun 2007 14:24:24 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id 8792313C458 for ; Wed, 13 Jun 2007 14:24:24 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so160804wra for ; Wed, 13 Jun 2007 07:24:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d9cPplb4bhovCOZ781E0S4+fAQfZ0Y43UyikyTKeGiI54xnkKxKNRI6qJUFq/QQceGwoRyBSKBs/9HMmxSzJkqs3xzQYmzW5QzZcn43PjONJk8ymRbbo5YZqmBVmydyFvp75AQZvaMC/ph1gOkq0HH8sbmxE8aMG0DK45daR9ik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KgyK8/f5pVS0PZO9fxHWA4sAkx5/MWtp3WdblATXLZYmSyIgIyZMUZI2zBybNWicB69/ifeM98Fou+VWBIT8YoM9QgoSOL07a5JBTJ6XV7pAyc4Do0WuffjYS9kBjywyPUGuJu8kqnyCAFR3xVw4U2yMaZ4uEYHxxdeUYEQkqUs= Received: by 10.100.12.18 with SMTP id 18mr375147anl.1181744663699; Wed, 13 Jun 2007 07:24:23 -0700 (PDT) Received: by 10.100.141.14 with HTTP; Wed, 13 Jun 2007 07:24:23 -0700 (PDT) Message-ID: <790a9fff0706130724u1eb76184k2289f9c4ff1197fa@mail.gmail.com> Date: Wed, 13 Jun 2007 09:24:23 -0500 From: "Scot Hetzel" To: "David Southwell" In-Reply-To: <200706130701.38988.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706130701.38988.david@vizion2000.net> Cc: ports@freebsd.org Subject: Re: subversion -- compile file - requires lgssapi_krb5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 14:24:25 -0000 Do you have kerberos installed for the base system? hp010# ls /usr/lib/libgss* /usr/lib/libgssapi.a /usr/lib/libgssapi_krb5.so /usr/lib/libgssapi.so /usr/lib/libgssapi_krb5.so.8 /usr/lib/libgssapi.so.8 /usr/lib/libgssapi_krb5_p.a /usr/lib/libgssapi_krb5.a /usr/lib/libgssapi_p.a Scot On 6/13/07, David Southwell wrote: > compiling on: > # uname -a > FreeBSD _______ 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:15:57 UTC > 2006 root@bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 > > > 2 -L/usr/local/lib -L/usr/local/lib/db42 -rpath /usr/local/lib -o > libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo > options.lo props.lo replay.lo session.lo > util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la > ../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/lib/libaprutil-1.la > -lgdbm -ldb-4.2 -lexpat -liconv /usr/local/lib/libapr-1.la -lcrypt > -lpthread -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib > -lneon -lintl -lssl -lcrypto -lz -L/usr/local/lib -Wl,-rpath > -Wl,/usr/local/lib -O2 -fno-strict-aliasing -pipe -lgssapi_krb5 -lkrb5 > -lk5crypto -lcom_err -lexpat -lintl -lz > /usr/bin/ld: cannot find -lgssapi_krb5 > *** Error code 1 > > Stop in /usr/ports/devel/subversion/work/subversion-1.4.3. > *** Error code 1 > > Stop in /usr/ports/devel/subversion. > I am not certain if the following may be relevant but thought they could be: > > # pkg_info |grep crypt > libdvdcss-1.2.9_2 Portable abstraction library for DVD decryption > libgcrypt-1.2.4_1 "General purpose crypto library based on code used in > GnuPG > > [root@dns1 /usr/lib]# ls -l |grep crypt > -r--r--r-- 1 root wheel 53052 May 6 2006 libcrypt.a > lrwxrwxrwx 1 root wheel 18 Aug 17 2006 > libcrypt.so -> /lib/libcrypt.so.3 > -r--r--r-- 1 root wheel 54782 May 6 2006 libcrypt_p.a > -r--r--r-- 1 root wheel 2632858 May 6 2006 libcrypto.a > lrwxrwxrwx 1 root wheel 19 Aug 17 2006 > libcrypto.so -> /lib/libcrypto.so.4 > -r--r--r-- 1 root wheel 2763058 May 6 2006 libcrypto_p.a > > [root@dns1 /usr/local/lib]# ls -l |grep crypt > -rw-r--r-- 1 root wheel 548140 Mar 21 12:38 libgcrypt.a > -rwxr-xr-x 1 root wheel 921 Mar 21 12:38 libgcrypt.la > lrwxr-xr-x 1 root wheel 15 Mar 21 12:38 libgcrypt.so -> > libgcrypt.so.13 > -rwxr-xr-x 1 root wheel 354868 Mar 21 12:38 libgcrypt.so.13 > > [root@dns1 /etc/rc.d]# locate krb5 |more > /usr/bin/krb5-config > /usr/bin/verify_krb5_conf > /usr/compat/linux/etc/krb5.conf > /usr/compat/linux/etc/krb5.conf.dist > /usr/compat/linux/usr/kerberos/share/examples/krb5 > /usr/compat/linux/usr/kerberos/share/examples/krb5/kdc.conf > /usr/compat/linux/usr/kerberos/share/examples/krb5/krb5.conf > /usr/compat/linux/usr/kerberos/share/examples/krb5/services.append > /usr/compat/linux/usr/lib/libgssapi_krb5.so.2 > /usr/compat/linux/usr/lib/libgssapi_krb5.so.2.2 > /usr/compat/linux/usr/lib/libkrb5.so.3 > /usr/compat/linux/usr/lib/libkrb5.so.3.2 > /usr/compat/linux/usr/lib/libkrb5support.so.0 > /usr/compat/linux/usr/lib/libkrb5support.so.0.0 > > Can anyone tell me how to successfully compile devel/subversion? > > If more information is needed please say. > > Thanks > > david > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.