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

Subversion 0.31 compilation issue.

From: Rami Kayyali <rami_at_bluecubex.com>
Date: 2003-10-21 22:35:56 CEST

Hello,
I'd like to submit a little thing I found, it's more of an annoyance than a bug, and I don't think it happened with 99.9% of the people, but still, it happened with me.
When compiling subversion with Apache 2.0.47, libtool complains, here's the error message
"libtool: link: only absolute run-paths are allowed."
This only happens when it tries to compile mod_authz_svn *and* apache is not installed, because libtool --mode=-link is passed an empty -rpath. This can be found in build-outputs.mk on lines 210 and 407. This comes from DESTDIR not being defined when apache is not installed.

I know that there's no use of mod_authz_svn if Apache is not installed in the system, and my case is rare, but I'm sure you'll take it in consideration.

I've done this, I ran "make', libtool failed, then I ran "make DESTDIR=/path/to/destdir", and it compiled subversion successfully. I'm not sure if it had side-effects, but "make check" passed all tests.
I've also included the script I've used to compile all packages.

Thank you very much for Subversion, it's a great product. I hope this was of any help to you.
Yours
Rami Kayyali.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

  • application/octet-stream attachment: build.sh
Received on Thu Oct 23 15:12:59 2003

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.