From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 11:11:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7561616A418 for ; Tue, 11 Sep 2007 11:11:34 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 027E313C4A3 for ; Tue, 11 Sep 2007 11:11:33 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop ([80.85.22.206]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8BBAn0H010090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Sep 2007 14:11:14 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8BBAGni003027; Tue, 11 Sep 2007 14:10:44 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8BB9spn003023; Tue, 11 Sep 2007 14:09:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 11 Sep 2007 14:09:53 +0300 From: Giorgos Keramidas To: Kyle Allender Message-ID: <20070911110953.GB2167@kobe.laptop> References: <46E4C243.7010605@completecomputing.com> <20070910064901.GA2353@kobe.laptop> <46E53681.3060904@completecomputing.com> <20070910123327.GA9629@kobe.laptop> <46E5EFFD.2010801@completecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46E5EFFD.2010801@completecomputing.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: subversion 1.4.4_1: svnserve.in missing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 11:11:34 -0000 On 2007-09-10 20:31, Kyle Allender wrote: > I let the build complete during the day while away at work and found > this when I arrived home: > > [Updating the pkgdb in /var/db/pkg ... - 479 packages found (-0 +1) . done] > ---> Reinstallation of devel/subversion ended at: Mon, 10 Sep 2007 08:53:04 -0500 (consumed 00:12:50) > ---> ** Upgrade tasks 9: 9 done, 0 ignored, 0 skipped and 0 failed > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > + lang/perl5.8 (perl-5.8.8) > + textproc/expat2 (expat-2.0.0_1) > + converters/libiconv (libiconv-1.9.2_2) > + devel/gettext (gettext-0.16.1_3) > + www/neon (neon-0.26.4) > + databases/gdbm (gdbm-1.8.3_3) > + databases/db42 (db42-4.2.52_5) > + devel/apr-svn (apr-gdbm-db42-1.2.8_1) > + devel/subversion (subversion-1.4.4_1) > ---> Packages processed: 9 done, 0 ignored, 0 skipped and 0 failed > ---> Session ended at: Mon, 10 Sep 2007 08:53:20 -0500 (consumed 01:11:48) > sia# pwd > /home/kylea/calendarserver > sia# svn co > http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk CalendarServer > /libexec/ld-elf.so.1: /usr/lib/libkrb5.so: Undefined symbol "initialize_asn1_error_table_r" Hmmm, very odd indeed. What does ldd(1) show for your subversion binary? Which kerberos library does it link with? This looks like something to ld-elf.so.1 picking up the wrong Kerberos library from /usr/lib, while the port-build picked up another Kerberos installation from /usr/local :-/