Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2004 07:15:11 -0700
From:      Paul Schmidt <pschmidt5@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Problems installing devel/subversion
Message-ID:  <37a76e920410190715450a6fe5@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37a76e920410190715450a6fe5>