[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: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-07-15 12:37:46 CEST

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.

I don't have APR, Neon, BDB, or any other bits of Subversion accessible
in $PATH, so I guess this isn't something to do with picking up old libraries.

I noticed that configure does spit out the following warning, which may
or may not be relevant:

checking perl version... 5008006
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating tools/backup/hot-backup.py

Regards,
Malcolm

[1] The precise configure line I'm using is:
$ ./configure \
  --prefix=/Users/malcolm/140sandbox/usr \
  --with-apxs=/Users/malcolm/140sandbox/usr/bin/apxs \
  --with-berkeley-db=/Users/malcolm/140sandbox/usr/include:/Users/malcolm/140sandbox/usr/lib \
  --with-ssl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 15 12:38:15 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.