From owner-freebsd-ports@FreeBSD.ORG Mon Jun 21 11:25:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F167B16A4CE for ; Mon, 21 Jun 2004 11:25:54 +0000 (GMT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876C143D66 for ; Mon, 21 Jun 2004 11:25:54 +0000 (GMT) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i5LBPfx29812 for ; Mon, 21 Jun 2004 06:25:41 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i5LBPg1g018430 for ; Mon, 21 Jun 2004 06:25:42 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.11/8.12.11/Submit) id i5LBPgWF018429 for ports@freebsd.org; Mon, 21 Jun 2004 06:25:42 -0500 (CDT) (envelope-from koziol) From: Quincey Koziol Message-Id: <200406211125.i5LBPgWF018429@sleipnir.ncsa.uiuc.edu> To: ports@freebsd.org Date: Mon, 21 Jun 2004 06:25:42 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: Subversion problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 11:25:55 -0000 Hi all, I've been getting this error for a few days when trying to upgrade to the latest version of subversion: cp .libs/mod_authz_svn.soT /usr/local/libexec/apache2/mod_authz_svn.so cp .libs/mod_authz_svn.a /usr/local/libexec/apache2/mod_authz_svn.a ranlib /usr/local/libexec/apache2/mod_authz_svn.a chmod 644 /usr/local/libexec/apache2/mod_authz_svn.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/libexec/apache2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- grep: /usr/local/libexec/apache2/mod_authz_svn.la: No such file or directory grep: /usr/local/libexec/apache2/mod_authz_svn.la: No such file or directory Warning! dlname not found in /usr/local/libexec/apache2/mod_authz_svn.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/libexec/apache2/mod_authz_svn.so [activating module `authz_svn' in /usr/local/etc/apache2/httpd.conf] subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt /usr/libexec/ld-elf.so.1: Shared object "libaprutil-0.so.9" not found *** Error code 1 Stop in /usr/ports/devel/subversion/work/subversion-1.0.5. *** Error code 1 Stop in /usr/ports/devel/subversion. *** Error code 1 Stop in /usr/ports/devel/subversion. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade82357.4 make -D WITH_MOD_DAV_SVN reinstall egrep: /var/db/pkg/subversion-1.0.4/+CONTENTS: No such file or directory ---> Restoring the old version [activating module `dav' in /usr/local/etc/apache2/httpd.conf] [activating module `dav_svn' in /usr/local/etc/apache2/httpd.conf] ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 222 packages found (-0 +1) . done] ---> Skipping 'devel/cvs2svn' (cvs2svn-0.0.938_1) because a requisite package 'subversion-1.0.4' (devel/subversion) failed (specify -k to force) ** Listing the failed packages (*:skipped / !:failed) ! devel/subversion (subversion-1.0.4) (install error) * devel/cvs2svn (cvs2svn-0.0.938_1) ---> Packages processed: 0 done, 4 ignored, 1 skipped and 1 failed Any ideas of what's wrong? Quincey