[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.4.0-rc2 tarballs up for testing/signing

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-07-15 14:10:26 CEST

On 7/15/06, Malcolm Rowe <malcolm-svn-dev@farside.org.uk> wrote:
> On Fri, Jul 14, 2006 at 04:11:15PM +0200, David Anderson wrote:
> > Subversion 1.4.0-rc2 is up for testing and signing. The magic revision
> > is r20656.
> >
>
> Okay, I must be doing something _really_ dense, but I can't get this to
> build on Darwin at all.
>
> I'm doing:
>
> $ tar jxf subversion-1.4.0-rc2.tar.bz2
> $ tar jxf subversion-1.4.0-rc2-deps.tar.bz2
> $ cd subversion-1.4.0-rc2
> $ ./configure --prefix=... [1]
> $ make all install
>
> And the build is terminating with:
> ------ making install in apr
> [...]
> Making all in dso/unix
> make[3]: Nothing to be done for `local-all'.
> if [ ! -d /usr/local/apr/include/apr-0 ]; then \
> /Users/malcolm/140sandbox/subversion-1.4.0-rc2/apr/build/mkdir.sh /usr/local/apr/include/apr-0; \
> fi;
> mkdir /usr/local/apr
> mkdir: /usr/local/apr: Permission denied
> mkdir /usr/local/apr/include
> mkdir: /usr/local/apr: No such file or directory
> mkdir /usr/local/apr/include/apr-0
> mkdir: /usr/local/apr/include: No such file or directory
> make[1]: *** [install] Error 1
> make: *** [external-install] Error 1
>
> In other words, APR is still trying to install to the default $prefix.

What version of autoconf was this built with? There are problems with
the latest release and APR's config.layout stuff, that might be
causing this problem...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 15 14:10:52 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.