From owner-freebsd-ports@FreeBSD.ORG Tue Oct 19 14:15:13 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 F2DFD16A4CE for ; Tue, 19 Oct 2004 14:15:12 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7D743D2F for ; Tue, 19 Oct 2004 14:15:12 +0000 (GMT) (envelope-from pschmidt5@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so296441rnk for ; Tue, 19 Oct 2004 07:15:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=kw085B/Rv0bI249vbXb3lA/eANV/ATmPom1CHlZusYOfzwD2Mw/8R8QiqZvAvFEUVvSeyDoGj7SV14ekTxVFclGOJN+v79SrwqErBFlqYvX4zd2THtT/3S3eRT1CP+pMB4mr2WHYKebHm8WwIRZRF84OjhxcLHKwtKwLIjCU+/s Received: by 10.38.99.68 with SMTP id w68mr2205035rnb; Tue, 19 Oct 2004 07:15:11 -0700 (PDT) Received: by 10.38.14.55 with HTTP; Tue, 19 Oct 2004 07:15:11 -0700 (PDT) Message-ID: <37a76e920410190715450a6fe5@mail.gmail.com> Date: Tue, 19 Oct 2004 07:15:11 -0700 From: Paul Schmidt To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Problems installing devel/subversion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Schmidt List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 14:15:13 -0000 I can't get subversion to install, and I suspect it may be a problem with the port... This is what I get when I try to build (with all default options): ... ===> Returning to build of subversion-1.0.8 ===> Configuring for subversion-1.0.8 You select to use`devel/apr' for apr library. It seems that `devel/apr' is not properly installed. *** Error code 1 Stop in /usr/ports/devel/subversion. I just saw it installing the apr-svn port, which can be verified here: /usr/ports/devel/subversion % pkg_info -a -I | grep apr apr-nothr-gdbm-db4-1.0.0 The Apache Group's Portability Library After digging around in the Makefile for the port for that error message, I see it is doing this test: @if [ ! -x ${APR_APU_DIR}/apr-config -o ! -x ${APR_APU_DIR}/apu-config ] ; t hen \ Which is failing, because on my system I have: /usr/local/bin % ls -al apr* -rwxr-xr-x 1 root wheel 6597 Oct 19 07:09 apr-1-config* Anyone know how to resolve this? Thanks, -Paul