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

Re: Compiling subversion on Ubuntu 10.10

From: Daniel Becroft <djcbecroft_at_gmail.com>
Date: Mon, 17 Jan 2011 07:50:57 +1000

On Mon, Jan 17, 2011 at 7:22 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name>wrote:

> Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000:
> > After investigation, it seems that the path for LIBTOOL was defined
> > incorrectly. I had to change apr-util/build/rules.mk:38 from:
> >
> > LIBTOOL=$(SHELL) $(top_builddir)/libtool
> > to
> > LIBTOOL=$(SHELL) $(apr_builddir)/libtool
> >
>
> What version is that? My 1.4.2 already says the latter.
>

I was using the 1.3.x branch of both apr and apr-util, because that's what
the error message from the ./configure script told me to get (line 4350).

I've switched both apr and apr-util to the 1.4.x branch, re-ran ./autogen.sh
and ./configure.sh, but still get the same results (extract of apr/build/
apr_rules.mk below).

Looks like it might be something on my machine.

Cheers,
Daniel B.

# Some layouts require knowing what version we are at.
APR_MAJOR_VERSION=1
APR_DOTTED_VERSION=1.4.3

CC=gcc
RM=rm
AWK=mawk
SHELL=/bin/bash
LIBTOOL=$(SHELL) $(top_builddir)/libtool

> > I'm unfamiliar with how the configure scripts work, so I'm not sure if
> this
> > is a problem with the SVN scripts, APR scripts, or my system itself. If
> it's
> > one of the first two, then I'll report it to the appropriate list. Can
> > anyone provide any guidance?
> > ---
> > Daniel Becroft
>
Received on 2011-01-16 22:51:55 CET

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

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