From owner-freebsd-questions@FreeBSD.ORG Wed Aug 13 12:12:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 094846BF; Wed, 13 Aug 2014 12:12:47 +0000 (UTC) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "webmail2.dweimer.local", Issuer "webmail2.dweimer.local" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C15612E98; Wed, 13 Aug 2014 12:12:46 +0000 (UTC) Received: from www.dweimer.net (webmail [192.168.5.2]) by webmail.dweimer.net (8.14.7/8.14.7) with ESMTP id s7DCChgO091671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 13 Aug 2014 07:12:44 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 13 Aug 2014 07:12:43 -0500 From: dweimer To: FreeBSD Questions Cc: owner-freebsd-questions@freebsd.org Subject: Re: =?UTF-8?Q?mod=5Fdav=5Fsvn-=31=2E=38=2E=31=30?= Organization: dweimer.net Reply-To: dweimer@dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: References: Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.0.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 12:12:47 -0000 On 08/12/2014 2:27 pm, dweimer wrote: > Anyone else unable to get mod_dav_svn-1.8.10 to install after the > update? > > Running on a 10.0-RELEASE-p7 system, it built without errors, but > failed during install: > > ===> Installing for mod_dav_svn-1.8.10 > ===> mod_dav_svn-1.8.10 depends on file: /usr/local/sbin/apxs - found > ===> mod_dav_svn-1.8.10 depends on shared library: libapr-1.so - > found (/usr/local/lib/libapr-1.so.0.5.1) > ===> mod_dav_svn-1.8.10 depends on shared library: libsqlite3.so - > found (/usr/local/lib/libsqlite3.so.0.8.6) > ===> mod_dav_svn-1.8.10 depends on shared library: libexpat.so - > found (/usr/local/lib/libexpat.so.6.0.0) > ===> mod_dav_svn-1.8.10 depends on shared library: > libsvn_client-1.so - found (/usr/local/lib/libsvn_client-1.so.0.0.0) > ===> Checking if mod_dav_svn already installed > ===> Registering installation for mod_dav_svn-1.8.10 > pkg-static: > lstat(/var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.so): > No such file or directory > *** Error code 74 > > Stop. > make: stopped in /usr/ports/www/mod_dav_svn hmm, apparently I had to stop the running apache24 service in order to build this, it died missing the mad_dav_svn during the HUP after the log rotate overnight. Even though there weren't any port updates to the apache or subversion ports, it built and installed fine this morning. Must have been holding something in memroy that was causing the build to not compile the mod_dontdothat part. This part wasn't in the dump of the build process I made yesterday, but was built today just prior to the compressing manual pages: if true ; then cd tools/server-side/mod_dontdothat ; /usr/bin/install -c -o root -g wheel -d "/var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24" ; /usr/local/sbin/apxs -i -S LIBEXECDIR="/var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24" -n dontdothat mod_dontdothat.la ; fi /usr/local/share/apache24/build/instdso.sh SH_LIBTOOL='/usr/local/share/apr/build-1/libtool' mod_dontdothat.la /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24 /usr/local/share/apr/build-1/libtool --mode=install install mod_dontdothat.la /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/ libtool: install: install .libs/mod_dontdothat.so /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.so libtool: install: install .libs/mod_dontdothat.lai /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.la libtool: install: install .libs/mod_dontdothat.a /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.a libtool: install: chmod 644 /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.a libtool: install: ranlib /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.a libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/apache24' chmod 755 /var/ports/usr/ports/www/mod_dav_svn/work/stage/usr/local/libexec/apache24/mod_dontdothat.so -- Thanks, Dean E. Weimer http://www.dweimer.net/