Re: Build from source continues to be broken
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 21 Nov 2012 14:20:33 +0000 (GMT)
Eric S. Raymond wrote:
> autogen/configure/make transcript attached. Envronment is a stock Ubuntu
I tried to reproduce this, and succeeded. I'm on Ubuntu 11.10; you?
The relevant error on invoking 'make' is:
When
It's failing on
When I export the current head of APR
[[[
So that makes me want to go
(cd apr/ && ./buildconf && ./configure)
whereupon APR configures itself with its own copy of libtool, placed in path "" relative to its own root.
I think the solution is, if you want to drop a source tree inside Subversion's like this, you have to use a tarball of APR (and of APR-UTIL) that is packaged with the 'configure' script already built, and not a development checkout of APR. Alternatively, to use a development checkout of APR, build and install it separately and the point Subversion at the installed result of it.
Of course we (and APR) should be able to improve the diagnostics, and/or make it work.
Hope that helps.
- Julian
|
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.