From owner-freebsd-ports@FreeBSD.ORG Fri Jul 25 18:45:32 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9498106564A for ; Fri, 25 Jul 2008 18:45:32 +0000 (UTC) (envelope-from pierre@zestuff.com) Received: from exchange.zeservers.com (exchange.zeservers.com [209.172.63.170]) by mx1.freebsd.org (Postfix) with ESMTP id A82378FC14 for ; Fri, 25 Jul 2008 18:45:31 +0000 (UTC) (envelope-from pierre@zestuff.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 25 Jul 2008 14:45:26 -0400 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Unable to make install on Subversion port thread-index: AcjuhpqgUls3UWVBQZqH8Eqi6g117g== From: "Pierre-Luc Brunet" To: Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unable to make install on Subversion port 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: Fri, 25 Jul 2008 18:45:32 -0000 Hello everybody, =20 I've been trying to install subversion for a few days but it just won't work. I can do make config, make all but when I do make install, it eventually freeze at: =20 chmod 755 /usr/local/libexec/apache22/mod_dav_svn.so =20 I let it like that for an entire day and it never moved. If I check my process list, here's a list of what's running: =20 --- root 43123 0.0 0.0 1048 888 p0 I+ 2:24PM 0:00.05 make config all install clean root 43319 0.0 0.0 1708 980 p0 I+ 2:25PM 0:00.00 /bin/sh -ec cd /usr/ports/devel/subversion && make CONFIG_DONE=3D1 /usr/ports/devel/subversion/work/.install_done.subversion._usr_local root 43320 0.0 0.0 1088 932 p0 I+ 2:25PM 0:00.06 make CONFIG_DONE=3D1 /usr/ports/devel/subversion/work/.install_done.subversion._usr_local root 43457 0.0 0.1 2552 2400 p0 I+ 2:25PM 0:00.09 make -f Makefile install root 51284 0.0 0.0 1712 988 p0 I+ 2:25PM 0:00.00 /bin/sh -ec cd subversion/mod_dav_svn ; /usr/bin/install -c -o root -g wheel -d "/usr/local/libexec/apache22" ; /usr/local/sbin/apxs -i -S LIBEXECDIR=3D"/usr/local/libexec/apache22" -a -n dav_svn mod_dav_svn.la --- =20 If I compile Subversion without MOD_DAV_SVN and APACHE2_APR, it compiles and install fine. But with those two options (which are required in my setup), it stalls. =20 I tried many things, like recompiling apache and redownloading the ports. No luck. =20 Any help would be greatly appreciated. =20 Thanks! =20 =20 -- Pierre-Luc Brunet ZeStuff =20